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

Filter interviews by

Amazon Student Intern Interview Questions, Process, and Tips

Updated 5 Jun 2024

Top Amazon Student Intern Interview Questions and Answers

Amazon Student Intern Interview Experiences

3 interviews found

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What round question
  • Q2. What is my name
  • Q3. What is my father name
  • Q4. What is my mother name

Interview Preparation Tips

Interview preparation tips for other job seekers - This is too good

Student Intern Interview Questions & Answers

user image Samridhi Naithani

posted on 5 Jun 2024

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

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find loop in a linklist
  • Ans. 

    To find a loop in a linked list, use Floyd's Cycle Detection Algorithm.

    • Use two pointers, slow and fast, to traverse the linked list.

    • If there is a loop, the fast pointer will eventually meet the slow pointer.

    • Once they meet, move one pointer back to the head and start moving both pointers one node at a time until they meet again.

  • Answered by AI

Skills evaluated in this interview

Student Intern Interview Questions Asked at Other Companies

asked in Actual IT
Q1. Have you finished the database and data structures courses in you ... read more
Q2. how will you handle mischievous behaviours?
asked in CIDCO
Q3. What are different Foundation types?
asked in CIDCO
Q4. What is density of steel?
Q5. Patient had hyperglycemia along with ckd what to do now!?

I applied via Job Fair and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Reversed a linked list
  • Ans. 

    Reversing a linked list involves changing the direction of the pointers in the list.

    • Iteratively swap the next and previous pointers of each node in the list

    • Recursively reverse the rest of the list and then change the next pointer of the current node

    • Use a stack to push each node onto the stack and then pop them off to create the reversed list

  • Answered by AI
  • Q2. MinStack, implement a stack with o(1) to get the min value
  • Ans. 

    Implement a stack with O(1) to get the min value.

    • Use two stacks, one for the actual values and one for the minimum values

    • Push the new value onto the value stack and compare it with the top of the minimum stack

    • If it's smaller or equal, push it onto the minimum stack as well

    • When popping a value, check if it's the minimum and pop from the minimum stack if so

  • Answered by AI
  • Q3. Implement array with o(1) setAll, set all the array to this value in o(1)
  • Ans. 

    Implement array with O(1) setAll to set all values to a given value.

    • Create an array of strings with a fixed size.

    • Create a variable to store the value to be set.

    • When setAll is called, assign the value to the variable.

    • When accessing any element of the array, return the value stored in the variable.

    • This approach ensures that all elements of the array are set to the same value in constant time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - leet code amazon questions is a good prep

Skills evaluated in this interview

Amazon Interview FAQs

How many rounds are there in Amazon Student Intern interview?
Amazon interview process usually has 1 rounds. The most common rounds in the Amazon interview process are Technical and One-on-one Round.
What are the top questions asked in Amazon Student Intern interview?

Some of the top questions asked at the Amazon Student Intern interview -

  1. minStack, implement a stack with o(1) to get the min va...read more
  2. implement array with o(1) setAll, set all the array to this value in o...read more
  3. Find loop in a linkl...read more

Tell us how to improve this page.

Amazon Student Intern Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

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
 • 764 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
Uber Interview Questions
4.2
 • 162 Interviews
AmbitionBox Interview Questions
4.9
 • 144 Interviews
JioMart Interview Questions
3.9
 • 93 Interviews
View all
Amazon Student Intern Salary
based on 4 salaries
₹1 L/yr - ₹2 L/yr
65% less than the average Student Intern Salary in India
View more details

Amazon Student Intern Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 2 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.3 L/yr - ₹6.5 L/yr

Associate
2.5k salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Senior Associate
2.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Software Development Engineer
2k salaries
unlock blur

₹18.1 L/yr - ₹34.7 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