J'ai postulé via un recruteur. Le processus a pris 3 semaines. J'ai passé un entretien chez Noom (New York, NY) en juil. 2019
Entretien
Coding take home with a 5 day turn around, onsite interview with a React project which was reviewed in person with three developers from varying levels, interviews with the Director of Growth and the VP of Engineering
Questions d'entretien [1]
Question 1
Given a long text (string) and a maximum number of characters that can fit in the screen (int), write a function that adds newline characters (\n) to split the text to fit on the screen without breaking words in the middle. You can assume characters are monospaced and that the screen’s maximum width is passed in to your application as an argument called maxCharacters.