I applied online. The process took 3 months. I interviewed at Microsoft (Kairo, ) in May 2018
Interview
It was an interview for an internship at Microsoft ATL Egypt. Normally, applicants have two coding interviews on whiteboards. If one of the interviewers said yes and the other said no a third interview is done to decide if the interviewee is accepted or not. I had three interviews. Each one had a main coding problem. It is important to think out loud so that the interviewer could know how you think.
Interview questions [5]
Question 1
Write a function to check if a given binary tree is a valid binary search tree.
Given a min-heap tree and struct node that has a node pointer to the right child and a node pointer to the left child and a value, implement an iterator class that has 3 main functions; a constructor, a function that gets the next node in a min-heap tree and a function to check if there is some next node to point to.
I applied through college or university. The process took 1 day. I interviewed at Microsoft (Chennai) in Nov 2017
Interview
The first was a written round in which you will be asked to write a program on paper and there will be representatives to whom you have to explain your logic while writing (though most don't even listen to you properly).
I applied through an employee referral. The process took 3 months. I interviewed at Microsoft (Hyderabad) in Feb 2018
Interview
The interview was divided into 5 stages:
Stage 1 : Online Coding round on CoCubes.
Stage 2 : Group Fly round.
Stage 3 : Personal Interview 1.
Stage 4 : Personal Interview 2.
Stage 5 : Personal Interview 3.
Interview questions [1]
Question 1
Tough SQL Queries , Multi threading , Data Structure Problems.