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

Filter interviews by

Amazon SDE Interview Questions, Process, and Tips

Updated 12 Jan 2025

Top Amazon SDE Interview Questions and Answers

  • Q1. There is a 12 km road and a contractor who is in-charge of repairing it. Contractor updates you about the work which is done in patches. Like “Road between 3.2 km to 7.9 ...read more
  • Q2. There are n nuts and n bolts represented in two different arrays and a function is_fit(nut_i, bolt_j) which returns 0 if its perfectly fit, 1 if it’s a tight fit and -1 i ...read more
  • Q3. A stream of data is coming. Maintain records in a page and mechanism to see previous and next page. (Concept of Doubly Linked List) (It is always advisable to ask questio ...read more
View all 47 questions

Amazon SDE Interview Experiences

44 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

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

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Bag question and BFS map question

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the bigO of OA
  • Ans. 

    BigO of OA refers to the time complexity analysis of the algorithm OA.

    • BigO notation is used to describe the worst-case time complexity of an algorithm.

    • It provides an upper bound on the growth rate of the algorithm's time complexity as the input size increases.

    • For example, if an algorithm has a time complexity of O(n^2), it means that the algorithm's running time grows quadratically with the input size.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare bfs and bag questions.

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

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

(1 Question)

  • Q1. Self introduction
Round 2 - Coding Test 

Online assessment with about 3 questions

Round 3 - Coding Test 

Onsite 4 rounds of interviews. Each round with bq and coding or design questions

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 Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

SDE Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

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

It was good Leetcode medium

Round 2 - Technical 

(1 Question)

  • Q1. LRU cache was asked

SDE Interview Questions & Answers

user image Kushagra Sahni

posted on 17 Oct 2022

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Sep 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 - Coding Test 

2 coding questions were asked based on arrays. They were of easy-medium difficulty. After the coding test, there was a general section where you had to answer situational questions about your personality or how you would approach a work related problem.

Round 3 - Technical 

(2 Questions)

  • Q1. Given two linked lists, one i/p and one o/p, identify the pattern in them and code the logic. It was a reversal of the two halves of a linked list problem.
  • Ans. 

    Reversing two halves of a linked list problem

    • Identify input and output linked lists

    • Reverse the two halves of the input linked list

    • Compare the reversed input linked list with the output linked list

    • If they match, return true else false

  • Answered by AI
  • Q2. A sliding window problem where we had to minimise the partial sum of the array.
  • Ans. 

    Sliding window problem to minimize partial sum of array.

    • Use two pointers to maintain the window.

    • Move the right pointer to expand the window and left pointer to shrink it.

    • Keep track of the minimum partial sum seen so far.

    • Example: Given array [2, 3, 1, 2, 4, 3] and window size 3, the minimum partial sum is 6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all the basic data structures like arrays, linked lists, stacks and queues. Practice coding questions on leetcode and/or GFG.

Skills evaluated in this interview

Amazon interview questions for designations

 SDE Intern

 (15)

 SDE-2

 (14)

 SDE-1 Position

 (2)

 SDE (Software Development Engineer)

 (22)

 Customer Service Associate

 (155)

 Customer Service Executive

 (102)

 Transaction Risk Investigator

 (102)

 Associate

 (87)

SDE Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before 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 - Aptitude Test 

Online aptitude test with some behaviour questions. Take this very seriously.

Round 3 - Coding Test 

1. Top k elements in the stream of data. 2. Some DP related questions based on probability of m coins having probability of head being p.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with basics of CS. Learn in-depth on algorithms. Be serious in all rounds. Practice and Practice.

Get interview-ready with Top Amazon Interview Questions

SDE Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2024

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

I applied via campus placement at Indian Institute of Technology (IIT), Delhi and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked to write a code for length of the longest alternating (one positive number followed by one negative number) subsequence of in an array.

Round 2 - Coding Test 

I was asked to write a code to find all the points with minimum distance from the origin.

Round 3 - HR 

(1 Question)

  • Q1. I was given a C++ code and asked to identify problems with the code, and also identify ways to make it more efficient. Also couple of behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode, don't focus much on competitive programming because hardly interviewers ask such questions.

SDE Jobs at Amazon

View all

SDE Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Greedy Method leetcode easy question; 1 medium same type

Round 2 - One-on-one 

(2 Questions)

  • Q1. Greedy method question from leetcode
  • Q2. Review of coding assessment questions

SDE Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic coding topics like LL, TREE traversal

Round 2 - Technical 

(1 Question)

  • Q1. Graphs with BFS, DFS
  • Ans. 

    BFS and DFS are algorithms used to traverse graphs.

    • BFS (Breadth-First Search) explores all neighbor nodes at the present depth prior to moving on to nodes at the next depth level.

    • DFS (Depth-First Search) explores as far as possible along each branch before backtracking.

    • BFS uses a queue data structure, while DFS uses a stack or recursion.

    • Example: BFS can be used to find the shortest path in an unweighted graph, while DF

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1 hard array problem and internship experience
  • Ans. 

    I solved a hard array problem during my internship and gained valuable experience.

    • During my internship, I was tasked with optimizing a program that involved manipulating arrays of strings.

    • I used various data structures and algorithms to efficiently solve the problem, such as hash maps and sorting techniques.

    • One specific example of a hard array problem I worked on was implementing a word search algorithm using a 2D arra

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

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 

Hackerrank advance data structures questions

Round 3 - Coding Test 

Face 2 face coding interview

Round 4 - Technical 

(5 Questions)

  • Q1. JAVA and JavaScript questions
  • Q2. Spring is immutable or mutable
  • Ans. 

    Spring is immutable

    • Spring framework is immutable

    • Once a Spring bean is created, its state cannot be changed

    • Any modifications to a Spring bean result in a new instance being created

  • Answered by AI
  • Q3. Angular JS and React JS difference
  • Ans. 

    Angular JS is a full-fledged framework while React JS is a library for building user interfaces.

    • Angular JS is a full-fledged MVC framework with two-way data binding, while React JS is a library for building user interfaces using components.

    • Angular JS uses HTML templates with additional markup, while React JS uses JSX for rendering components.

    • Angular JS has a steep learning curve due to its complexity, while React JS is...

  • Answered by AI
  • Q4. Tower of hanoi questions
  • Q5. Data structures and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon SDE role can have upto 4 coding rounds

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2022

I applied via AmbitionBox and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Round 1 - medium leetcode questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview just revise the basic concepts and be yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just practice and the questions were easy

Amazon Interview FAQs

How many rounds are there in Amazon SDE interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Amazon SDE interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amazon. The most common topics and skills that interviewers at Amazon expect are C++, Algorithms, Java, Analytical Chemistry and Architectural Design.
What are the top questions asked in Amazon SDE interview?

Some of the top questions asked at the Amazon SDE interview -

  1. There is a 12 km road and a contractor who is in-charge of repairing it. Contra...read more
  2. There are n nuts and n bolts represented in two different arrays and a function...read more
  3. A stream of data is coming. Maintain records in a page and mechanism to see pre...read more
How long is the Amazon SDE interview process?

The duration of Amazon SDE interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amazon SDE Interview Process

based on 35 interviews

4 Interview rounds

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

SDE Interview Questions from Similar Companies

Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Myntra SDE Interview Questions
4.0
 • 3 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Uber SDE Interview Questions
4.2
 • 2 Interviews
Snapdeal SDE Interview Questions
3.8
 • 1 Interview
Blinkit SDE Interview Questions
3.7
 • 1 Interview
LinkedIn SDE Interview Questions
4.3
 • 1 Interview
Facebook SDE Interview Questions
4.4
 • 1 Interview
View all
Amazon SDE Salary
based on 313 salaries
₹12 L/yr - ₹50 L/yr
45% more than the average SDE Salary in India
View more details

Amazon SDE Reviews and Ratings

based on 26 reviews

3.5/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.9

Salary

2.5

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 26 Reviews and Ratings
SDE

Hyderabad / Secunderabad

0-7 Yrs

Not Disclosed

SDE

Chennai

3-10 Yrs

Not Disclosed

Explore more jobs
Customer Service Associate
4.2k salaries
unlock blur

₹0.6 L/yr - ₹6.8 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹6.9 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Program Manager
2.3k salaries
unlock blur

₹9 L/yr - ₹36 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