El proceso duró 1 día. Acudí a una entrevista en Microsoft (Seattle, WA) en may 2008
Entrevista
I had three interviews after flying out to Seattle.
1) The first interview was a coding question in which I was asked a puzzle. The question was you have 100 doors in a row that are all initially closed. you make 100 passes by the doors starting with the first door every time. the first time through you visit every door and toggle the door (if the door is closed, you open it, if its open, you close it). the second time you only visit every 2nd door (door #2, #4, #6). the third time, every 3rd door (door #3, #6, #9), etc, until you only visit the 100th door. I was told I could answer the question using code and so I did by brute force. I coded it very well and the interviewer guided me through it.
2) The second interview was a regular Q & A situation in which I was asked the usual questions about problems I've faced how I solved them etc.
3) The third interview was over lunch and I was asked to test a number of things such as a PC, a ketchup packet. I didn't do so well in this one.
Preguntas de entrevista [1]
Pregunta 1
you have 100 doors in a row that are all initially closed. you make 100 passes by the doors starting with the first door every time. the first time through you visit every door and toggle the door (if the door is closed, you open it, if its open, you close it). the second time you only visit every 2nd door (door #2, #4, #6). the third time, every 3rd door (door #3, #6, #9), etc, until you only visit the 100th door.
Expect technical deep dives, coding challenges, and problem-solving scenarios. Questions will probe your knowledge of data structures, algorithms, and software design, assessing your ability to build robust systems. yes yus yes
Envié una solicitud electrónica. Acudí a una entrevista en Microsoft en ene 2024
Entrevista
Technical 3 round interview questions
Mangerial 1 round interview questions
Hr 1 round questions
But complex questions
All the best all the best best best very good option and good benefits
Preguntas de entrevista [1]
Pregunta 1
Situational questions like reasoning for the approach
Acudí a una entrevista en Microsoft (Bangalore Rural)
Entrevista
Nice and smooth the interviewer were really very helpful and knowledgeable also they try to help while giving interview and also when I have the interview they acknowledged if I was saying right or wrong so overall nice experience
Preguntas de entrevista [1]
Pregunta 1
2 coding rounds one on implementation and another on dsa