I applied through a recruiter. The process took 5 days. I interviewed at Moves (Toronto, ON)
Interview
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
Interview questions [3]
Question 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