Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Microsoft

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Microsoft reviews | Microsoft jobs | Microsoft salaries | Microsoft benefits | Microsoft conversations
      Microsoft interviewsMicrosoft Software Engineer(Internship) interviewsMicrosoft interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Engineer(Internship) Interview

      3 Apr 2022
      Anonymous employee
      New York, NY
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. The process took 2 months. I interviewed at Microsoft (New York, NY) in Mar 2022

      Interview

      Had an initial phone screen that was mostly behavioral (typical questions on background, resume, etc.) and one LC easy (detect if string is palindrome). Then two months later I had a final interview (2x45). First final was behavioral, resume and single LC medium (array) the second was behavioral and single LC easy (sort). Overall the interview process was great just a bit on the long side waiting for the recruiter to schedule final interviews.

      Interview questions [1]

      Question 1

      Similar to (283. Move Zeroes) on LeetCode, except instead of moving zeros to the end of the array (which is pretty trivial), had to move zeros to beginning of the array while maintaining the order of all non-zero elements. Probably LC Easy/Med
      1 Answer
      2

      Other Software Engineer(Internship) interview reviews for Microsoft

      Software Engineer(Internship) Interview

      6 Jun 2026
      Anonymous interview candidate
      Tel Aviv-Yafo
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Microsoft (Tel Aviv-Yafo)

      Interview

      I applied through their website with a referral, after a month or so they sent me a home exam, I think about a month after that i had 3 interviews in the same day, each one around 1:15 hours.

      Interview questions [1]

      Question 1

      implement a dictionary where you have set,get and setAll, all in O(1)
      Answer question

      Software Engineer(Internship) Interview

      1 Jun 2026
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Microsoft

      Interview

      The hiring process consists of a HackerRank home exam, followed by three technical interviews covering LeetCode-style problems and system architecture. Once this is done, you will have a final HR interview.

      Interview questions [1]

      Question 1

      I had a technical interview where I was asked to solve the classic 'Climbing Stairs' problem (LeetCode #70), which is a dynamic programming question based on the Fibonacci sequence.
      Answer question

      Software Engineer(Internship) Interview

      23 Jun 2026
      Anonymous employee
      Haifa
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at Microsoft (Haifa) in Jun 2026

      Interview

      The process started with an online HackerRank assessment. The main coding question involved partitioning an array of server capacities into K contiguous groups while minimizing the maximum group sum. The solution required binary search on the answer combined with a greedy validation function. The assessment focused on algorithms, problem solving, and time complexity analysis.

      Interview questions [1]

      Question 1

      Given an array representing server capacities and an integer K, divide the array into K contiguous groups such that the largest group sum is minimized. Return the minimum possible value of the maximum group sum.
      Answer question