J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Microsoft (Israel) en sept. 2025
Entretien
I got an e-mail with a link to a home assignement i had to do within a week. It was a home assignement with 2 coding questions one basic and one a bit harder. It was 65 minutes for both questions.
Questions d'entretien [1]
Question 1
You are given an integer array arr of length n, and three integers x, y, and z.
You may select non-overlapping subarrays from arr.
Each chosen subarray must be of length 1, length 2, or length 3.
You can choose at most x subarrays of length 1.
You can choose at most y subarrays of length 2.
You can choose at most z subarrays of length 3.
Your goal is to maximize the total sum of all elements in the selected subarrays.
Return the maximum possible sum you can obtain under these constraints.
Input: arr (list of integers), x, y, z (non-negative integers)
Output: An integer representing the maximum total sum.
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