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 SDE Intern Interview Questions, Process, and Tips

Updated 31 Dec 2024

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 ...read more
  • Q2. Given a sorted linked list, how can you remove duplicates from it?
  • Q3. Addition of two linked lists, and finallt return the result as a linked list
View all 9 questions

Amazon SDE Intern Interview Experiences

15 interviews found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2022

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Duration: 1hr+
Topics: 2 - coding questions(logic-based)
platform: Hackerank

Round 2 - Technical 

(2 Questions)

  • 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...
  • Ans. 

    Find square root of a number using basic arithmetic operations without power operator and inbuilt libraries.

    • Use binary search to find the integer part of the square root

    • Use long division method to find the decimal part of the square root

    • Repeat the above steps until desired accuracy is achieved

    • Handle edge cases like negative numbers and numbers less than 1

  • Answered by AI
  • Q2. Addition of two linked lists, and finallt return the result as a linked list
  • Ans. 

    Addition of two linked lists and return the result as a linked list.

    • Traverse both linked lists simultaneously

    • Add corresponding nodes and carry over the sum

    • Create a new linked list with the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on Graph/ Tree data structure, and you should be able to your logic to the interviewer, and then code it. You should also be able to optimize your code.

Skills evaluated in this interview

SDE Intern Interview Questions & Answers

user image big tiddy

posted on 16 Aug 2024

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Don;t remember the leetcode question, was medium

Round 2 - Aptitude Test 

Don't remember the leetcode qyuestion, was medium, had a behavior component, remember the Amazon principles

SDE Intern Interview Questions Asked at Other Companies

Q1. Given a string of containing lower case letters and upper case ch ... read more
asked in Amazon
Q2. Find the square root of a number using only 4 basic arithmetic op ... read more
Q3. Remove duplicate characters from a given string keeping only the ... read more
asked in Carwale
Q4. What is caching and why do we need to do caching
Q5. Given a Y- linked list. Find the node at the intersection point

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2022

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Count occurrences in sorted array
  • Ans. 

    Count occurrences of a given element in a sorted array.

    • Use binary search to find the first and last occurrence of the element.

    • Subtract the indices to get the count.

    • Handle edge cases like element not present in the array.

  • Answered by AI
  • Q2. Deepest left node in binary tree
  • Ans. 

    Find the deepest left node in a binary tree.

    • Traverse the tree recursively and keep track of the depth and whether the current node is a left node.

    • If the current node is a leaf node and its depth is greater than the deepest left node found so far, update the deepest left node.

    • Return the deepest left node found.

    • Example: For the binary tree with root node 1, left child 2, and left child of 2 being 4, the deepest left node...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Treat interviewer as your friend...he will be friendly and do listen to his advices

Skills evaluated in this interview

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2022

I applied via AngelList and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding question level easy-medium leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding question leetcode
  • Q2. Dp graph trees stack queue
Round 3 - Technical 

(1 Question)

  • Q1. 2 Coding question leetcode easy medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep grinding and always speak out loud think twice before writing any code

Amazon interview questions for designations

 SDE

 (44)

 SDE-2

 (14)

 SDE-1 Position

 (2)

 QA Intern

 (1)

 Intern

 (21)

 SDE (Software Development Engineer)

 (22)

 Software Developer Intern

 (94)

 Software Engineer Intern

 (13)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2023

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

1 hour long test, 1 easy and 1 medium leetcode problem + some apti questions.

Round 3 - Technical 

(1 Question)

  • Q1. Asked 1 codding question (Medium) * Next permutation of a number. Number was a time stamp (eg 11:55 PM)
Round 4 - Technical 

(1 Question)

  • Q1. 3 medium leetcode questions from graphs, queue and dp.

Get interview-ready with Top Amazon Interview Questions

Amazon Interview FAQs

How many rounds are there in Amazon SDE Intern interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Amazon SDE Intern interview?

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

  1. Find the square root of a number using only 4 basic arithmetic operations (+,-,...read more
  2. Given a sorted linked list, how can you remove duplicates from ...read more
  3. Addition of two linked lists, and finallt return the result as a linked l...read more

Tell us how to improve this page.

Amazon SDE Intern Interview Process

based on 13 interviews

3 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
  • Technical Round
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
 • 777 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
Uber Interview Questions
4.2
 • 166 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
JioMart Interview Questions
3.9
 • 95 Interviews
View all
Amazon SDE Intern Salary
based on 81 salaries
₹8.9 L/yr - ₹16 L/yr
28% more than the average SDE Intern Salary in India
View more details

Amazon SDE Intern Reviews and Ratings

based on 9 reviews

4.4/5

Rating in categories

4.4

Skill development

3.7

Work-life balance

4.6

Salary

3.1

Job security

3.8

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
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.3 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹6.9 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Program Manager
2.3k 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
Did you find this page helpful?
Yes No
write
Share an Interview