Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Noom (New York, NY) nel mese di lug 2019
Colloquio
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
Domande di colloquio [1]
Domanda 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.