I applied through college or university. The process took 1 day. I interviewed at Microsoft (Hyderabad) in Oct 2017
Interview
First there was online coding round in college conducted by Cocubes. Then one written coding round at Microsoft campus where we were asked to write code for 2 questions on paper using any language and 2 face to face Interviews followed by HR round.
Interview questions [1]
Question 1
Find Missing number from an array of numbers 1 to N. General C language conceptual questions like strings, QuickSort, MergeSort and their applications.
Second Interview round was on only one question which is level order traversal of n-ary tree without any Queue or Stack.
I applied online. The process took 1 day. I interviewed at Microsoft (Hongkong) in Mar 2018
Interview
General interview questions and much more focus on the candidate's personality.
Asked about past working experience and extracurricular.
Talked about the project I worked on.
Some technical questions on tech.
You got a lot of time to express yourself and show your dedication to your career development.
Finishing by asking the interviewer questions.
I applied through college or university. The process took 1 day. I interviewed at Microsoft (Guanajuato, Guanajuato) in Oct 2017
Interview
It started with sending my resume by email. Then i got contacted for a technical interview. It basicly was a whiteboard interview with a problem that i have to solve by coding some functions.
Interview questions [1]
Question 1
How to create a Cesar's encrypt/decrypt function for a given string and offset.