El proceso tomó 1 día. Acudí a una entrevista en Microsoft en jun 2010
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.
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.
Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Microsoft (Redmond, WA) en feb 2020
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Can you write a script to reverse the contents of an array?
Me postulé a través de una facultad o universidad. El proceso tomó 3 semanas. Acudí a una entrevista en Microsoft (Sídney) en mar 2015
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Draw the system architecture of one of your projects