Upload Button Icon Add office photos

Microsoft Corporation

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Microsoft Corporation Summer Intern Interview Questions and Answers for Freshers

Updated 26 Aug 2024

Microsoft Corporation Summer Intern Interview Experiences for Freshers

3 interviews found

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic dsa, online leetcode very easy trees

Round 2 - Technical 

(2 Questions)

  • Q1. Geaphs links trees
  • Q2. Graphs links trees questions dsa
Round 3 - HR 

(2 Questions)

  • Q1. Why do i belong in microsoft
  • Ans. 

    I belong in Microsoft because of my passion for technology, strong problem-solving skills, and ability to work well in a team.

    • Passion for technology: I have always been fascinated by the latest advancements in technology and enjoy staying up-to-date with industry trends.

    • Strong problem-solving skills: I excel at analyzing complex problems and finding innovative solutions, which aligns well with Microsoft's focus on inno...

  • Answered by AI
  • Q2. More questions on my projects in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and talk well, dsa

Summer Intern Interview Questions & Answers

user image Manshi Srivastava

posted on 30 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome question
  • Q2. Sring questions

Summer Intern Interview Questions Asked at Other Companies for Fresher

Q1. There are 8 bottles of milk out of which one bottle is poisoned. ... read more
Q2. Puzzle: You have lost your wallet containing 500 rupees. There is ... read more
Q3. With O(1) time complexity, find out if the given number is missin ... read more
asked in Accenture
Q4. You are a private company who has got the contract to install str ... read more
Q5. Draw stress strain curve and show important points.

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2022

I applied via Company Website and was interviewed in Jul 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

It was a 10 multiple choice questions test on various coding concepts, data structures, algorithm

Round 3 - Coding Test 

It was a mathematics permutation question.

Round 4 - Assignment 

This round requires to submit a project on given problem statements

Round 5 - Technical 

(1 Question)

  • Q1. You are given two integers n and k. Count the number of permutations where at least k positions have arr[i] =i.
  • Ans. 

    Count permutations with at least k positions having arr[i]=i

    • Calculate number of permutations with exactly k positions having arr[i]=i

    • Calculate number of permutations with exactly k+1 positions having arr[i]=i

    • Subtract the above two values to get the final answer

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. About Microsoft Engage project and projects on my resume and one coding question.

Interview Preparation Tips

Topics to prepare for Microsoft Corporation Summer Intern interview:
  • Array
  • Strings
  • Recursion
  • Binary Search
Interview preparation tips for other job seekers - Use as much technology you can for building project and practice questions on data structures and algorithm.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Easy question, maximum question on average, ages, pie chart,flow chart of coding, English comprehension, situation based question.

Interview Preparation Tips

Topics to prepare for Oracle Consultant interview:
  • Puzzle
  • Guesstimate
Interview preparation tips for other job seekers - Well Prepare for aptitude round since it is 1 round of elimination.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Integration and sales cloud

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Obviously about oops.
  • Q2. Printing reverse of string without using inbuilt function and start printing from last index
  • Ans. 

    Printing reverse of string without inbuilt function and start printing from last index.

    • Iterate through the string from last index to first index and append each character to a new string.

    • Use a loop to iterate through the string and concatenate each character to the new string.

    • Print the new string in reverse order.

  • Answered by AI
  • Q3. Printing reversed words in a string without using inbuilt functions
  • Ans. 

    Printing reversed words in a string without using inbuilt functions

    • Split the string into words using space as delimiter

    • Iterate through each word and reverse it

    • Print the reversed words in the original order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about oops concept and skills you mentioned on your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Implement custom reduce function in js
  • Ans. 

    Custom reduce function in JavaScript

    • Create a function that takes an array, a callback function, and an initial value as parameters

    • Iterate through the array and apply the callback function to each element, updating the accumulator

    • Return the final accumulator value

  • Answered by AI
  • Q2. Box sizing in css
  • Ans. 

    Box sizing in CSS determines how the total width and height of an element is calculated.

    • Box-sizing property can have values of content-box (default) or border-box

    • content-box includes only the content, border, and padding in the width and height calculations

    • border-box includes the content, padding, and border in the width and height calculations

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Automatic Data Processing (ADP) Consultant interview:
  • Javascript
  • Angular

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design book my show
  • Q2. Implement Binary First Search
  • Ans. 

    Binary First Search is a search algorithm that explores the nodes in a binary tree in a level-order traversal.

    • Start at the root node and add it to a queue.

    • While the queue is not empty, dequeue a node and visit it. Then enqueue its children.

    • Repeat until all nodes have been visited.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .net full stack
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to change
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

These are some tests they have copied from other organizations.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you love yourself and your peace of mind don't even think of joining this toxic place. Specially the design team. There is a monopoly of one not so gentle gentleman. Here's a list of tasks in his daily routine:

Schedule one on ones so he can start the day by shouting at people.

Belittling

Humiliating

Crushing people's confidence

Every year, he goes on a rampage so he can replace his entire team.This is a routine toxic practice he religiously follows regardless of the work that you do.

He has a step by plan, follows the exact same script regardless of what you do and don't do. For example, a co-worker who has a MA in linguistics was told to improve her English. This is hilarious and ironic at the same time. Another Co worker who has trained at least 15000 associates across locations in the last 2 decades. And suddenly the organization realizes that she missed a full stop. And she gets fired for a full stop, a comma and a colon.
Ridiculous, horrible, pathetic are just a few small words for this place. MY SERIOUS ADVISE, DON'T JOIN. SIT AT HOME BUT NEVER JOIN ADP.

Microsoft Corporation Interview FAQs

How many rounds are there in Microsoft Corporation Summer Intern interview for freshers?
Microsoft Corporation interview process for freshers usually has 3-4 rounds. The most common rounds in the Microsoft Corporation interview process for freshers are Coding Test, Technical and HR.
How to prepare for Microsoft Corporation Summer Intern interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Microsoft Corporation. The most common topics and skills that interviewers at Microsoft Corporation expect are Intellectual Property Rights, Microsoft Technologies, Project Management, Relationship Management and Technology Consulting.
What are the top questions asked in Microsoft Corporation Summer Intern interview for freshers?

Some of the top questions asked at the Microsoft Corporation Summer Intern interview for freshers -

  1. You are given two integers n and k. Count the number of permutations where at l...read more
  2. graphs links trees questions ...read more
  3. geaphs links tr...read more

Tell us how to improve this page.

Microsoft Corporation Summer Intern Interview Process for Freshers

based on 2 interviews

Interview experience

4
  
Good
View more

Microsoft Corporation Summer Intern Reviews and Ratings

based on 5 reviews

4.7/5

Rating in categories

4.8

Skill development

4.9

Work-life balance

4.6

Salary

4.9

Job security

4.9

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
2.2k salaries
unlock blur

₹15 L/yr - ₹51 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹25 L/yr - ₹95 L/yr

Software Engineer2
1.1k salaries
unlock blur

₹21.1 L/yr - ₹72 L/yr

Software Developer
880 salaries
unlock blur

₹14.3 L/yr - ₹51 L/yr

Support Engineer
601 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Explore more salaries
Compare Microsoft Corporation with

Google

4.4
Compare

Amazon

4.0
Compare

Deloitte

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview