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 fresher Interview Questions and Answers

Updated 14 Oct 2024

6 Interview questions

A fresher was asked 8mo ago
Q. What is an array in Python?
Ans. 

An array in Python is a data structure that stores a collection of elements of the same data type.

  • Arrays in Python can be created using the 'array' module or using list comprehension.

  • Elements in an array are accessed using their index, starting from 0.

  • Example: arr = [1, 2, 3, 4, 5]

  • Example: import array; arr = array.array('i', [1, 2, 3, 4, 5])

🔥 Asked by recruiter 2 times
A fresher was asked 8mo ago
Q. What is an algorithm?
Ans. 

An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.

  • An algorithm is a set of instructions that are followed to solve a problem.

  • It is a sequence of well-defined steps that lead to the desired outcome.

  • Algorithms can be represented using flowcharts, pseudocode, or programming languages.

  • Examples of algorithms include sorting algorithms like bubble sort and searching algorithms like b...

fresher Interview Questions Asked at Other Companies

asked in Tata Steel
Q1. What is the unit of electric current?
asked in TCS
Q2. What is a PT-100?
asked in Apisero
Q3. difference between primary and foreign key, what does truncate co ... read more
asked in Tata Steel
Q4. What is the unit of magnetic flux?
Q5. What is gas chromatography gas chromatography is a separation tec ... read more
A fresher was asked 8mo ago
Q. What is a bitwise operator?
Ans. 

Bitwise operators are used to perform operations on individual bits of binary numbers.

  • Bitwise AND (&) - Sets a bit to 1 only if both bits are 1

  • Bitwise OR (|) - Sets a bit to 1 if either bit is 1

  • Bitwise XOR (^) - Sets a bit to 1 if the bits are different

  • Bitwise NOT (~) - Flips the bits

  • Bitwise left shift (<<) - Shifts the bits to the left by a certain number of positions

  • Bitwise right shift (>>) - Shifts the bits to ...

🔥 Asked by recruiter 2 times
A fresher was asked 8mo ago
Q. What is Python programming?
Ans. 

Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.

  • Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.

  • It emphasizes code readability and uses indentation for block delimiters.

  • Python supports multiple programming paradigms, including procedural, object-oriented, and function...

What people are saying about Amazon

View All
an influencer marketing manager
2w
Should she delete her LinkedIn post or not?
Asking for a friend, Since last 3 months, she has been facing multiple issues including mental harassment by her manager at her workplace. She tried all official channels including reporting to the HR and even to the CEO eventually, but surprisingly, nothing happened. Infact, as a retaliation, she was put on PIP last month by here manager. So finally as a response to this continuous harassment, she went to LinkedIn and called out her manager, the company and even the CEO. And this is what she has received in response! The company is threatening her of legal actions and now we are confused, whether to delete the posts or to maintain our stand. Any help would be highly recommended at this point!
FeedCard Image
Got a question about Amazon?
Ask anonymously on communities.
A fresher was asked 8mo ago
Q. What are HTML and CSS?
Ans. 

HTML & CSS are the building blocks of web development, used to create and style web pages.

  • HTML stands for HyperText Markup Language and is used to create the structure of a web page.

  • CSS stands for Cascading Style Sheets and is used to style the elements created with HTML.

  • HTML uses tags like <div>, <p>, <h1> to define the content and structure of a webpage.

  • CSS uses properties like color, font-...

A fresher was asked 8mo ago
Q. What's your favorite dish?
Ans. 

My favorite dish is lasagna, with layers of pasta, meat, cheese, and tomato sauce baked to perfection.

  • Lasagna is a classic Italian dish made with layers of pasta, meat (such as ground beef or sausage), cheese (like mozzarella and ricotta), and tomato sauce.

  • It is typically baked in the oven until the cheese is melted and bubbly.

  • Some variations of lasagna include vegetarian options with layers of vegetables or seafo...

Amazon fresher Interview Experiences

6 interviews found

fresher Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

Python, html &css programming

Round 2 - HR 

(5 Questions)

  • Q1. What is python programming
  • Ans. 

    Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.

    • It emphasizes code readability and uses indentation for block delimiters.

    • Python supports multiple programming paradigms, including procedural, object-oriented, and functional pr...

  • Answered by AI
  • Q2. What is HTML &css
  • Ans. 

    HTML & CSS are the building blocks of web development, used to create and style web pages.

    • HTML stands for HyperText Markup Language and is used to create the structure of a web page.

    • CSS stands for Cascading Style Sheets and is used to style the elements created with HTML.

    • HTML uses tags like <div>, <p>, <h1> to define the content and structure of a webpage.

    • CSS uses properties like color, font-size,...

  • Answered by AI
  • Q3. What is bitwise operator
  • Ans. 

    Bitwise operators are used to perform operations on individual bits of binary numbers.

    • Bitwise AND (&) - Sets a bit to 1 only if both bits are 1

    • Bitwise OR (|) - Sets a bit to 1 if either bit is 1

    • Bitwise XOR (^) - Sets a bit to 1 if the bits are different

    • Bitwise NOT (~) - Flips the bits

    • Bitwise left shift (<<) - Shifts the bits to the left by a certain number of positions

    • Bitwise right shift (>>) - Shifts the bits to the r...

  • Answered by AI
  • Q4. What is algorithm
  • Ans. 

    An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.

    • An algorithm is a set of instructions that are followed to solve a problem.

    • It is a sequence of well-defined steps that lead to the desired outcome.

    • Algorithms can be represented using flowcharts, pseudocode, or programming languages.

    • Examples of algorithms include sorting algorithms like bubble sort and searching algorithms like binary...

  • Answered by AI
  • Q5. What is array in python
  • Ans. 

    An array in Python is a data structure that stores a collection of elements of the same data type.

    • Arrays in Python can be created using the 'array' module or using list comprehension.

    • Elements in an array are accessed using their index, starting from 0.

    • Example: arr = [1, 2, 3, 4, 5]

    • Example: import array; arr = array.array('i', [1, 2, 3, 4, 5])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fresher

Skills evaluated in this interview

fresher Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Where are you from?
  • Ans. 

    I am from a small town in the Midwest called Springfield.

    • I grew up in a close-knit community surrounded by farmland.

    • The town has a population of around 10,000 people.

    • Springfield is known for its annual county fair and historic downtown area.

  • Answered by AI
  • Q2. What's your favorite dish?
  • Ans. 

    My favorite dish is lasagna, with layers of pasta, meat, cheese, and tomato sauce baked to perfection.

    • Lasagna is a classic Italian dish made with layers of pasta, meat (such as ground beef or sausage), cheese (like mozzarella and ricotta), and tomato sauce.

    • It is typically baked in the oven until the cheese is melted and bubbly.

    • Some variations of lasagna include vegetarian options with layers of vegetables or seafood in...

  • Answered by AI
  • Q3. What's your memorable day?
  • Ans. 

    My memorable day was when I graduated from college with honors.

    • Graduating with honors after years of hard work

    • Celebrating with family and friends

    • Feeling proud of my accomplishments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume
Be prepared for anything
Act kindly to everyone
Send follow up e-mails

fresher Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. About your self
  • Q2. Why reason choosing the work
  • Q3. Expect your salary
  • Q4. What are your goals
  • Q5. What are your strength and weaknesses
  • Q6. Why do want to walk in company

Interview Preparation Tips

Interview preparation tips for other job seekers - Any vacancy available mam?

fresher Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(7 Questions)

  • Q1. HR interview in simple question
  • Q2. HR my self question
  • Q3. Hr in my study related question
  • Q4. Hr in my strength and weakness question
  • Q5. Hr in my hobby question
  • Q6. Fresher question
  • Q7. Any questions or me

Interview Preparation Tips

Interview preparation tips for other job seekers - I don’t know

fresher Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2022

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Assignment 

1st round for assessment 30 questions become gramer and basic questions
2nd round versant test for chek your prononciation skill English language related questions, story creator, voice test you should have laptop or desktop with wifi connection or proper data and headset must for voice testing, they watching you and review at the end of test so don't use other colum in your laptop

Round 2 - Aptitude Test 

Waiting for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about Amazon job details and we'll develop in English communication, grammer and prononciation

fresher Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Implement an iterator to flatten 2D vector

Round 2 - One-on-one 

(1 Question)

  • Q1. Find shortest path to get all keys
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path to get all keys

    • Implement Dijkstra's algorithm to find the shortest path in a graph

    • Consider the keys as nodes in the graph and the paths between keys as edges

    • Keep track of the keys collected and update the shortest path accordingly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice algorithmic questions

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Case Study 

Emails to the host and guests.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you are perfect fit?
  • Ans. 

    I have the necessary skills, experience, and passion for the role.

    • I have relevant experience in the industry

    • I possess the required skills and qualifications

    • I am passionate about the work and eager to contribute

    • I have a track record of success in similar roles

  • Answered by AI
  • Q2. Why you want to change?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and learning experiences

    • Opportunity for career advancement

    • Seeking a better work-life balance

    • Interest in exploring different industries or sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to face rejection if you are not confident in speaking.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Top k repeated items
  • Ans. 

    Find the top k most frequently occurring items in an array of strings.

    • Use a hash map to count occurrences of each item. Example: ['apple', 'banana', 'apple'] -> {'apple': 2, 'banana': 1}.

    • Sort the items based on their counts. Example: [('apple', 2), ('banana', 1)] sorted by count.

    • Select the top k items from the sorted list. Example: If k=1, return ['apple'].

  • Answered by AI
  • Q2. Design a flipping coins game
  • Ans. 

    A flipping coins game where players guess the outcome of coin flips to win points.

    • Players take turns guessing 'Heads' or 'Tails' for each coin flip.

    • Each correct guess earns the player a point.

    • The game continues for a set number of rounds or until a player reaches a target score.

    • Example: If a player guesses 'Heads' and the coin lands on 'Heads', they score a point.

    • At the end of the game, the player with the most points ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Got a leetcode easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode easy thoroughly

Amazon Interview FAQs

How many rounds are there in Amazon fresher interview?
Amazon interview process usually has 1-2 rounds. The most common rounds in the Amazon interview process are HR, Assignment and Aptitude Test.
How to prepare for Amazon fresher 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 Communication Skills, Customer Service, bpo, English and Non Voice Process.
What are the top questions asked in Amazon fresher interview?

Some of the top questions asked at the Amazon fresher interview -

  1. What's your favorite di...read more
  2. What is python programm...read more
  3. What is array in pyt...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 9 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Uber Fresher Interview Questions
4.2
 • 155 Interviews
OLX Fresher Interview Questions
3.8
 • 60 Interviews
Uplers Fresher Interview Questions
3.9
 • 43 Interviews
Groupon Fresher Interview Questions
3.1
 • 42 Interviews
Yahoo Fresher Interview Questions
4.6
 • 30 Interviews
Airbnb Fresher Interview Questions
3.7
 • 25 Interviews
View all
Amazon fresher Salary
based on 52 salaries
₹1 L/yr - ₹5.6 L/yr
50% more than the average fresher Salary in India
View more details

Amazon fresher Reviews and Ratings

based on 21 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.1

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

3.9

Work satisfaction

Explore 21 Reviews and Ratings
Customer Service Associate
4.1k salaries
unlock blur

₹0.6 L/yr - ₹7.8 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Associate
3k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.6k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Software Developer
2.3k salaries
unlock blur

₹24.6 L/yr - ₹49.3 L/yr

Explore more salaries
Compare Amazon with

Flipkart

3.9
Compare

TCS

3.6
Compare

Google

4.4
Compare

Netflix

4.3
Compare
write
Share an Interview