Candidatei-me por meio de uma agência de recrutamento. Fiz uma entrevista na empresa Screenovate.
Entrevista
at first it was a phone screening and they asked me about the event loop and some simple js questions the second interview was a zoom meeting with 1 engineer and 1 manager that took about an hour
Perguntas de entrevista [1]
Pergunta 1
1. what is the box model and what are the pitfalls that can happen.
2. you get a code snippet and you need to find the bug (missing if statement around the second "await" call.
3. when do you throw an Error in javascript
4. EVENT DELIGATIONS and bubbling (example for a list of buttons you can bind 1 click event that will handle them all instead of many different click functions)
5. explain the event loop in js