Candidatei-me por meio de recrutador(a). O processo levou 3 semanas. Fui entrevistado pela Noom (New York, NY) em jul. de 2019
Entrevista
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
Perguntas de entrevista [1]
Pergunta 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.