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

Filter interviews by

Amazon Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top Amazon Interview Questions and Answers

  • Q1. Maximum Subarray Sum Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the ...read more
    asked in Software Developer interview
  • Q2. Fish Eater There is a river which flows in one direction. One day, the river has 'N' number of fishes. You are given an array 'FISHES' of integers representing the size o ...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.2k questions

Amazon Interview Experiences

Popular Designations

4.9k interviews found

Content Writer Interview Questions & Answers

user image Shruthi K George

posted on 13 Aug 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 5 sections - Typing , Dictation , Listening, Fill in the blanks, Email writing
Round 2 - Aptitude Test 

5 questions belonging to different scenarios

Round 3 - HR 

(2 Questions)

  • Q1. Basic self introduction and Team lead introduced themselves
  • Q2. Conversational scenario based question , story based question

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Technical CS specialist Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions about yourself and previous experience
Round 2 - Screening 

(1 Question)

  • Q1. Technical questions mostly about (Security, Security breaches, Dns, phishing, etc)
Round 3 - One-on-one 

(1 Question)

  • Q1. Leadership qualities and skills
Round 4 - One-on-one 

(1 Question)

  • Q1. Leadership skills used in previous companies and technical questions.

Interview Preparation Tips

Topics to prepare for Amazon Technical CS specialist interview:
  • Cyber attacks
  • DNS
  • Phishing
  • Web security
  • Vulnerability Assessment
Interview preparation tips for other job seekers - The hype for this role isn't worth it. I was asked like 30 technical questions but got rejected. I gave answers to all the 30 questions but they don’t value that. They only value how many incidents have you overcame in your past organisation. This is totally a waste of time because, if you have 2 years of experience then how come you have solved many critical issues? You were not manager nor the team lead. I think this should be replaced by leadership approach on hypothetical situations. But anyway, ive wasted 2 months on these interviews and delays.
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

Top Amazon Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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

Top Amazon Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Amazon interview questions for popular designations

 Software Developer

 (176)

 Customer Service Associate

 (145)

 Customer Service Executive

 (101)

 Transaction Risk Investigator

 (100)

 Software Developer Intern

 (95)

 Associate

 (82)

 Seller Support Associate

 (82)

 Software Engineer

 (78)

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

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

MCQs and one question

Round 2 - Coding Test 

One medium problem about custom comparators

Round 3 - Technical 

(2 Questions)

  • Q1. House robber problem leetcode
  • Q2. Next Greater element problem leetcode

Top Amazon Intern Interview Questions and Answers

Q1. Given a sorted array of integers, find the frequency of 2 in the array in log(n) time.
View answer (40)

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Get interview-ready with Top Amazon Interview Questions

QA Engineer Interview Questions & Answers

user image sivamani kandan

posted on 11 Nov 2024

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

Coding from basics, practice leetcode

Round 2 - HR 

(2 Questions)

  • Q1. How would you test an appilication
  • Ans. 

    To test an application, I would follow a systematic approach to ensure all functionalities work as expected.

    • Create test cases based on requirements and user stories

    • Perform functional testing to check if all features work correctly

    • Conduct regression testing to ensure new changes do not affect existing functionalities

    • Test for performance, security, and usability

    • Use automation tools like Selenium for repetitive tests

  • Answered by AI
  • Q2. How would you test an api
  • Ans. 

    To test an API, I would focus on functionality, performance, security, and integration.

    • Create test cases to cover all API endpoints and methods

    • Test input validation and error handling

    • Check response times and performance under different loads

    • Verify security measures such as authentication and authorization

    • Integrate API testing with automation tools like Postman or Selenium

  • Answered by AI

Skills evaluated in this interview

Top Amazon QA Engineer Interview Questions and Answers

Q1. Write a script to convert json value into excel sheet
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Jobs at Amazon

View all

DSL Interview Questions & Answers

user image Sandeep Pawar

posted on 21 Jan 2024

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

I applied via Aasaan job Pvt Ltd and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • Graduated with honors from XYZ University

    • Worked as a research assistant at ABC Lab

    • Volunteer at local community center

    • Fluent in English, Spanish, and French

  • Answered by AI
  • Q2. What do you know about Amazon and delivery and how customer get there packages
  • Ans. 

    Amazon offers various delivery options including Prime, same-day, and one-day delivery for customers to receive their packages.

    • Amazon offers Prime membership for free two-day shipping on eligible items.

    • Customers can also choose same-day or one-day delivery for faster shipping options.

    • Amazon Locker locations allow customers to pick up their packages at convenient locations.

    • Amazon also offers in-home delivery with Amazon...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a Wearhouse DSL customer care job, there no support from the Wearhouse team to DSL and DSL Manager is also not supporting to the DSL, no promotion chances, overtime is given when manager required only, no support of HR , there is not any trainer for DSL

Transaction Risk Investigator interview

user image Jobonymous

posted on 16 Nov 2021

Sdet Lead Interview Questions & Answers

user image priyanshu ahuja

posted on 10 Nov 2024

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

Dynamic programming, linear search, binary search, graph

Round 2 - Aptitude Test 

Blood realtion, synonyms, anonyms

Round 3 - Coding Test 

Tell me about yourself, prject, sql

Top Amazon Sdet Lead Interview Questions and Answers

Q1. Leetcode Hard Median of two sorted arrays in O log n time
View answer (1)

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding questions based on DP

Round 2 - One-on-one 

(2 Questions)

  • Q1. Binary search based question
  • Q2. Graph bfs based question
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to my project
  • Q2. Question based on dsa

Top Amazon Software Engineer Interview Questions and Answers

Q1. Merge Two Sorted Linked ListsGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 4-&gt; NULL. Then the reverse linked list is 4 -... read more
View answer (5)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (167)

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, E-commerce, customer support and bpo.
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 1.6k interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 3.4k Amazon interviews
Job Portal
Company Website
Referral
WalkIn
Campus Placement
Recruitment Consultant
34%
27%
11%
7%
7%
1%
13% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 739 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
BigBasket Interview Questions
3.9
 • 341 Interviews
Myntra Interview Questions
4.0
 • 204 Interviews
Blinkit Interview Questions
3.7
 • 164 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Shopclues Interview Questions
4.1
 • 9 Interviews
View all

Amazon Reviews and Ratings

based on 23.9k reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

4.0

Salary & Benefits

3.8

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

Explore 23.9k Reviews and Ratings
Quality Assurance Technician, Merchant Fulfilled Network

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Amazon hring LOA Case manager - Work from Home- On contract

Hyderabad / Secunderabad

2-7 Yrs

₹ 5-5.5 LPA

Explore more jobs
Customer Service Associate
4.2k salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Associate
2.7k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.4k salaries
unlock blur

₹1.8 L/yr - ₹10 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview