Le processus a pris 1 jour. J'ai passé un entretien chez Microsoft en juin 2010
Entretien
The question was given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence. I recognized right off the bat that there was both a recursive and non recursive solution to the problem. I wanted to code the non recursive solution because it would be inherently better than the recursive solution. However, the interviewer asked me to do the recursive one instead. I stumbled a little bit with the special cases but quickly realized my error and came up with the correct solution. My concern was that I did not slam dunk this like most people do but I still managed to come up with the correct solution. Problem is I'm not quick enough.
Questions d'entretien [2]
Question 1
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.
J'ai passé un entretien chez Microsoft (Bengaluru)
Entretien
Hacker Rank test and 3 Rounds of coding plus experience based interview.
Position was for QA who should have Storage and Networking knowledge. So basic questions on storage and networking.
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Microsoft (Redmond, WA) en févr. 2020
Entretien
Full day process broken into multiple individual one on one interviews which can include time at the blackboard writing snippets of code or scripting. Not for the faint of heart or the unprepared.
Questions d'entretien [1]
Question 1
Can you write a script to reverse the contents of an array?
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 semaines. J'ai passé un entretien chez Microsoft (Sydney) en mars 2015
Entretien
Applied through a university recruiter, and got to do an on-campus interview. The question was very easy (add an item to a sorted linked list) and I got to fly to Sydney for the next round. The second round consisted of 4 individual interviews with different people, with a range of difficulty for their interview questions.
Questions d'entretien [1]
Question 1
Draw the system architecture of one of your projects