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

I applied via Referral and was interviewed in Mar 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 - Coding Test 

Questions on dsa

Round 3 - Technical 

(1 Question)

  • Q1. Dsa questions with hands on coding.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study data structures and algorithms as much as u can

I applied via Referral and was interviewed in Apr 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 - Aptitude Test 

2 questions, 2 hours, easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry, start CP as soon as possible as you know it will ssly be very informative and useful, do die hard practice and work till u have felt yes now u can crack anything.

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 Walk-in and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 
Round 3 - Coding Test 
Round 4 - HR 

(1 Question)

  • Q1. Basic of object oriented programming system

Interview Preparation Tips

Interview preparation tips for other job seekers - Why are u going in IT sector or choose software
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2022. There were 4 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 - Coding Test 

Bot very hard leet ode questions. Amazon targets tree and stack, queue based questions

Round 3 - Coding Test 

Easy again just 1 question this time

Round 4 - Behavioral 

(1 Question)

  • Q1. Study all the LPs and some questions based on them surely

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be yourself. Do not panic

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)

I applied via Company Website and was interviewed in Feb 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 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
Round 3 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - Work environment to gain more knowledge

Get interview-ready with Top Amazon Interview Questions

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    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 two '0's into a single node. This mer...

  • Ans. 

    Merge nodes between zeroes in a linked list to store the sum of included nodes.

    • Traverse the linked list and keep track of sum between zeroes

    • Merge nodes between zeroes by updating the sum in the merged node

    • Handle edge cases like empty list or single node between zeroes

    • Ensure the list starts and ends with a zero

  • Answered by AI
  • Q2. 

    Minimum Cost to Buy Oranges Problem Statement

    You are given a bag of capacity 'W' kg and a list 'cost' of costs for packets of oranges with different weights. Each element at the i-th position in the list...

  • Ans. 

    Find the minimum cost to purchase a specific weight of oranges given the cost of different weight packets.

    • Iterate through the list of costs and find the minimum cost to achieve the desired weight

    • Keep track of the total cost while considering available packet weights

    • Return -1 if it is not possible to buy exactly the desired weight

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    Connecting Ropes with Minimum Cost

    You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...

  • Ans. 

    Given 'N' ropes of varying lengths, find the minimum cost to connect all ropes into one single rope.

    • Sort the lengths of ropes in ascending order.

    • Keep connecting the two shortest ropes at each step.

    • Add the cost of connecting the two ropes to the total cost.

    • Repeat until all ropes are connected.

    • Return the total cost as the minimum cost to connect all ropes.

  • Answered by AI
  • Q2. What are the ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data remains consistent before and after the transaction.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once a transaction is committed, changes are permanent and survive system failures.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vaish Technical Institute. Eligibility criteriaNo Backlog and above 6 CGPAAmazon interview preparation:Topics to prepare for the interview - Algorithms, C++, aptitude and reasoning, projects details, operating system, Java, DBMS, Object Oriented Programming language, Data Structure and computer networksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : The most important thing is to prepare Data Structures and Algorithms. Ensure to be very much clear on your basics and skills.
Tip 2 : Revise the OOPS concepts thoroughly.
Tip 3 : Practice minimum 200 DSA questions. Practice aptitude and reasoning questions regularly.

Application resume tips for other job seekers

Tip 1 : Mention only those skills, projects and achievements in which you have complete and thorough knowledge. 
Tip 2 : Do not add more than 2 - 3 projects and that too in which you have proper knowledge and understanding.
Tip 3 : Resume should be of 1 page only. Keep your resume very crisp and brief.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Jobs at Amazon

View all

I applied via Walk-in and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java, testing manual

Interview Preparation Tips

Interview preparation tips for other job seekers - Give a chance I can prove my self

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was a technical interview round which was online in Amazon chime. The first question was- Tell me about yourself. Then he asked about my technical skills like- in which language I code, what all topics do I know. Then he asked me questions on networking
 

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The task is to find the length of the longest common subsequence between two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of common subsequences of substrings.

    • Iterate through the strings to fill the array and find the longest common subsequence.

    • Example: For strings 'abcde' and 'ace', the longest common subsequence is 'ace' with a length of 3.

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 100 minutes
Round difficulty - Medium

This was the second technical round. 
 

  • 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 linked list so that the last element be...

  • Ans. 

    Reverse a singly linked list of integers.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Keep track of the current, previous, and next nodes while traversing the list.

    • Update the head of the linked list to be the last node encountered during traversal.

  • Answered by AI
  • Q2. 

    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 linked list is 1 -> 2 -> 3 -&g...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Traverse the linked list and reverse the pointers to point to the previous node instead of the next node

    • Use three pointers - prev, current, and next to reverse the linked list

    • Update the head of the reversed linked list to be the last element of the original linked list

    • Example: Input: 1 -> 2 -> 3 -> 4 -> NULL, Output: 4

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 CGPAAmazon interview preparation:Topics to prepare for the interview - Data Structures & Algorithms, Networking, SQL Query, DBMS, Operating Systems, Software testing, OOPs, JAVA, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Problem-solving Ability, how to approach a problem, they will tell you to write the logic of the code(most optimized).
Tip 2 : Practice coding from any platforms like leetcode, GFG (solve easy and medium level questions)
Tip 3 : The major shortlisting is done in the first round that is the test(MCQ and Coding) so prepare CSE fundamentals very well (especially networking(all types of protocols like TCP/IP, DHCP, SIP, etc) , JAVA, real applications of data structures, software testing)
Tip 4 : Linux basic commands.
Tip 5 : Mention at least 2 projects which you know very well. Topics like ML, DL make a higher weightage.
Tip 6 : Communications skills should be strong.

Application resume tips for other job seekers

Tip 1 : Mention only those skills which you know very well, don't put any false things, they will catch you easily.
Tip 2 : If you have done projects on the skills which you have mentioned makes a higher weightage.
Tip 3 : Certification courses on the latest technology like Big DATA, ML, AI act as bar raiser.
Tip 4 : Number of projects doesn't matter, quality of projects matter (which are build to sole real-life problems).

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Aug 2021. There were 4 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 - Aptitude Test 
Round 3 - Technical 
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Amazon Software Engineer interview:
  • MySQL
Interview preparation tips for other job seekers - bdjchcdchdbcjbdhbcdjbhcjdbcdjbcjdbcdhcdjbhc

I applied via Company Website and was interviewed in Aug 2021. 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 - Assignment 

E-commerce

Interview Preparation Tips

Interview preparation tips for other job seekers - Work from home Jobs so I am software engineer Java
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