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 Software Developer Interview Questions, Process, and Tips

Updated 17 Feb 2025

Top Amazon Software Developer Interview Questions and Answers

  • Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array ...read more
  • Q2. Minimum Number of Platforms Needed Problem Statement You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to ...read more
  • Q3. Fenwick Tree Problem Statement You are provided with an array/list ARR consisting of 'N' integers, along with 'Q' queries. Each query can be of one of the following two ...read more
View all 321 questions

Amazon Software Developer Interview Experiences

186 interviews found

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

(2 Questions)

  • Q1. Core java Spring boot
  • Q2. Hashmap working with time complexity
  • Ans. 

    Hashmap has O(1) time complexity for insertion, deletion, and retrieval in average case.

    • Hashmap uses hashing to store key-value pairs, allowing for constant time access.

    • Insertion, deletion, and retrieval operations have O(1) time complexity on average.

    • In worst case scenarios, time complexity can degrade to O(n) due to collisions.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Binary tree leetcide medium
  • Q2. Binary search leetcode aggreseive cows

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Software Developer Interview Questions & Answers

user image Protik Biswas

posted on 29 Sep 2024

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

(1 Question)

  • Q1. INvert a binary tree
  • Ans. 

    Invert a binary tree by swapping left and right children of each node.

    • Start from the root node and swap its left and right children.

    • Recursively invert the left and right subtrees.

    • Continue this process until all nodes are inverted.

  • Answered by AI
Round 2 - Coding Test 

Reverse a linked list

Round 3 - Coding Test 

Find shortest distance in unweighted graph

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Good overall 2 rounds coding lld hld eetc.

Round 2 - Coding Test 

Verey hard round. dybamic programming, graphs trees eetc.

Round 3 - Aptitude Test 

Asked mor questioons on aptitude and logical reasoning.

Amazon interview questions for designations

 Software Developer Intern

 (94)

 Junior Software Developer

 (3)

 Java Software Developer

 (1)

 Senior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Developer 1

 (1)

 Developer

 (3)

 Software Engineer

 (77)

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

I applied via Job Portal

Round 1 - Aptitude Test 

I was asked to share my previous experience first

Round 2 - Coding Test 

I was given four coding questions.

Interview Preparation Tips

Topics to prepare for Amazon Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Please research about the company fist.

Get interview-ready with Top Amazon Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graph and Array, medium and hard level respectively

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question based on DP
  • Q2. Projects related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and Focus on Core Subjects

Software Developer Jobs at Amazon

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find pairs with target difference in a array

Software Developer Interview Questions & Answers

user image Naga Pradeepthi Siddi

posted on 25 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude

Round 2 - Group Discussion 

Impact of social media

Round 3 - Coding Test 

Graphs,heaps and data structures

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    I am a software developer with 5 years of experience in web development. I am proficient in languages like Java, JavaScript, and Python.

    • 5 years of experience in web development

    • Proficient in Java, JavaScript, and Python

    • Strong problem-solving skills

    • Experience with Agile development methodologies

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Self Intro about myself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Proficient in Java and Python programming languages

    • Experienced in web development using HTML, CSS, and JavaScript

    • Strong problem-solving skills and ability to work in a team

    • Completed projects include a Java-based inventory management system and a Python web application for data visualization

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Dsa question easy to crack the interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

2 LEETCODE MEDIUM CODING QUESTIONS

Round 2 - Technical 

(2 Questions)

  • Q1. RECURSION QUESTION ABOUT PROCESS IN OPERATION SYSTEM
  • Q2. SAVE IN A TREE QUESTIONS

Amazon Interview FAQs

How many rounds are there in Amazon Software Developer 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.
How to prepare for Amazon Software Developer 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 Java, Medical Coding, Team Management, Architectural Design and Architecture.
What are the top questions asked in Amazon Software Developer interview?

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

  1. There is a 12 km road and a contractor who is in-charge of repairing it. Contra...read more
  2. 14. you have given a string of multiline. you have to print the maximum occupa...read more
  3. What are the different types of hashing? Suggest an alternative and a better wa...read more
How long is the Amazon Software Developer interview process?

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

Tell us how to improve this page.

Amazon Software Developer Interview Process

based on 117 interviews

5 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
  • Video Call Round - 1
  • Video Call Round - 2
  • Video Call Round - 3
View more
Amazon Software Developer Salary
based on 1.6k salaries
₹25.5 L/yr - ₹55 L/yr
303% more than the average Software Developer Salary in India
View more details

Amazon Software Developer Reviews and Ratings

based on 262 reviews

4.0/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

4.1

Salary

3.5

Job security

3.8

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 262 Reviews and Ratings
Software Development Eng II, Appstore Quality Tech

Bangalore / Bengaluru

2-5 Yrs

₹ 5-53 LPA

Software Dev Manager - L6, Payee Management

Hyderabad / Secunderabad

5-17 Yrs

Not Disclosed

Software Developer

Bangalore / Bengaluru

8-13 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