Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amazon Team. If you also belong to the team, you can get access from here

Amazon Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 24.5k Reviews

Filter interviews by

Amazon SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 8 Mar 2023

Top Amazon SDE (Software Development Engineer) Interview Questions and Answers

View all 10 questions

Amazon SDE (Software Development Engineer) Interview Experiences

26 interviews found

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 5 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 

60 mins, 2 Coding questions general Leetcode medium ones

Round 3 - One-on-one 

(2 Questions)

  • Q1. Alien Dictionary with slight modification to sort list of words with some random order
  • Ans. 

    Sorting a list of words with a random order using an alien dictionary

    • Create a graph with nodes as characters and edges as the order of characters in words

    • Topologically sort the graph to get the correct order of characters

    • Use the order to sort the list of words

  • Answered by AI
  • Q2. Leetcode easy question based on math and arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Simple Binary search with some edge case handling on a straight forward problem
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring Manager round, discussion went on LP and one technical question based on stacks implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode mediums are a simlpe yet effective way to make most out of the technical discussions and dont be disheartened on rejections even in the very later stage of the process. This is something not in your control keep your head up high and evolve !

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2022. There were 3 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 

2 CODING QUESTIONS IN ONE HOIR TIME DURATION

Round 3 - Technical 

(2 Questions)

  • Q1. 1.BIT MANIPULATION 2. BASIC DYNAMIC PROGRAMMING QUESTION TOTAL TIME DURATION - 1HR
  • Ans. 

    Interview question on bit manipulation and basic dynamic programming

    • Be familiar with bitwise operators like AND, OR, XOR, and bit shifting

    • Understand how to use bit manipulation to solve problems like counting set bits or checking if a number is a power of 2

    • For dynamic programming, break down the problem into smaller subproblems and use memoization or tabulation to avoid redundant calculations

    • Practice solving coding pro...

  • Answered by AI
  • Q2. BASIC- OOPS, DBMS, COMPUTER NETWORKING QUESTIONS.

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE STANDARD DATA STRUCTURES QUESTIONS.
FOCUS ON BEST APPROACH

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr, 2 questions, Arrays prefix sum and slide window, Greedy and DP.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Basic Intro 2. Question regarding the greedy approach to filling gaps in the elements. You have been provided with 3 arguments of n, m, o, you can use at most those numbers of times "m", "n" and "o" an...

Interview Preparation Tips

Topics to prepare for Amazon SDE (Software Development Engineer) interview:
  • DSA
Interview preparation tips for other job seekers - Be confident and Share the thinking pattern with the interviewer

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test had 3 questions of medium to hard difficulty level, also has MCQ to find right answer

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion on first string question followed by tree question.
  • Q2. String was solved using dynamic programming and simple tree traversal in reverse. Use GFG for detailed explanation.
Round 3 - HR 

(2 Questions)

  • Q1. Salary kitna loge ? Discuss karlein ?
  • Q2. CTC is around 44 LPA, base is around 15LPA

Interview Preparation Tips

Topics to prepare for Amazon SDE (Software Development Engineer) interview:
  • Tree
  • Graph
Interview preparation tips for other job seekers - Study graph and tree, they are their favourite. Practice leet code every day and then the interview will be a cake walk.

Amazon interview questions for designations

 SDE

 (44)

 Software Development Engineer

 (41)

 SDE-2

 (16)

 SDE Intern

 (16)

 Software Development Engineer II

 (32)

 Software Development Engineer Intern

 (25)

 Software Development Engineer 1

 (10)

 Software Development Engineer 3

 (3)

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 - Coding Test 

Questions related to oops and binary tree (leetcode medium)

Round 3 - Technical 

(2 Questions)

  • Q1. Question on binary tree and dp
  • Q2. Merge overlapping intervals
  • Ans. 

    Merge overlapping intervals

    • Sort the intervals based on their start time

    • Iterate through the intervals and merge overlapping ones

    • Return the merged intervals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice leetcode and geeks for geeks . do computer science fundamentals from gate smashers

Skills evaluated in this interview

Get interview-ready with Top Amazon Interview Questions

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

Round 1 - Coding Test 

1. Two Leetcode medium Level Questions
2. First one was based on Strings manipulation, hashmaps.
3. Second one was based on DFS/BFS.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Amazon Leadership principles (IMP) 2. Snakes and Ladder question (Leetcode) 3. Questions related to project and previous work
Round 3 - Technical 

(1 Question)

  • Q1. 1. Amazon Leadership principle 2. Question based on Tree(House Robber) 3. Question based on Game Theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA day and night and be confident.
Round 1 - Coding Test 

Easy questions both were from string concept

Round 2 - Technical 

(1 Question)

  • Q1. Graph and DP question - had to code it live

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon had only 2 rounds. Both were technical rounds after which students were selected for 6-month internship.

Quality Assurance Engineer | SDE (Software Development Engineer) interview

user image ArtOfTesting

posted on 13 Mar 2022

Round 1 - Coding Test 
Round 2 - Coding Test 
Round 3 - One-on-one 

(1 Question)

  • Q1. About project worked in last year
Round 4 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow basic Data structure and explore multiple approaches. Think aloud.

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

They asked you near by30 apptitude question

Round 3 - Aptitude Test 

ARITHMETIC GPRAHICDesigner

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARATION COURSE FOR GIRLFRIEND IN THE SECOND TIME TO ME TO ME AND ALSO THE SAME

Amazon Interview FAQs

How many rounds are there in Amazon SDE (Software Development Engineer) interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Amazon SDE (Software Development Engineer) interview?

Some of the top questions asked at the Amazon SDE (Software Development Engineer) interview -

  1. Write a program to calculate the sum of level order t...read more
  2. Alien Dictionary with slight modification to sort list of words with some rando...read more
  3. Maximum continous sum in an array of integ...read more

Tell us how to improve this page.

Amazon SDE (Software Development Engineer) Interview Process

based on 2 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Aptitude Test Round
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Myntra Interview Questions
4.0
 • 212 Interviews
Blinkit Interview Questions
3.7
 • 174 Interviews
Uber Interview Questions
4.2
 • 161 Interviews
AmbitionBox Interview Questions
4.9
 • 144 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
View all
Amazon SDE (Software Development Engineer) Salary
based on 682 salaries
₹17 L/yr - ₹60 L/yr
41% more than the average SDE (Software Development Engineer) Salary in India
View more details

Amazon SDE (Software Development Engineer) Reviews and Ratings

based on 69 reviews

3.8/5

Rating in categories

4.1

Skill development

3.2

Work-life balance

4.2

Salary

3.0

Job security

3.6

Company culture

3.7

Promotions

3.5

Work satisfaction

Explore 69 Reviews and Ratings
Customer Service Associate
4.1k salaries
unlock blur

₹0.6 L/yr - ₹6 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Associate
2.5k salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Senior Associate
2.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Software Development Engineer
2k salaries
unlock blur

₹18.5 L/yr - ₹34.7 L/yr

Explore more salaries
Compare Amazon with

Flipkart

4.0
Compare

TCS

3.7
Compare

Google

4.4
Compare

Netflix

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