Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Microsoft (Praga) em fev. de 2018
Entrevista
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.
Perguntas de entrevista [2]
Pergunta 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
Candidatei-me online. Fiz uma entrevista na empresa Microsoft (Melbourne).
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
The assessment consisted of two LeetCode-medium-level coding questions to be completed within 75 minutes.
Fiz uma entrevista na empresa Microsoft (Seattle, WA).
Entrevista
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.
Candidatei-me por indicação de um funcionário. Fui entrevistado pela Microsoft (Bangalore Rural) em jun. de 2026
Entrevista
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