Software Engineer applicants have rated the interview process at Microsoft with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 68.2% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
3 rounds of interviews at the Redmond offices. Had to interview with developers and solve coding challenges as well as behavioral questions. The interviewers were generally nice and provided some level of hints when they could see I was struggling
I applied through an employee referral. The process took 3 weeks. I interviewed at Microsoft (Herzliyya B) in Aug 2019
Interview
The interview process contained 1 phone call interview, 3 technical interviews, 1 HR interview and 1 director interview. The staff was very nice, overall experience was nice. altough the process is pretty long
Interview questions [3]
Question 1
Given an char array. write a function that 'collapse' the array and send it back. e.g: for a given array 'abccdeefaassf' return abcdefasf' this can be done in O(n).
Given a square matrix, that represents battleship board, Find all the ships that appears in the board. The ships can be horizontal or vertical. There cant be 2 ships that are next to each other (they r seperated by 1 cell atleast from each direction). this can be done in O(n^2)
I applied online. The process took 3 weeks. I interviewed at Microsoft (Bengaluru) in Mar 2019
Interview
Round 1: online coding round (3 Qns)
Round 2: pen paper coding round (main thing is they see your approach and you need to write only the required function and their helpers)
then further 3 rounds were technical interviews
Interview questions [1]
Question 1
Round 1:- 3 coding questions covering queues , trees and other simple data structures
Round 2:-
1) Print the boundary nodes in a tree in anticlockwise manner
2) Expansion of a string
Technical interview:-
Round 1:- Most things were asked from my resume. Then one coding question to "find the smallest non negative number which is not present in the array(unsorted) "
Round 2:- He asked tell me about yourself. Then asked to write code to add two polynomials.
Next round was HR round....sadly i was not selected for HR.