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.
Was a typical first round recruiter screen - pretty straightforward but didn't end up getting moved vforwards. Prompt, Professional and overall a good experience. They asked me about my background, explained the role and it was with the recruitment team.
Questions d'entretien [1]
Question 1
Describe your background going into detial in each role
Expect a lengthy hiring process that can take at least two months from start to finish. In my experience, there was approximately one month of interviews followed by another month waiting for the final decision. Be prepared for a slow timeline, especially after completing all interview stages.
Questions d'entretien [1]
Question 1
Tell me about a time where have above and beyond for a customer
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.