I applied online. The process took 3 months. I interviewed at Microsoft (Seattle, WA) in Nov 2023
Interview
I applied in August and get an email for the final round of interviews in November. There were no other rounds before this final one. The final round consisted of two interview, each with a coding question followed by behavioral questions.
Interview questions [2]
Question 1
Q: Given a string, write a function to determine if it is a palindrome.
The first round had 2 coding questions. Lot of hidden test cases were there. Time limit was 140 minutes. The questions can be expected from dynamic programming or greedy. Speed and accuracy also matters.
I applied online. I interviewed at Microsoft (Bengaluru) in Sep 2023
Interview
First, the resume screening process was there followed by an online assessment round and after that one technical and one HR round.
In the interview round there was introduction followed by project discussion and then few dsa question based on stack and trees.
Interview questions [1]
Question 1
The questions were pretty easy like the questions were based on stacks similar to valid parenthesis .