Me postulé a través de un reclutador. El proceso tomó 5 días. Acudí a una entrevista en Moves (Toronto, ON)
Entrevista
Was contacted by a recruiter
First interview was just with a recruiter that is a get to know you and your projects.
Second interview is 90 min technical live coding round with the following portions:
- Resume drilling - deep dive on projects, work, architecture
- live coding of a leetcode style question
- question and answer on nodejs problem where you have to evaluate what's wrong with it
- question about javascript closures and what variables output what
- React question where you modify some react code
Preguntas de entrevista [3]
Pregunta 1
Find biggest overlapping value given numbers 1-365, and 3 ranges. say 1-10, 28-49, 49-72, 48-50. answer output should be 49 as they all overlap on 49 the most