Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Microsoft (Redmond, WA) nel mese di ago 2007
Colloquio
Starts with meeting a recruiter at a campus job fair and having around 2 to 5 minutes to tell them about yourself and impress them. They might also ask you technical questions right there. I remember being asked "How would you test this pen for quality". If they like you, you get an email saying that you will be scheduled for an interview on campus. I waited about two weeks before my interview.
Interview day, I meet one of the team leads from Microsoft in a room for a 1 on 1 interview. Introduce myself, discuss resume, asks me about classes, then he asks me to solve 1 programming task. After that, he asks me to test the function I just wrote for quality.
Domande di colloquio [2]
Domanda 1
Write a function in C that takes a pointer to a string as its input, reverses the string, and returns a pointer to the reversed string.
HackerRank online assessment, followed by two back-to-back interviews. Each interview included a mix of behavioral questions and live coding problems. After the live coding portion, interviewer asked to analyze the time and space complexity of the solution.
Domande di colloquio [1]
Domanda 1
Check if a given array represents a postorder traversal of a binary search tree
Ho sostenuto un colloquio presso Microsoft (Hyderabad)
Colloquio
first there was an OA, which had 2 medium DSA questions, then in the first round of interview they asked me an anagram question which i couldnt answer. At the start, the interviewer also asked me questions on operating systems and networks
Ho presentato la mia candidatura tramite un'altra fonte. Ho sostenuto un colloquio presso Microsoft (Bengaluru) nel mese di nov 2024
Colloquio
First Round - Coding Test:
The first round was an online coding test with 3-4 problems. The questions focused on data structures and algorithms such as arrays, strings, and basic sorting. The environment was a standard online IDE, and I had to submit the code within the time limit.
2. Second Round - One-on-One Coding Interview:
This round was a live video interview with a Microsoft engineer. They gave me a coding problem on the spot, which involved solving a problem using arrays and hash maps. I was asked to explain my approach, write the code, and optimize it. The interviewer also asked follow-up questions to test my understanding.
Domande di colloquio [1]
Domanda 1
Given a list of raindrop sizes (integers), find the total sum of all raindrops.
Given an array of positive integers where each element represents the maximum number of steps you can move forward from that position, determine if it is possible to reach the last index starting from the first index.