I applied online. The process took 2 weeks. I interviewed at Microsoft in Mar 2025
Interview
2 rounds of interviews
1st was completely DSA focused
2nd was DSA + my resume
The interviewers were friendly and supportive for both the interviews, and helped me feel at ease while answering questions.
First part of the interview is Online Evaluation test. If you do good, and pass it, it is ussually followed by series of technical interviews (online). These ranges from leetcode medium/hards to system design questions.
Interview questions [1]
Question 1
DFS shortest bridge problem from leetcode ( medium )
I applied online. I interviewed at Microsoft (Tel Aviv) in Nov 2024
Interview
At first we did talk about the job description , then he asked me a technical question to code, after the technical question was coded we went through some behavioral questions and that was it.
Interview questions [1]
Question 1
Given an array of binary values ( 0 or 1 ) return the sub array with the maximum size which contains the same number of zeros and ones.