Upload Button Icon Add office photos

Filter interviews by

Microsoft Global Service Center SDE Interview Questions and Answers

Updated 17 Oct 2023

Microsoft Global Service Center SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Explain the concept of loops?
  • Ans. 

    Loops are programming constructs that allow for repeated execution of a block of code until a certain condition is met.

    • Loops are used to iterate over a collection of items or perform a set of instructions multiple times.

    • Common types of loops include for loops, while loops, and do-while loops.

    • Example: for(int i=0; i<5; i++) { // code block to be executed }

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Medium level of questions asked

Top trending discussions

View All
Interview Tips & Stories
1w (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 Global Service Center?
Ask anonymously on communities.

Interview questions from similar companies

SDE Interview Questions & Answers

Google user image Anonymous

posted on 9 Feb 2024

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

(5 Questions)

  • Q1. Linked list Questions
  • Q2. DP questions and some others
  • Q3. Rotating matix by 90 degree
  • Ans. 

    Rotate a matrix by 90 degrees clockwise

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI
  • Q4. Graphs Questions
  • Q5. Binary search questions

Skills evaluated in this interview

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Amazon
Q4. Describe a scenario where you were given updates on repaired road ... read more
asked in Nagarro
Q5. Maximum Meetings Selection You are tasked with scheduling meeting ... read more

SDE Interview Questions & Answers

Google user image Anonymous

posted on 15 Apr 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How are you doing in life
  • Ans. 

    I'm navigating life's challenges with optimism, focusing on personal growth and professional development while maintaining a healthy work-life balance.

    • I recently completed a challenging project at work, which enhanced my skills in software development and teamwork.

    • I've been dedicating time to learning new programming languages, such as Python and JavaScript, to stay updated in the tech field.

    • In my personal life, I've s...

  • Answered by AI

SDE Interview Questions & Answers

Flipkart user image Anonymous

posted on 14 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions on arrays and hashing
Round 2 - Technical 

(1 Question)

  • Q1. Questions on linkedlist and dp
Round 3 - HR 

(1 Question)

  • Q1. Questions on projects and standard HR questions

SDE Interview Questions & Answers

Flipkart user image Anonymous

posted on 25 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

What is array, what is avl tree, what is b+ tree.

Round 2 - Aptitude Test 

What is b+ tree, what is red black tree

Round 3 - HR 

(1 Question)

  • Q1. What is your name
Round 4 - Coding Test 

What is avl tree, what is b+ tree

Interview Preparation Tips

Interview preparation tips for other job seekers - be relax and enjoy

SDE Interview Questions & Answers

Flipkart user image Koushik Hegde

posted on 24 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build the conference room

Round 2 - Technical 

(2 Questions)

  • Q1. Asked all about my previous work.
  • Q2. Resume based question , went in depth.
Round 3 - HR 

(1 Question)

  • Q1. Not much , discussed about the offer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

OOP and DSA focused coding test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice OOP and basic DSA concepts and get used to solving coding problems in a short time.
Are these interview questions helpful?

SDE Interview Questions & Answers

Google user image Anonymous

posted on 29 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium-Hard leetcode level question

SDE Interview Questions & Answers

Google user image Paltasingi Poojitha 4-Year B.Tech. Electrical Engineering

posted on 12 Nov 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find minimum no. of increment operations to make array unique
  • Ans. 

    To make an array of strings unique, count the number of duplicate elements and increment them accordingly.

    • Iterate through the array and keep track of the frequency of each element.

    • For each duplicate element, increment it to make the array unique.

    • Return the total number of increment operations needed.

  • Answered by AI
  • Q2. Given a binary tree whose every node value is a number. find the sum of all the numbers that are formed from root to leaf paths
  • Ans. 

    Sum all numbers formed from root to leaf paths in a binary tree

    • Traverse the tree from root to leaf nodes, keeping track of the current number formed

    • Add the current number to the sum when reaching a leaf node

    • Recursively explore left and right subtrees

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Flipkart user image Anonymous

posted on 1 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Machine coding round for an App engineer role.
Please have personal laptop setup properly

Round 2 - Technical 

(2 Questions)

  • Q1. Algorithm questions such as DP
  • Q2. Algorithm with graph
  • Ans. 

    One common algorithm with graphs is Dijkstra's algorithm for finding the shortest path.

    • Dijkstra's algorithm is used to find the shortest path from a starting node to all other nodes in a weighted graph.

    • It works by maintaining a priority queue of nodes based on their distance from the starting node.

    • The algorithm iteratively selects the node with the smallest distance, updates the distances of its neighbors, and repeats ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round. mostly based on past work
  • Q2. Design question

Skills evaluated in this interview

Microsoft Global Service Center Interview FAQs

How many rounds are there in Microsoft Global Service Center SDE interview?
Microsoft Global Service Center interview process usually has 3 rounds. The most common rounds in the Microsoft Global Service Center interview process are Technical and Resume Shortlist.
What are the top questions asked in Microsoft Global Service Center SDE interview?

Some of the top questions asked at the Microsoft Global Service Center SDE interview -

  1. Explain the concept of loo...read more
  2. Medium level of questions as...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

SDE Interview Questions from Similar Companies

Google SDE Interview Questions
4.4
 • 16 Interviews
Flipkart SDE Interview Questions
3.9
 • 5 Interviews
Paytm SDE Interview Questions
3.2
 • 2 Interviews
Nagarro SDE Interview Questions
3.9
 • 2 Interviews
View all
Consultant
105 salaries
unlock blur

₹20 L/yr - ₹35 L/yr

Senior Consultant
31 salaries
unlock blur

₹29 L/yr - ₹44.8 L/yr

Associate Consultant
30 salaries
unlock blur

₹10.4 L/yr - ₹18.8 L/yr

Support Engineer
22 salaries
unlock blur

₹14.7 L/yr - ₹25.3 L/yr

Technical Consultant
13 salaries
unlock blur

₹18.7 L/yr - ₹32 L/yr

Explore more salaries
Compare Microsoft Global Service Center with

iEnergizer

4.7
Compare

Bharti Airtel

3.9
Compare

WNS

3.3
Compare

Tata Motors

4.2
Compare
write
Share an Interview