J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Microsoft (Prague) en févr. 2018
Entretien
I was contacted by a recruiter on LinkedIn to apply for a job at Microsoft in Prague. First I had a phone interview with her, then a technical interview via Skype (I got one task), and after I was invited for onsite interviews, where I had three separate interviews, each interviewer again gave me a task to implement an algorithm, and asked me some standard HR questions.
Questions d'entretien [2]
Question 1
You are given two lists (each element is an integer that is less than 10), and you are asked to create a third list that represents a sum of these two. For example,
list1: 1 -> 2 -> 3
list2: 7 -> 7
123 + 77 = 200 ----> list3: 2 -> 0 -> 0
You are given a list of n elements (integers with values between 0 and 99 that can appear more than once in the list), and you should find the element that appears most often, and you are allowed to go trough the list just once
J'ai postulé en ligne. J'ai passé un entretien chez Microsoft (Melbourne)
Entretien
After submitting an online application, I received a HackerRank assessment after passing the resume screening stage, then I was rejected after completing the assessment and did not proceed to further interview rounds.
Questions d'entretien [1]
Question 1
The assessment consisted of two LeetCode-medium-level coding questions to be completed within 75 minutes.
J'ai passé un entretien chez Microsoft (Seattle, WA)
Entretien
Straightforward technical loop overall, with strong interviewers at every stage. I genuinely enjoyed the in-depth conversations around technical challenges and algorithmic problem-solving — the entire process felt well-structured and genuinely engaging.
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Microsoft (Bangalore Rural) en juin 2026
Entretien
The interview was hard, even as a fresher the dsa they asked was hard category after I checked on leetcode. Though I couldn't solve it. Some of the other people who interviewed were asked easy - medium dsa