J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Microsoft en avr. 2012
Entretien
I had a set of background questions like 'What is you currently working on?', most difficult propramming task I've ever had, the hardest bug to find etc.
Then I was asked several simple technical questions about difference between iteration and recursion, pros and cons. They were not really difficult.
Questions d'entretien [2]
Question 1
Which cycle performs quickier?
for (int i=0; i<1000; i++)
for (int j=0;j<100;j++)
or
for (int i=0; i<100; i++)
for (int j=0;j<1000;j++)
How to revert a single linked list?
I solved, but with a mistake for the first time. After rewriting I had little time, so interview ended.
That was my fault, I guess.
The first was a talk with the recruiter, then an online assignment with Leetcode Medium type of question. Finally, the 3 round interview with system design, coding and low level design
Questions d'entretien [2]
Question 1
Tell me about a time you had a conflict with a colleague.
J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Microsoft (Seattle, WA)
Entretien
The Onsite consisted of 2 system design questions and 2 technical questions. This rounds were back to back and they weren't actually ordered, I thought I was doing to be doing technical first but was hit with design at the start.
Questions d'entretien [1]
Question 1
The design questions made sense for the role (unfortunately I was not aware of the role since I was a general applicant). The two technical questions were not on leetcode but custom questions the interviewers had which were actually not bad.
J'ai passé un entretien chez Microsoft (Kirkland, WA)
Entretien
Five rounds of interview with mostly leetcode medium or hard level problems. It included one design round typical to game design rather than system design. The interview I participa\ted was part of hiring event.