Microsoft Internship Interview On-campus Last Updated : 18 Dec, 2018 Comments Improve Suggest changes Like Article Like Report The first round was the basic elimination round- online coding test. There were sets of questions and everybody got 3 random questions from it. The marking scheme of the questions was 2, 3, 5 marks. The test was conducted on cocubes platform. The test duration was 75 minutes. Here are some of the set questions I remember: Delete m nodes after n nodes of a linked list Calculate the sum of two numbers and return the sum if the sum and first no have same no of digits else return the first no. Evaluate infix expression. Trim BST. Find the day from the given date. Based on Rounding off a number. Around 54 people were shortlisted for the next round. Then we had a group fly round. There were 2 questions: Resolve the unix path. (I did this using a stack) No of encodings possible(based on DP) After this, only 16 people were shortlisted. Then, we had the first technical interview. I was asked about my favourite data structure, complexity of BST, AVL, etc. Then, I was asked to code a min depth question where merging of nodes had to be done. (horizontal distance approach). Next question was to find the minimum index in a stream of characters which matches all the characters in a given string. (I solved it using a hashmap). Also I had used Neo4j in one of my project so I was asked how graph databases are better than the others. In the second technical interview, I was asked https://www.geeksforgeeks.org/minimum-number-platforms-required-railwaybus-station/ . Second question was to find the largest number smaller than the give number by only using the digits in the given number. Then I was asked to reverse a linked list iteratively. In the third and final technical interview I was first asked to find the Kth neighbour of a node in a binary tree. Then i was asked to find the column number if the column name in ana excel sheet was given. Overall, what I learnt during the interview process is that if you're stuck anywhere, seek help from the unexpected source- the interviewers. Ultimately, they are in your campus to get you on board with them and hence are ready to give hints whenever you're stuck. The key is to keep communicating everything that's on your mind to the interviewer so as to know if you're moving in the right direction and always listen and use their feedback carefully. Finally, 4 students were selected for the internship. Thanks to geeksforgeeks for being the best site to practice coding and prepare for interviews. Comment More infoAdvertise with us Next Article Microsoft Internship Interview On-campus Anonymous Improve Article Tags : Interview Experiences Experiences Similar Reads Microsoft Interview Experience | On-Campus Internship All the rounds were completely virtual and interviews were held at Microsoft Teams except for round 1 which took place at mettl.com. I was also asked to share my screen to write code for the questions in rounds 2,3 and 4. Round 1: This round had 3 simple questions. The questions were modifications o 4 min read Microsoft Interview Experience (On-campus internship) Online round: It was conducted on Cocubes. It consisted of 3 questions: 2 marks:Average of ascii characters of string. 3 marks:Reverse alternate k nodes 5 marks:Cousin sum in a binary tree. Other questions were: Infix evaluation Given an array of numbers, find the smallest number after n deletions N 2 min read Microsoft Interview Experience (On-Campus Internship) We had Microsoft internship drive on campus for SDE and ML profiles. All rounds were online because of COVID. Students who had 8 CGPA and above, were asked to apply on Microsoft careers website. We had a coding round for SDE and MCQ type questions for ML Profile. Coding Round : We had 3 questions on 2 min read Microsoft Internship Interview Experience (Off-Campus) Round 1(Written Test held Online at mettl.com): The first round was an online coding round comprising of three questions which were to be solved. The questions ranged from easy to medium level, and the total time given was 90 minutes, to solve the questions. After this round I received a confirmatio 6 min read Microsoft Internship Interview Experience (Off-Campus) Hello guys, I'm currently a final year undergrad from Tier 2 engineering college and this is my internship interview experience with Microsoft. Firstly, there was an online coding round on Mettl platform . It had 3 problems. Problem 1: Array related.(Too easy) Problem 2:Tree based question.(Easy-Med 4 min read Like