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 Sde1 Interview Questions and Answers

Updated 23 Apr 2024

Microsoft Corporation Sde1 Interview Experiences

5 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Maximum element in a heap
  • Ans. 

    The maximum element in a heap can be found at the root node.

    • The maximum element in a max heap is always at the root node.

    • To find the maximum element, simply return the value at the root node.

    • In a min heap, the maximum element can be found by recursively checking the left and right child nodes.

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Max element in heap
  • Ans. 

    To find the max element in a heap, simply return the root element.

    • The max element in a heap is always the root element.

    • No need to traverse the entire heap, just return the root element.

    • Example: If the heap is [10, 8, 5, 4, 3, 2], the max element is 10.

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions Asked at Other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent proces ... read more
Q4. Given one point and circle how will you find if it's inside circl ... read more
asked in Amazon
Q5. N queen problem with problem statement and dry running of code wi ... read more

Sde1 Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2022

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions based data structure,alogorithms. c/c++

Round 2 - Technical 

(2 Questions)

  • Q1. Deep Discussion on project done so far, and detailed discussion on what all features developed in the project ,roles and responsibilities and coding questions on DS.(Linked list ,strings,arrays)
  • Q2. Some are similar question on GFG.
Round 3 - Technical 

(1 Question)

  • Q1. Coding interview and project discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident & positive, what all you know you can tell , practice more coding questions. build more logic. some times the way you think also get noticed.

Sde1 Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2022

Round 1 - Coding Test 

Easy test 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Just practice leetcode top 100 interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing and have a look on archives befor interview

Sde1 Interview Questions & Answers

user image Anonymous

posted on 9 Feb 2017

I was interviewed before Feb 2016.

Interview Questionnaire 

2 Questions

  • Q1. The interviewer firstly asked about my internship - my role during the internship, the projects that I worked on and the completion status of the projects. Then he asked about my project- Library managemen...
  • Q2. Given two words determine the similarity between them
  • Ans. 

    The question asks to determine the similarity between two words.

    • Use a similarity metric like Levenshtein distance or cosine similarity

    • Normalize the words by converting them to lowercase and removing punctuation

    • Consider using a pre-trained word embedding model for semantic similarity

    • Implement a function that calculates the similarity score between two words

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 3 questions were given
1. Rain water collection problem
2. Matrix DFS problem
3. DP problem
Tips: Practice all standard questions on practice.geeksforgeeks.org.
And other dp questions on Hackerearth and Hackerrank.
Duration: 1 hour 30 minutes
Total Questions: 3

Round: Group fly round
Experience: 2 questions were given
1. Convert number into words. Eg. 389 to Three hundred and eighty nine. Input 1-999999
2. A 2-D matrix nxn consisting of numbers is spirally sorted in decreasing order. So given a number we have to insert into the matrix so that the matrix is still sorted spirally. Write a function.
Tips: Also practice ad hoc questions

Round: Technical Interview
Experience: In my implementation he thought there was some scope for improvement. I implemented the date of issue and date of return both in the books entity. I then suggested to implement an borrowed_books entity and he seemed very satisfied with it.
Tips: High

Round: Technical Interview
Experience: I asked about the definition of similarity wrt the question. He replied to define it myself. So, I told him that I would find the LCS of the 2 strings and then define a threshold below/above which "we" could say them to be dissimilar/similar. There was a confusion there. I realised my mistake and stated it to be Longest Common Subsequence. He asked me to write the code. After I was done. He told me that the code was incorrect. I went through the code thrice and then I told him whether he could point out the mistakes. There were none. He was trying to see how I reacted. I didn't get too defensive. He was happy with it. Then he asked me to optimize the code. I said that for letters that didn't match in both the strings, we could define some similarity score between individual letters. He said yes it is definitely a good optimization but can you think of something simpler. I then told him that we need to normalize the LCS. He was happy that I could work on the hints he provided.
Tips: Don't get too defensive.
Listen to each and every word that the interviewer utters carefully.
Try to talk through the solution with the interviewer. Don't let a moment of awkward silence come during the interview.
Think of the interviewer as a friend with whom you are discussing a coding question. It eases out 90% of the tension.

College Name: IIT Varanasi

Skills evaluated in this interview

Interview questions from similar companies

Sde1 Interview Questions & Answers

UKG user image Anonymous

posted on 7 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Aptitude and coding round, one coding question and others are computer fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Return true if Subarray is present whose sum is 0
  • Q2. Project, oops, dbms
Round 3 - Technical 

(2 Questions)

  • Q1. Subarray sun equal to k
  • Q2. Project, oops, dbms
Round 4 - HR 

(1 Question)

  • Q1. Did not got slected i answered all still

Sde1 Interview Questions & Answers

Google user image Anonymous

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It occurred on HackerRank.

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions related to strings , graphs , array
  • Q2. CS fundamentals ....OOPS , DBMS , CN (little)
  • Q3. Projects discussion
Round 3 - HR 

(2 Questions)

  • Q1. About hobbies , interest in comp. about hacakthons
  • Q2. Why i want to become SDE

Interview Preparation Tips

Topics to prepare for Google Sde1 interview:
  • DSA
  • OOPS
  • DBMS
  • SQL
Interview preparation tips for other job seekers - Focus on DSA , CS fundamentals , projects .

Sde1 Interview Questions & Answers

Amadeus user image Anonymous

posted on 18 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and prevent unintended changes.

    • Immutable strings allow for safer multithreading and concurrency.

    • String interning is possible because of immutability.

    • Immutable strings can be used as keys in dictionaries and hash tables.

    • Examples of immutable data types include numbers and tuples.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and questions will mainly appear from resume

Sde1 Interview Questions & Answers

Google user image Anonymous

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

1 phone screening
4 DSA interviews

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare DSA well

Sde1 Interview Questions & Answers

Google user image Anonymous

posted on 17 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology (NIT), Warangal

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 

Only based on approach, learn DSA

Round 3 - One-on-one 

(1 Question)

  • Q1. Tree based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Microsoft Corporation Interview FAQs

How many rounds are there in Microsoft Corporation Sde1 interview?
Microsoft Corporation interview process usually has 1-2 rounds. The most common rounds in the Microsoft Corporation interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Microsoft Corporation Sde1 interview?

Some of the top questions asked at the Microsoft Corporation Sde1 interview -

  1. Given two words determine the similarity between t...read more
  2. maximum element in a h...read more
  3. max element in h...read more

Tell us how to improve this page.

Microsoft Corporation Sde1 Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Google Interview Questions
4.4
 • 870 Interviews
Amdocs Interview Questions
3.7
 • 531 Interviews
Zoho Interview Questions
4.3
 • 515 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
View all
Microsoft Corporation Sde1 Salary
based on 244 salaries
₹15 L/yr - ₹60 L/yr
66% more than the average Sde1 Salary in India
View more details

Microsoft Corporation Sde1 Reviews and Ratings

based on 10 reviews

4.3/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

4.1

Salary

4.2

Job security

4.2

Company culture

4.1

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
1.9k salaries
unlock blur

₹13 L/yr - ₹50 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹25 L/yr - ₹85 L/yr

Software Engineer2
1k salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Consultant
621 salaries
unlock blur

₹13 L/yr - ₹36.7 L/yr

Support Engineer
579 salaries
unlock blur

₹7.7 L/yr - ₹30 L/yr

Explore more salaries
Compare Microsoft Corporation with

Google

4.4
Compare

Amazon

4.1
Compare

Deloitte

3.8
Compare

TCS

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