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 Interview Questions, Process, and Tips for Freshers

Updated 4 Apr 2025

Top Amazon Interview Questions and Answers for Freshers

View all 568 questions

Amazon Interview Experiences for Freshers

Popular Designations

908 interviews found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2024

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

I applied via Campus Placement and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell us about yourself.
  • Ans. 

    I am a computer science student with a passion for coding and problem-solving.

    • Currently pursuing a degree in computer science

    • Proficient in programming languages like Java, Python, and C++

    • Experience with data structures and algorithms

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. Can you explain any recent projects you have worked on?
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated chart.js for visualizing progress data

  • Answered by AI
  • Q3. Given a sorted linked list, how can you remove duplicates from it?
  • Ans. 

    Remove duplicates from a sorted linked list

    • Use two pointers - one to iterate through the list and another to keep track of unique elements

    • Compare current node with next node, if they are equal, skip the next node

    • Repeat until end of list is reached

  • Answered by AI
  • Q4. There was a String based leetcode hard level question

Top Amazon SDE Intern Interview Questions and Answers

Q1. Find the square root of a number using only 4 basic arithmetic operations (+,-,*,/) without using a power operator and inbuilt libraries. For numbers that are not perfect squares, print the integer part of the result. Test Case 1: Input : 9... read more
View answer (1)

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. In an array where all elements are repeated twice, find an element that is repeated once
  • Ans. 

    Find the element that is repeated once in an array where all elements are repeated twice

    • Iterate through the array and use a hashmap to keep track of the count of each element

    • Once the iteration is complete, check the hashmap for the element with a count of 1

  • Answered by AI
  • Q2. Find the maximum diagonal sum of a binary tree
  • Ans. 

    Find the maximum diagonal sum of a binary tree

    • Traverse the tree diagonally and keep track of the sum at each diagonal level

    • Use a hashmap to store the sum at each diagonal level

    • Return the maximum sum from the hashmap

  • Answered by AI

Top Amazon Software Engineer Interview Questions and Answers

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 merged node should store the sum of all... read more
View answer (1)

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 (220)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Give me your Introduction
  • Ans. 

    I am a motivated and dedicated individual with a strong background in management and a passion for learning and growth.

    • Experienced in leading teams and projects

    • Strong communication and problem-solving skills

    • Proven track record of achieving goals and driving results

  • Answered by AI
  • Q2. One instance where you showed leadership
  • Ans. 

    Led a team project to implement new software system

    • Organized team meetings to discuss project goals and timelines

    • Delegated tasks to team members based on their strengths and expertise

    • Provided guidance and support to team members throughout the project

    • Successfully implemented the new software system on time and within budget

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

(2 Questions)

  • Q1. One instance where you did a RCA
  • Ans. 

    I conducted a Root Cause Analysis (RCA) to identify the underlying reasons for a recurring issue.

    • Identified the problem or issue that needed to be investigated

    • Gathered relevant data and information related to the problem

    • Analyzed the data to determine the root cause of the issue

    • Developed and implemented solutions to address the root cause

    • Monitored the effectiveness of the solutions to ensure the issue did not recur

  • Answered by AI
  • Q2. One instance where you did an innovation
  • Ans. 

    Implemented a new project management software to streamline workflow and increase efficiency

    • Researched and identified the need for a more efficient project management system

    • Collaborated with IT team to customize and implement the new software

    • Provided training to team members on how to use the new software effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use STAR approach for all answers

Management Intern Interview Questions asked at other Companies

Q1. What is a plan and what is an elevation in engineering design?
View answer (1)

Sdet Intern Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

College coding test medium level question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Border level traversal of tree
  • Ans. 

    Border level traversal of a tree involves visiting the nodes at the outermost edges of the tree in a clockwise or counterclockwise direction.

    • Start by visiting the nodes in the leftmost column from top to bottom, excluding the leaf nodes.

    • Then visit the leaf nodes from left to right at the bottom of the tree.

    • Next, visit the nodes in the rightmost column from bottom to top, excluding the leaf nodes.

    • Finally, visit the leaf...

  • Answered by AI
  • Q2. Burn a tree coding question
  • Ans. 

    Implement a function to burn a tree starting from a given node

    • Start by creating a function that takes in the root node of the tree and the node to start burning from

    • Use a queue to perform a level order traversal of the tree

    • Keep track of the nodes that have been burned and the nodes that are yet to be burned

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

(2 Questions)

  • Q1. Testing related questions
  • Q2. Automation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA thoroughly and amazon rules

Skills evaluated in this interview

Sdet Intern Interview Questions asked at other Companies

Q1. Sort Strings Greatest element in array
View answer (1)

Amazon interview questions for popular designations

 Software Developer

 (191)

 Customer Service Associate

 (161)

 Customer Service Executive

 (103)

 Transaction Risk Investigator

 (102)

 Software Developer Intern

 (95)

 Associate

 (87)

 Seller Support Associate

 (81)

 Software Engineer

 (77)

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

DBMS,OS,CNS,DSA mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Data related questions
Round 3 - Technical 

(2 Questions)

  • Q1. Data warehouse,Data ETL,ELT pipeline
  • Q2. Project related questions in detail

Data Engineer Intern Interview Questions asked at other Companies

Q1. what are window functions in sql
View answer (1)

Get interview-ready with Top Amazon Interview Questions

Customer Service Executive Interview Questions & Answers

user image shubhangi sikarwar

posted on 14 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What your pet name
  • Ans. 

    My pet name is Max, a friendly and loyal golden retriever.

    • My pet's name is Max

    • He is a golden retriever

    • Max is friendly and loyal

  • Answered by AI
  • Q2. What your favourite game
  • Ans. 

    My favorite game is chess.

    • I enjoy the strategic thinking and planning involved in chess.

    • Playing chess helps improve my problem-solving skills.

    • I like the competitive aspect of the game.

    • Chess is a timeless game that can be played both casually and competitively.

  • Answered by AI
  • Q3. What is OTP full from
  • Ans. 

    OTP stands for One Time Password.

    • OTP is a unique code sent to a user's mobile phone or email for verification purposes.

    • It is commonly used in online transactions, login processes, and account verifications.

    • OTP is valid only for a single use or for a short period of time to enhance security.

    • Example: When you log in to your bank account, you may receive an OTP on your phone to confirm your identity.

  • Answered by AI
  • Q4. What is your favourite player in India team
  • Ans. 

    My favorite player in the India team is Virat Kohli.

    • Virat Kohli is known for his exceptional batting skills and leadership qualities.

    • He has broken numerous records and is considered one of the best batsmen in the world.

    • Kohli's aggressive playing style and passion for the game make him a fan favorite.

    • His consistency in all formats of the game sets him apart from other players.

  • Answered by AI
  • Q5. What your best friend
  • Ans. 

    My best friend is someone who is always there for me, understands me, and supports me through thick and thin.

    • My best friend is someone I can trust with anything and everything.

    • They are always there to listen to me and offer support and advice.

    • We share common interests and have a lot of fun together.

    • My best friend is like family to me, and I cherish our friendship deeply.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Shubhangi sikarwar from Bhopal I am fresher

Top Amazon Customer Service Executive Interview Questions and Answers

Q1. What's mortor nd what is concrete nd wht is the setting time of concrete Mix of cement sand and aggregate nd water
View answer (19)

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Jobs at Amazon

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

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

Versant english test

Round 2 - HR 

(1 Question)

  • Q1. Basic hr questions
Round 3 - Technical 

(4 Questions)

  • Q1. What do u know about this role?
  • Ans. 

    Content Reviewer is responsible for evaluating, editing, and approving content to ensure it meets quality standards and guidelines.

    • Review and evaluate content for accuracy, relevance, and compliance with guidelines

    • Edit content for grammar, spelling, and formatting errors

    • Approve or reject content based on quality standards

    • Provide feedback to content creators for improvement

    • Ensure content meets brand voice and style guid

  • Answered by AI
  • Q2. Problems that you have faced in your life?
  • Ans. 

    I have faced financial struggles, health issues, and career setbacks.

    • Financial struggles: difficulty paying bills, budgeting effectively

    • Health issues: chronic illness, injuries, mental health challenges

    • Career setbacks: job loss, rejection, lack of advancement opportunities

  • Answered by AI
  • Q3. Question regaurding general knowledge(major events)
  • Q4. Identify the images (related to products and ads)
  • Ans. 

    The images related to products and ads can include product photos, promotional banners, logos, and advertisements.

    • Product photos showcasing different angles and features of the product

    • Promotional banners with discounts or special offers

    • Logos of the brand or company being advertised

    • Advertisements featuring the product in use or highlighting its benefits

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be yourself
Respond in STAR response for Question 2

Top Amazon Content Reviewer Interview Questions and Answers

Q1. What is my view on digital payment? Is it secure? India is ready to go cashless or not? *Note- This question was for the Group discussion round.
View answer (5)

Content Reviewer Interview Questions asked at other Companies

Q1. What is my view on digital payment? Is it secure? India is ready to go cashless or not? *Note- This question was for the Group discussion round.
View answer (5)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response
Round 1 - Aptitude Test 

The assessment includes multiple-choice questions on the English language, typing skills, and email writing, among other topics.

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself??
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself in kannada language

Top Amazon Customer Care Executive Interview Questions and Answers

Q1. What is customer service, how do we deal with customer service
View answer (9)

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (42)

Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2024

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

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

Round 1 - Computer Fundamentals 

(1 Question)

  • Q1. Tested my computer fundamnetal knowledge: os, dbms, software engineering, oops etc
Round 2 - Coding Test 

2 questions of binary search and priorrity queue

Round 3 - One-on-one 

(2 Questions)

  • Q1. Leetcode 767. Reorganize string
  • Ans. 

    Rearrange characters in a string such that no two adjacent characters are the same.

    • Create a frequency map of characters in the string.

    • Use a priority queue to rearrange characters based on frequency.

    • If the most frequent character exceeds half the length of the string, return an empty string.

  • Answered by AI
  • Q2. Leetcode 113. Path sum 2

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently gave an Amazon interview through Amazon WOW after successfully clearing two online assessments. It was diversity hiring for 6 month internship. The first assessment tested my knowledge of computer fundamentals, while the second included two coding problems, one involving binary search and the other dealing with priority queues. I managed to solve both coding questions. After this I got the mail of my interview.

During the 1 hour and 15-min interview, I was asked two questions: "767. Reorganize String" and "113. Path Sum II." I struggled with the first question but was able to smoothly solve the second problem.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

English communication versant online test

Round 2 - One-on-one 

(2 Questions)

  • Q1. When u handled leadership situation in your life. Explain.
  • Ans. 

    I demonstrated leadership in a group project by delegating tasks, setting goals, and motivating team members.

    • I took charge of a group project in college and assigned specific roles to each team member based on their strengths.

    • I set clear goals and deadlines for the project, ensuring that everyone was on the same page and working towards a common objective.

    • I motivated team members by providing positive feedback, recogni...

  • Answered by AI
  • Q2. With other degree skills, why u want to join this non tech role and that too amazon.explain you are a leader, collaborative and also slave like to dedicate yourself to any extent.

Amazon Interview FAQs

How many rounds are there in Amazon interview for freshers?
Amazon interview process for freshers usually has 2-3 rounds. The most common rounds in the Amazon interview process for freshers are Resume Shortlist, One-on-one Round and Aptitude Test.
How to prepare for Amazon interview for freshers?
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 Communication Skills, Excel, Manual Testing, Software Testing and Test Cases.
What are the top questions asked in Amazon interview for freshers?

Some of the top questions asked at the Amazon interview for freshers -

  1. If a seller wants to sell a phone worth 60k at 7k on amazon then would you allo...read more
  2. Given n coins for two players playing a game. Each player picks coins from the ...read more
  3. What do you know about risk manageme...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 for Freshers

based on 377 interviews

Interview experience

4.3
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Amazon

Interview Questions from Similar Companies

Uber Interview Questions
4.2
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
Groupon Interview Questions
3.1
 • 42 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
Linedata Interview Questions
3.5
 • 22 Interviews
View all

Amazon Reviews and Ratings

based on 25.9k reviews

4.0/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.4

Promotions

3.7

Work satisfaction

Explore 25.9k Reviews and Ratings
Amazon is hiring For Quality Specialist For Spanish Hyderabad

Hyderabad / Secunderabad

0-4 Yrs

Not Disclosed

CXQO Associate at Hyderabad, Amazon

Hyderabad / Secunderabad

0-3 Yrs

Not Disclosed

Construction Manager, HYD

Hyderabad / Secunderabad

5-8 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 L/yr - ₹6.1 L/yr

Associate
2.9k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Program Manager
2.2k salaries
unlock blur

₹9 L/yr - ₹36.7 L/yr

Explore more salaries
Compare Amazon with

Flipkart

3.9
Compare

TCS

3.7
Compare

Google

4.4
Compare

Netflix

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview