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

Clear (1)

Amazon Software Engineer Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Amazon Software Engineer Interview Questions and Answers

  • Q1. Reverse a Singly Linked List Given a singly linked list of integers, your task is to return the head of the reversed linked list. Explanation: Reverse a given singly lin ...read more
  • Q2. Sum Between Zeroes Problem Statement Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between tw ...read more
  • Q3. Reverse Linked List Problem Statement Given a singly linked list of integers, your task is to return the head of the reversed linked list. Example: Input: The given link ...read more
View all 62 questions

Amazon Software Engineer Interview Experiences

78 interviews found

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I was asked a leetcode question similar to rain water trapping
Round 2 - Coding Test 

Question was to implement a stack using queues

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com

Round 1 - Aptitude Test 

For reasoning, grammar, etc

Round 2 - Technical 

(1 Question)

  • Q1. Self introduction, like that questions
Round 3 - One-on-one 

(1 Question)

  • Q1. About c language basics
Round 4 - HR 

(1 Question)

  • Q1. Self introduction like that
Round 5 - Assignment 

As make as possible

Interview Preparation Tips

Interview preparation tips for other job seekers - For good communication skills for conducting the interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. A variation of nodes at a distance of K
  • Ans. 

    A question about finding nodes at a distance of K from a given node in a graph.

    • Use BFS or DFS to traverse the graph and keep track of the distance from the starting node.

    • Maintain a visited set to avoid revisiting nodes.

    • Return all nodes at distance K from the starting node.

    • Example: Find all nodes at distance 2 from node A in a graph.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1. DP + Sliding window problem
  • Ans. 

    DP + Sliding window problem

    • Dynamic Programming (DP) is a technique to solve optimization problems by breaking them down into smaller subproblems

    • Sliding window is a technique to solve problems by maintaining a window of elements in an array or string

    • Combining DP and sliding window can be useful in solving problems that require both techniques

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - During interviews, listen to what the interviewer has to say, If he/she directs you to do the problem a certain way, in that case, trust them and move in that direction. Speak while you're coding and explain it to them

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA questions, System design topics and also COmputer fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Merge sort implementation
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half using merge sort

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

Amazon interview questions for designations

 Software Development Engineer

 (34)

 Software Engineer Intern

 (13)

 Senior Software Engineer

 (8)

 Embedded Software Engineer

 (4)

 Software Testing Engineer

 (2)

 Junior Software Engineer

 (2)

 Software Engineer II

 (2)

 Software Support Engineer

 (1)

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

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

Round 1 - Coding Test 

Leetcode medium DSA question

Round 2 - One-on-one 

(1 Question)

  • Q1. 4 one to one coding rounds

Get interview-ready with Top Amazon Interview Questions

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

I applied via Referral and was interviewed before Apr 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 Resume tips
Round 2 - Phone Call 

(2 Questions)

  • Q1. Normal questions related to project were asked
  • Q2. Expectations from role, expected salary, current salary
Round 3 - Coding Test 

DSA Questions were asked. Medium to hard leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode would be fine for DSA. Could not make the system design round so cant say

Software Engineer Jobs at Amazon

View all

I applied via Company Website and was interviewed in Jul 2022. There were 2 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. C programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - To give good opportunities for freshers and students .and selection also to be faster ⏩.

I applied via LinkedIn and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode Questions Medium
Number of Islands

Round 2 - Behavioral 

(2 Questions)

  • Q1. Biggest strength of you
  • Q2. Troubleshoot a problem
  • Ans. 

    To troubleshoot a problem, identify the issue, gather information, analyze data, and implement a solution.

    • Identify the problem by asking questions and gathering information

    • Analyze data to determine the root cause of the problem

    • Implement a solution by testing and verifying the fix

    • Document the problem and solution for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do blind 75 questions
If you use python, check out neetcode

I applied via Campus Placement and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Balanced Parenthesis No of brackets to make balanced parenthesis Maximum Units on a truck
  • Ans. 

    The question is about balanced parenthesis and finding the maximum units on a truck.

    • To check if a string of brackets is balanced, we can use a stack data structure.

    • To find the maximum units on a truck, we need to sort the items by weight and then start adding them to the truck until it reaches its maximum capacity.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up Your DSA and Problem Solving. Interviewer will look for Approach rather than code.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022. There were 2 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. Self introduction Communication skills
  • Q2. Self introduction catch there capability.
  • Q3. Personality development

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the interviewers thoughs
Contribute & help others!
anonymous
You can choose to be anonymous

Amazon Interview FAQs

How many rounds are there in Amazon Software Engineer 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 Software Engineer 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 Architectural Design, Clinical SAS Programming, Medical Coding, System Architecture and Computer Science.
What are the top questions asked in Amazon Software Engineer interview?

Some of the top questions asked at the Amazon Software Engineer interview -

  1. You have given 10 files and you have given a string suggest data structure whic...read more
  2. Given a binary tree in which the node structure has an additional field called ...read more
  3. Explain the difference between ArrayList and LinkedList in Java. ArrayList is i...read more
How long is the Amazon Software Engineer interview process?

The duration of Amazon Software Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Recently Viewed

INTERVIEWS

Blinkit

No Interviews

INTERVIEWS

Blinkit

No Interviews

INTERVIEWS

Shiprocket Private Limited

No Interviews

INTERVIEWS

Blinkit

No Interviews

INTERVIEWS

Indian Railways

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Coforge

No Interviews

INTERVIEWS

ShareChat

No Interviews

INTERVIEWS

RenewBuy

No Interviews

Tell us how to improve this page.

Amazon Software Engineer Interview Process

based on 58 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Coding Test Round
  • Technical Round
  • HR Round
View more
Amazon Software Engineer Salary
based on 1.6k salaries
₹12 L/yr - ₹45 L/yr
237% more than the average Software Engineer Salary in India
View more details

Amazon Software Engineer Reviews and Ratings

based on 150 reviews

3.7/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

4.0

Salary

3.3

Job security

3.4

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 150 Reviews and Ratings
Sr. Software Engineer, Amazon QuickSight

Bangalore / Bengaluru

3-10 Yrs

Not Disclosed

Software Engineer, Alexa Daily Essentials

Chennai

0-6 Yrs

Not Disclosed

Sr. Software Engineer, Amazon

Bangalore / Bengaluru

3-10 Yrs

Not Disclosed

Explore more jobs
Customer Service Associate
4.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
2.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
2.1k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent