Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Microsoft (Seattle, WA) em mai. de 2015
Entrevista
A recruiter called me to schedule a phone screen technical interview with a developer team lead. The technical interview was supposed to be an hour but lasted an hour and a half; the team lead was very interested in my project work, and the overall impression was very positive, even though no coding was tested during the phone screen. Before I stepped into the office, I got the e-mail request for me to fly to Seattle and meet the team the following week. Scheduling was very easy to work with and I had no issues getting to Seattle; a rental car was even booked for me, and meals and parking can be expensed. The first interview was with the recruiter, who was very friendly and provided some insightful information on how the interviews work and a schedule with the people I would meet. She also mentioned that there were multiple teams monitoring these interviews and that if I did well in the interviews there would be additional interviews that were not on the schedule. While there was a lunch interview that was a bit more casual (no whiteboard = no coding), I didn't let my guard down; all other interviews were highly technical and required coding or analyzing code. I eventually met double the number of people I was scheduled for and the interviews lasted 7 hours. It was a gruelling day, and one interviewer asked me questions outside of my knowledge zone, but it was extremely insightful as to the difficulty level of a first-tier software tech company interview, and I learned a lot of what was being expected at Microsoft.
Candidatei-me por meio de uma agência de recrutamento. O processo levou 4 semanas. Fui entrevistado pela Microsoft (Seattle, WA) em jul. de 2022
Entrevista
I did an interview for a Senior SDE at a hiring event. The process consisted of an online assessment followed by a day of onsite interviews. 4 rounds covering algorithms and design. The questions were fairly easy and I did very well in all the rounds. Cannot disclose due to NDA. I was expecting an offer and to my surprise got a generated auto response indicating a reject after a day. I had constant communication with the recruiter during the whole process and after the reject there was zero response from the recruiter regarding feedback. I honestly believe that the interview was just for headcount since I could not think of one reason why I could be rejected. I also saw the position that I applied for indicated "applications are not accepted" even before the interview.
Candidatei-me por indicação de um funcionário. O processo levou 1 dia. Fui entrevistado pela Microsoft (Bengaluru) em fev. de 2019
Entrevista
I was asked at 8:30 for a hiring event. Had the first round from 8:45am, it was about Data Structure and problem solving. I solved the problems and further variants, thought it went excellent. Then had to wait almost an hour before the second interviewer came. He himself said he wasn't prepared and it was a last minute. Then he proceeded to ask a math related coding question. I couldn't remember the property so I needed help, then it turned out the actual algorithm/coding needed was almost trivial. Again I waited an hour without any information and then called up the recruiter and was asked to go for lunch. After lunch, I had a Systems Design round. We started from generic problem to more designs. I thought it went well. The interviewer did say the they didn't have feedback from 2nd round yet, only 1st round. After this, I waited a few rounds and was told the feedback wasn't positive and I am pretty sure it was the feedback from 2nd round and I just had to waste a few hours more due to lack of coordination on the recruiters' part.
I should mention that the interviewees were polite and nice to talk to.
Perguntas de entrevista [1]
Pergunta 1
Common algorithm questions, distributed cache design.
Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Microsoft (Herzliya) em jun. de 2018
Entrevista
It was defined as a technical interview. It was face-to-face in Microsoft offices in Herzliya (Israel) and took 1,5 hours. I was interviewed by Principal Software Engineer of the group. After a small talk he explained what the group does, what the position's expectations and asked to describe my recent work. We got through my current and previous work places and talk about projects and technologies. After that I was asked two technical questions and the interview ended. During the interview I got positive feedback on all my answers and was told that my experience, specialization and the knowledge fits the group and the position.
On the next day I got a rejection letter. It seem like the whole process had nothing to do with hiring a person, but to present that interviews for the position are being held. It left me frustrated and willing never deal with Microsoft again, at least not in Israel
Perguntas de entrevista [2]
Pergunta 1
Given two one directional linked list find if they merge and the node where they merge. Write a pseudo-code. Make solution with O(1) in space and O(n) in time where n is longest list length.
Given a string with single digit numbers and four simple arithmetic operations in a form of string that recorded in postfix (reverse Pascal) notation, perform the operation and validate the recording. Write pseudo-code that returns result or informs about malformed recording.