The whole interview process took place online and all in all took about two months. I had to answer some algorithm design questions, some questions asked were of questions type one could find at leetcode + I also had to do practical task.
J'ai postulé via un recruteur. J'ai passé un entretien chez Microsoft (Tel Aviv-Yafo) en déc. 2024
Entretien
The process went smoothly. It was conducted by two Fullstack engineers over a two-hour Zoom interview focused on JavaScript and React coding. Afterwards, there was a one-hour interview with the manager.
Questions d'entretien [1]
Question 1
Common js questions, scopes var let, implement Promise.all.
Explain JS event loop.
React render a parent will it render the child if there are no state changes in the child? (how to prevent re-render, useMemo).
What are keys ?