I applied online. The process took 1 day. I interviewed at Microsoft (Hyderabad) in Jun 2012
Interview
there were two algo based coding question and some questions over complexity etc plus he asked about different testcase in which can do the whole white box testing of the code. first question was on addition of two very larg number then he ask which data structure i will use itold hithat i will use list then he asked me why i told him about limitation of array size but want to listen about the requirement of contiguous memory for array then he asked me write the code . then he asked about different testcase possible in final 10 min he give me problem to find median of two shorted arrays
Interview questions [2]
Question 1
first question was on addition of two very larg number then he ask which data structure i will use and he asked me to write the code . then he asked about different testcase possible
I applied through college or university. The process took 1 day. I interviewed at Microsoft in Dec 2009
Interview
2 Interviews happened. Both related to technical aspects. They emphasized on the skill of programming and testing of test cases. As for other candidates who were selected, they had an interview with the Director of Microsoft India.
People from Microsoft are helpful and office and work culture are said to be awesome.
Interview questions [1]
Question 1
How do you sort a linked list using the most efficient algorithm?
I applied through college or university. The process took 1 day. I interviewed at Microsoft (Seattle, WA) in Feb 2012
Interview
The recruiter first let me to introduce the project I have done, then began to ask some technical questions. The first question is about how to change the position of words in one sentence,you should realize it in one simple code. The next question is how to test the function of a calculator.