I applied through university. The process took 3 months. I interviewed at Microsoft (Seattle, WA) in Dec 2011
Interview
First round was an on campus interview which was fairly easy. Later was called to interview onsite in Seattle for an SDET position in the XBOX live team. Consisted of 4 technical interviews. All of them were fairly easy except one which i guess was the bar raiser and also the reason i didn't get selected.
Given a string say "ABCD". Now create a new string with duplicates of each character in the original string and to it append the reverse of the same string (with duplicates) excluding the last character.
First iteration: AABBCCCCBBAA
Second iteration: AABBBBAA
Third iteration: AAAAA
Phone interview and then in person with a group. Process moved fairly quickly. Team fit questions and coding questions on the white board. Study up for all basic knowledge skills and some complex problems.
I applied through an employee referral. The process took 3 weeks. I interviewed at Microsoft (Redmond, WA) in July 2017
Interview
I applied through a college recruiter. I initially had a phone screening, followed by an in-person interview by the recruiter, before finally having an in-person technical interview.
Phone screen lasted 30 minutes. Recruiter interview 30 minutes. Technical interview 1 hour.
Interview questions [1]
Question 1
Miscellaneous questions regarding operational knowledge of software and hardware involved in the specific position I was applying for. Design an algorithm to isolate and filter data.