Upload Button Icon Add office photos

Filter interviews by

Microsoft Research Software Engineer2 Interview Questions and Answers

Updated 18 Jun 2023

Microsoft Research Software Engineer2 Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed before Jun 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 

This was a screening test. Question was related to arrays manipulation.

Round 3 - Coding Test 

This coding round was related to mathematical calculation for a given coordinates geometry problem.

Round 4 - Coding Test 

This coding test was related to a tree and graph related algorithm to find the optimal solution.

Round 5 - System Design 

(1 Question)

  • Q1. This system design round was a well-knowned problem, mostly focusing on performance high, availability etc of the system.
Round 6 - Behavioral 

(1 Question)

  • Q1. This was a behavioral round forecast on current system I was working on and what could be the possibilities of improving the system as well as what are the different AI model could be applied to that syste...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Screening round. Algorithm on Array manipulation. This was comparatively easy one.

Round 3 - Coding Test 

Coding around on a mathematical calculation based on some coordinate geometry scenario.

Round 4 - Coding Test 

Coding around based on tree algorithm and how to optimize it.

Round 5 - System Design 

(1 Question)

  • Q1. A pretty well known system design problem. Focused on high volume of traffic, performance and high availability.
Round 6 - Behavioral 

(1 Question)

  • Q1. Current system analysis and discussion on how can you make the system better. What could be the different AI model applied on that current system?

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Describe how you would design an Order and Cart Page in iOS, incl ... read more
asked in JioStar
Q3. Given an array of officers, where ranks 1-8 represent high-rankin ... read more
Q4. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q5. Can you describe the system design for the checkout feature on Am ... read more

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Microsoft Research?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Hackerrank was used for test

Round 3 - Technical 

(2 Questions)

  • Q1. Implement BFS to find the nearest neighbour
  • Ans. 

    Implement BFS algorithm to find the nearest neighbour

    • Create a queue to store nodes to be visited

    • Start with the initial node and add it to the queue

    • While the queue is not empty, dequeue a node, visit its neighbours, and add them to the queue

    • Repeat until the nearest neighbour is found

  • Answered by AI
  • Q2. Implement Priority queue using heap.
  • Ans. 

    Priority queue can be implemented using a heap data structure.

    • Create a min heap or max heap based on the priority order needed.

    • Insert elements into the heap based on their priority level.

    • Remove elements from the heap based on their priority level.

    • Heapify the heap after each insertion or deletion operation.

    • Example: Implementing a min heap for a priority queue where lower values have higher priority.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 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 - Case Study 

They just asked about my previous experience and questions from my resume

Round 3 - Technical 

(1 Question)

  • Q1. Bsod , how to handle angry customer ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident.
They will just your potential.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe a a time when you had to convey your team to use a particular approach
  • Ans. 

    I successfully convinced my team to adopt Agile methodologies for improved collaboration and efficiency in our software development process.

    • Identified inefficiencies in our current waterfall approach, such as long feedback loops.

    • Presented data showing how Agile could reduce development time by 30%.

    • Organized a workshop to demonstrate Agile principles and practices.

    • Facilitated a pilot project using Agile, which resulted ...

  • Answered by AI
  • Q2. Design a queing system
  • Ans. 

    Design a queuing system to manage requests efficiently and ensure fair processing.

    • Define the purpose: e.g., handling customer service requests.

    • Choose a queuing model: FIFO (First In, First Out) is common.

    • Implement priority levels: e.g., urgent requests processed first.

    • Consider scalability: ensure the system can handle increased load.

    • Use data structures: e.g., linked lists or arrays for queue management.

    • Incorporate time...

  • Answered by AI
  • Q3. What are streams in Java
  • Ans. 

    Streams in Java are sequences of data elements supporting sequential and parallel aggregate operations.

    • Streams are part of the java.util.stream package introduced in Java 8.

    • They allow functional-style operations on collections, such as map, filter, and reduce.

    • Example: List<String> names = Arrays.asList("Alice", "Bob"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);

    • Streams can...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics Technical Questions
  • Q2. In depth knowledge OOPS concepts and basic practice skills of SQL operations
  • Q3. In depth practice of String Manipulations using looping and conditional statements
  • Ans. 

    String manipulation using loops and conditionals for software engineering

    • Use loops to iterate through each character in the string

    • Use conditional statements to check for specific conditions and manipulate the string accordingly

    • Examples: reversing a string, counting occurrences of a specific character, removing whitespace

  • Answered by AI
  • Q4. In depth knowledge of J2ee concepts with any ORM / MVC framework skills
Round 2 - Technical 

(1 Question)

  • Q1. Java Basics Technical Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions based on profit and loss

Round 2 - Coding Test 

Coding test based on c language and python programming

Round 3 - Assignment 

Communication assignment based on English

Round 4 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Difine real time operation system
  • Ans. 

    Real-time operating systems are designed to provide guaranteed response times for critical tasks.

    • Real-time operating systems prioritize tasks based on their urgency and importance.

    • They are commonly used in industries such as aerospace, automotive, and industrial automation.

    • Examples include VxWorks, QNX, and FreeRTOS.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project work questions

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Daemon thread in java
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.

    • Daemon threads are used for tasks that do not require user interaction or continuous execution.

    • They are automatically terminated when all non-daemon threads have finished.

    • Set a thread as daemon using setDaemon(true) method before starting it.

    • Example: Thread t = new Thread(); t.setDaemon(true); t.start();

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

Microsoft Research Interview FAQs

How many rounds are there in Microsoft Research Software Engineer2 interview?
Microsoft Research interview process usually has 6 rounds. The most common rounds in the Microsoft Research interview process are Coding Test, Resume Shortlist and Behavioral.
What are the top questions asked in Microsoft Research Software Engineer2 interview?

Some of the top questions asked at the Microsoft Research Software Engineer2 interview -

  1. This was a behavioral round forecast on current system I was working on and wha...read more
  2. Current system analysis and discussion on how can you make the system better. W...read more
  3. A pretty well known system design problem. Focused on high volume of traffic, p...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Microsoft Research Software Engineer2 Salary
based on 11 salaries
₹27.5 L/yr - ₹45 L/yr
88% more than the average Software Engineer2 Salary in India
View more details
Software Developer
62 salaries
unlock blur

₹22.6 L/yr - ₹45 L/yr

Software Engineer
53 salaries
unlock blur

₹22.5 L/yr - ₹42 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹17.9 L/yr - ₹70 L/yr

Data Scientist
16 salaries
unlock blur

₹23.5 L/yr - ₹60 L/yr

Sde1
12 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Explore more salaries
Compare Microsoft Research with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview