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
1w
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 Preparation Tips

Round: Test
Tips: Just try coding as much as you can in the four years of graduation.

Round: Interview
Experience: Three Coding Interview and a Behavioral Interview were conducted.
Tips: Try to get some prior knowledge about the company's infrastructure.w

General Tips: Practice as much problems as you can online or offline.
Skill Tips: Coding is the key for any software company.
Skills: Coding
College Name: IIT KHARAGPUR
Motivation: Its the best in business
Are these interview questions helpful?

Interview Questionnaire 

4 Questions

  • Q1. You are given a large array of n bits. Each bit is initially 0. You perform several operations of the type
  • Ans. 

    Solution to performing operations on a large array of bits.

    • Use bitwise operators to perform operations on individual bits

    • Use a loop to iterate through the array and perform the operations

    • Ensure that the array is large enough to accommodate all the bits

    • Consider using a data structure like a bitset for efficient bit manipulation

  • Answered by AI
  • Q2. Questions on Network programming
  • Q3. Questions on array,heap and binary trees
  • Q4. Round was both HR+Technical

Interview Preparation Tips

Round: Test
Experience: Questions can be found here:

-----/
Tips: Try to solve all 3.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: First discuss the solution and then paper-code it.
Tips: Try to code without mistakes.

Round: Technical Interview
Experience: First, I was asked to discuss my project based on networking and then I was given a question on network programming
Tips: Pay attention on discussion

Round: Technical Interview
Experience: Provide the optimised solution and code it without any mistakes.

Round: HR Interview
Experience: Why linkedin?
What changes will you make in 6 months?
Internship project: Discussion and lot of common questions on that.
Basic Questions of C++ and Java

Skills: Data Structure, Core courses understanding, Algorithms
College Name: IIT GUWHATI

Skills evaluated in this interview

Interview Preparation Tips

Round: CODING ROUND
Experience: In the coding round there were 3 questions to be solved in about 3 hrs.

Round: HR Interview
Experience: Expect the usual crazy questions like "Why LinkedIn?" and if you are already placed, be ready to give a proper justification for "Why LinkedIn and not XYZ?" so on. Be cool, you need not be accurate. Be well prepared with your resume and expect questions from them.
Tips: For the interview, just be confident and have a good resume ready with you.

Round: Other Interview
Experience: Coding Interview:
Simple coding questions. Make sure you first explain the logic to them and then you may be asked to write the code for it on the board using any language of your choice. Syntax is not a big deal, but don't make any logical errors. They are very friendly and may suggest certain solutions of their own. Make sure you can grasp them quickly. Find faults in your own code before they find it. Always try to give the best optimal solution. In case you are unable to do so then suggest possible improvements.

Round: Other Interview
Experience: Design Interview:
Some people may find this round a bit uneasy. But this round tests how good you are at designing solutions to problems. Most of the candidates were asked to build an online gaming system. And then they keep adding extra constraints and ideas and see if you can integrate them to your design. Database knowledge may be tested. They may also ask questions pertaining to you projects listed in your resume.

General Tips: An updated LinkedIn account with decent connections. ;)
Skill Tips: Be very strong with your coding ability. Whenever you code, do follow some standard procedures and make the code look simple and structured. Whenever you solve a coding question make sure you answer it completely for all the test cases. Partial results will only indicate that there is something wrong with the logic. Try to solve a complete question rather than multiple questions with partial results.
College Name: NIT SURATHKAL

Interview Preparation Tips

General Tips: It might help in general to try to become a better developer at all times. One way to get good at it is to really enjoy what you do!Do random projects&#44; use linux, Read Hacker News (-----/)  daily and wear hippie computer t-shirts (:-P) - Interviewers really LOVE talking about these, especially HR rounds (my HR interviewer was also a programmer).
College Name: NIT SURATHKAL

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.2k salaries
unlock blur

₹27.1 L/yr - ₹56.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