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.7k Reviews

Filter interviews by

Amazon Interview Questions, Process, and Tips

Updated 9 Feb 2025

Top Amazon 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
    asked in Software Developer interview
  • Q2. Fish Eater Problem Statement In a river where water flows from left to right, there is a sequence of 'N' fishes each having different sizes and speeds. The sizes of thes ...read more
    asked in Software Developer Intern interview
  • Q3. 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
    asked in SDE interview
View all 2.1k questions

Amazon Interview Experiences

Popular Designations

5k interviews found

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

3 simple questions on arrays and strings

Round 2 - Technical 

(2 Questions)

  • Q1. 1 question on flattening binary tree to array
  • Q2. Simple graph BFS-No of times it takes oranges to decay in a grid
  • Ans. 

    Using BFS to find the minimum number of steps for oranges to decay in a grid

    • Implement BFS algorithm to traverse the grid and decay the oranges

    • Keep track of the number of steps taken to decay all oranges

    • Return the minimum number of steps required to decay all oranges

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Brain teasers,like if you have jars of 10L and 45L, how can you get 60L, something like that

Skills evaluated in this interview

Top Amazon Software Development Engineer Interview Questions and Answers

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Product Management 

(2 Questions)

  • Q1. Management related questions
  • Q2. Like wo the Father of management
Round 2 - Aptitude Test 

Management related questions

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Abcdjricjric jricnrir iriccjrkfi firicmfif
  • Q2. Jfieicir rifkrirmfirkf circkricmgmgk

Interview Preparation Tips

Interview preparation tips for other job seekers - .jdiencirnckrjcnc

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. One coding question on the minimum difference of elements of the array
  • Q2. Questions on 13 sections including or Core subjects, Computer fundamentals, Time complexities etc
Round 2 - Coding Test 

Two questions
1) First unique element of array
2) Two sum problem

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)

Amazon interview questions for popular designations

 Software Developer

 (187)

 Customer Service Associate

 (153)

 Customer Service Executive

 (102)

 Transaction Risk Investigator

 (102)

 Software Developer Intern

 (94)

 Associate

 (87)

 Seller Support Associate

 (82)

 Software Engineer

 (79)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Any experience about Amazon
  • Ans. 

    I have experience working as a data entry executive for Amazon, managing product listings and updating inventory.

    • Managed product listings on Amazon platform

    • Updated inventory and stock levels

    • Ensured accuracy and consistency in data entry

    • Worked with Amazon Seller Central to input and manage data

  • Answered by AI

Data Entry Executive Interview Questions asked at other Companies

Q1. Means involving the sorts of machines processes and materials used in industry transport and communications.
View answer (2)

Get interview-ready with Top Amazon Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Seleium java sdet qa
  • Q2. Qa wuestions for automation
  • Ans. 

    QA automation questions focus on testing processes, tools, and frameworks used in automated testing.

    • Explain the difference between unit testing and integration testing

    • How do you handle dynamic elements in automated tests?

    • Discuss the benefits of using a test automation framework

    • What are some common challenges faced in automated testing?

    • How do you ensure test coverage in automated testing?

  • Answered by AI

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (3)

Jobs at Amazon

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sliding window question
  • Q2. Trees medium level

Interview Preparation Tips

Topics to prepare for Amazon Software Developer Intern interview:
  • DSA

Top Amazon Software Developer Intern Interview Questions and Answers

Q1. Fish Eater Problem Statement In a river where water flows from left to right, there is a sequence of 'N' fishes each having different sizes and speeds. The sizes of these fishes are provided in an array called FISHES. Larger fishes swim fas... read more
Add answer

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Intern interview

user image Khushboo Goel

posted on 6 Dec 2021

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

(2 Questions)

  • Q1. General Questions - walk me through your experience
  • Q2. Experience with SQL, Python and BI
  • Ans. 

    I have extensive experience with SQL, Python, and BI tools such as Tableau and Power BI.

    • Proficient in writing complex SQL queries for data extraction and analysis

    • Skilled in Python programming for data manipulation and automation tasks

    • Experience in creating interactive dashboards and reports using BI tools like Tableau and Power BI

  • Answered by AI

Skills evaluated in this interview

Business Intelligence Engineer Interview Questions asked at other Companies

Q1. What is Churn Rate? What is customer conversion rate?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is my hobbie
  • Q2. Listing musics nd games
  • Ans. 

    I enjoy listening to a variety of music genres and playing video games in my free time.

    • I listen to a mix of pop, rock, hip-hop, and electronic music.

    • Some of my favorite artists include Taylor Swift, Imagine Dragons, Kendrick Lamar, and Calvin Harris.

    • I play a variety of video games ranging from action-adventure to simulation and strategy games.

    • Some of my favorite games are The Legend of Zelda series, Overwatch, The Sims

  • Answered by AI

Recruitment Consultant Interview Questions asked at other Companies

Q1. How you'll go to home at 3 AM coz we'll not provide cabs
View answer (1)

Amazon Interview FAQs

How many rounds are there in Amazon interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Amazon 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 Customer Service, Communication Skills, Operations, Project Management and SQL.
What are the top questions asked in Amazon interview?

Some of the top questions asked at the Amazon interview -

  1. Every time I enter a temple my money gets doubled and while leaving u have to d...read more
  2. If a seller wants to sell a phone worth 60k at 7k on amazon then would you allo...read more
  3. What is the difference between a good customer service and bad customer service...read more
How long is the Amazon interview process?

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

Tell us how to improve this page.

Amazon Interview Process

based on 4k interviews

Interview experience

4.3
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Amazon

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 767 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
BigBasket Interview Questions
3.9
 • 347 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 177 Interviews
JioMart Interview Questions
3.9
 • 94 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
View all

Amazon Reviews and Ratings

based on 24.7k reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

4.0

Salary

3.7

Job security

4.1

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 24.7k Reviews and Ratings
Customer Service Associate
4.2k salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹6.8 L/yr

Senior Associate
2.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Program Manager
2.1k 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