J'ai postulé en ligne. J'ai passé un entretien chez Microsoft
Entretien
Step 1: online application: basic personal information, upload CV answer a few questions
Step 2: pre-recorded video interview: A timer would go off and we would have 20 seconds to read the question and then a limited amount of time to answer. Questions were situational like "what would you do if..." and "give and an example of when you..."
-skype interview (haven't had it yet)
Questions d'entretien [2]
Question 1
What do you think Microsoft's goals and mission are and why are these important?
J'ai passé un entretien chez Microsoft (Tel Aviv-Yafo)
Entretien
Stage 1: Take-Home Assessment – A 1-hour coding assignment consisting of two technical questions (one Easy and one Medium).
Stage 2: Virtual Interview Day – A Zoom-based interview day comprising three consecutive interviews.
Star method completely end to end with 3 interviews in the same day. It was online and then we were split into rooms. You mess up one and you mess up all
J'ai passé un entretien chez Microsoft (Hyderâbâd)
Entretien
Maximum subarray questions+ oops + dbms. find the contiguous (connected) sequence of numbers within a 1D array that has the largest possible sum, a classic computer science problem solvable efficiently with Kadane's Algorithm (Dynamic Programming/Greedy) in O(N) time, handling positive, negative numbers, and returning just the sum. Variations exist, like finding the maximum product or handling 2D arrays,
Questions d'entretien [1]
Question 1
find the contiguous (connected) sequence of numbers within a 1D array that has the largest possible sum, a classic computer science problem solvable efficiently with Kadane's Algorithm (Dynamic Programming/Greedy) in O(N) time, handling positive, negative numbers, and returning just the sum. Variations exist, like finding the maximum product or handling 2D arrays,