I applied through a recruiter. The process took 1 day. I interviewed at Microsoft in Feb 2022
Interview
Four round interviews, behavior questions, and coding questions were asked, one of the interviewers is aggressive and the others are very good. One system design round and three coding rounds.
I applied through a recruiter. The process took 3 weeks. I interviewed at Microsoft (Redmond, WA) in Feb 2022
Interview
1) Contacted by recruiter on LinkedIn.
2) Called by recruiter to discuss opportunities. Completed application after phone call and emailed recruiter to push it to the next step.
3) Completed Codility assessment to qualify for interview event. Three questions, not bad. A couple string questions and exploiting a bug in a given algorithm.
4) Contacted to schedule virtual interview event.
5) Event consisted of four interviews on MS Teams, 45 minutes each. Each interviewer asked behavioral questions and a coding question using Codility.
The interview was OK overall. The process was pretty easy to follow and there was lots of communication leading up to it. Took 3 business days following the interview to get my result. My experiences with each interviewer are down below.
The first interviewer was very pleasant. Easy question, relaxed discussions on my experience and friendly overall.
The second interviewer was about 5 minutes late and was extremely difficult to understand. Spoke very fast and had a thick accent. Seemed a little high-strung There was a bit of a language barrier as he asked me the same behavioral question like three times, all phrased a little differently.
The third interviewer was pretty relaxed, similar to the first. Was helpful with answering any questions I had.
The fourth interviewer asked the most when it came to behavioral questions. He was very interested in my responses and asked lots of follow-up questions. Was also very nice. Unfortunately, this left only about 20 minutes to solve the tree question he asked. On top of solving it, I was also asked to implement the tree data structure (as shown in the prompt) and add a bunch of test cases to test my algorithm. I felt pretty rushed having to bang this out in 20 minutes, but it's doable if you have practiced a lot with trees and searching algorithms.
Interview questions [4]
Question 1
Question 1: Check if a string, composed of various brackets/braces/parentheses, is valid.
Question 2: Given a large rectangle and a set of smaller rectangles, find if there exists a subset of the small rectangles that can perfectly fill the large rectangle.
Question 4: Given a tree, where each node holds an integer value, find if there exists a path from the root node to a leaf node that equals a given sum.
I applied online. The process took 8 months. I interviewed at Microsoft (Pékin, Pékin) in Apr 2021
Interview
submitted on Microsoft Careers.
phone interview
- 1 interviewer 30 mins
- basic algos
offline interview
- 3 interviewers
- 1 hour for each
- algos and presentation
as appropriate interview
- 1 interviewer (on Microsoft Teams)
- 1.5 hour
- online interview on codility
Interview questions [1]
Question 1
improved bubble sort
graph connection
sum numbers in certain range
isolated island
LCS