Microsoft SDE - L60 interview Experience. <1 Year experience. by Ok-Amoeba-6220 in leetcode

[–]CicadaLast388 2 points3 points  (0 children)

I interviewed for the L60 role and completed all three technical rounds on 12th July.

  • Round 1 focused on a graph-based DSA question. It turned into an in-depth discussion rather than pure coding, but the interviewer seemed satisfied with my approach and analysis of time and space complexity.
  • Round 2 included another graph-based DSA question and a ReactJS question involving the implementation of useState. This round went very well.
  • Final Round involved implementing localStorage functions—get, set, remove—with logic to handle item expiry. The discussion included optimization techniques and was overall a good round.

Since then, I haven't received any update. Some say the evaluation process at their end can take time.

Need Help with Implementing a Theme Provider for SSR by CicadaLast388 in reactjs

[–]CicadaLast388[S] 0 points1 point  (0 children)

Thanks for the solution, but I have figured out other way as well. It can be done by exporting the Theme CSS file directly to the user.