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 interviewsMicrosoft Research Software Development Engineer 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.

      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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Research Software Development Engineer Interview

      7 Mar 2014
      Anonymous employee
      Seattle, WA

      Other Research Software Development Engineer interview reviews for Microsoft

      Research Software Development Engineer Interview

      5 May 2017
      Anonymous employee
      Redmond, WA
      Accepted offer
      Positive experience
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 1 day. I interviewed at Microsoft (Seattle, WA) in Jun 2011

      Interview

      1. introduce background; 2. the research has been done; 3. Design questions: 3.1. data center network; 3.2. sync in distributed systems; 3.3. TCP / IP performance; 3.4. Routing; 3.5. coding: dynamic programming

      Interview questions [1]

      Question 1

      No unexpected questions.
      Answer question
      3
      Difficult interview

      Application

      I applied online. I interviewed at Microsoft (Redmond, WA)

      Interview

      First, one of the team members called me on the phone and we had a short chat about what the role requires and my resume. Then I had a standard phone call with an HR person who set up the technical phone interview as the next step. After this step, I got invited to go onsite. After five rounds of interview we called it a day, and within a week I received an offer.

      Interview questions [1]

      Question 1

      NDA
      Answer question
      5

      Research Software Development Engineer Interview

      19 Mar 2016
      Anonymous interview candidate
      Cairo, Cairo Governorate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Microsoft (Cairo, Cairo Governorate) in Mar 2016

      Interview

      - Technical test composed of 8 questions in 2 hours on hackerrank.com. 1 question on probability, 1 question on algorithms, 6 coding questions; mainly on arrays, linked-lists and BST as well as a math problem. - Invited for an onsite technical interview, It was at least 3 interviews. First Interview was about algorithms and how to solve a problem till you write its code. Second was a design interview, mainly about OOP. I couldn't pass the second interview, so I don't know what the third interview was supposed to be about.

      Interview questions [4]

      Question 1

      1) Array of length n, its elements are x-powers of the range (1 to n+1). There is one repeated element, find it. - The interviewer helps you till you reach the final solution, but he keeps asking about time and space complexity of each move you do. He may ask you to implement system functions like pow, sqrt and so on.
      Answer question

      Question 2

      2) Can static functions work on non-static members?
      Answer question

      Question 3

      3) Design a logger class.
      Answer question

      Question 4

      4) What's n-tier applications?
      Answer question
      5

      Research Software Development Engineer Interview

      24 Oct 2015
      Anonymous employee
      Redmond, WA
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied through an employee referral. The process took 2 days. I interviewed at Microsoft (Redmond, WA) in Oct 2015

      Interview

      Very pleasant interview process. Since I'm about to graduate with a PhD, I interviewed with two teams: one a very research-y team, and the other a software development team. Both interviews were extremely pleasant. The interviewers were genuinely nice, and allowed me plenty of time for me to ask them questions about the team and the role I would play. In terms of actual questions, the research-y team had most of the interviewers asking me about my ideas on the research problems they were trying to solve, with only one actual "coding" interview, which dealt with the standard tree traversal questions, and the design for a battleship game, with the challenge question being about how to scale up the battleship game to a large grid. The other team had more coding style questions, but most of them were not about writing code per se, but more of designing data structures and algorithms to solve specific problems in distributed sorting, google doc style spreadsheets, etc. Lots of puzzle/brainteaser questions from this team as well. Overall, a great interview experience!

      Interview questions [1]

      Question 1

      Design for a google doc style spreadsheet, with a focus on how to handle multiple concurrent edits and formulas on the spreadsheet.
      2 Answers
      3