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

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

16 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 at Thapar Institute of Engineering and Technology (TIET) 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

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was mcqs with one coding question

Round 2 - Coding Test 

It consisted of 2 medium coding ques

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was a binary tree medium level leetcode ques
  • Q2. It was majority element ques from leetcode

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 20 Sep 2024

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

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

Round 1 - Coding Test 

2 DSA questions and 70 minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Min-stack using O(N) space .
  • Ans. 

    Min-stack is implemented using O(N) space by keeping track of minimum value at each element.

    • Use two stacks - one to store the actual elements and another to store the minimum value at each step.

    • When pushing an element, check if it is smaller than the current minimum and update the minimum stack accordingly.

    • When popping an element, also pop from the minimum stack if the popped element is the current minimum.

  • Answered by AI
  • Q2. Sliding Window Problem.
  • Ans. 

    Sliding Window Problem involves finding a subarray of fixed size k with the maximum sum.

    • Use a sliding window approach to iterate through the array and keep track of the sum of elements within the window.

    • Slide the window by removing the first element and adding the next element in each iteration.

    • Keep track of the maximum sum found so far and update it if a new maximum is found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA .

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

This round had questions from various topics like DBMS, system design, OOPs, aptitude etc. with one coding ques.

Round 2 - Coding Test 

This had 2 coding questions (medium level) and a digital HR round where we just have to use a slider to answer our best reaction to situations.

Round 3 - Technical 

(2 Questions)

  • Q1. Implementation of Min Stack
  • Ans. 

    Implement a stack that supports push, pop, top, and retrieving the minimum element in constant time.

    • Use two stacks - one to store the actual elements and another to store the minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.

    • When popping an element, check if it is the current minimum and pop from the min stack if so.

    • Top operation can be implemente...

  • Answered by AI
  • Q2. Find leaf nodes in a binary tree ,followed by printing path to leaf nodes.
  • Ans. 

    Find leaf nodes in a binary tree and print path to each leaf node.

    • Traverse the binary tree using depth-first search (DFS)

    • When reaching a leaf node, store the path from root to that leaf node

    • Repeat the process for all leaf nodes in the tree

  • Answered by AI

Skills evaluated in this interview

Amazon interview questions for designations

 SDE

 (44)

 SDE-2

 (16)

 SDE-1 Position

 (2)

 QA Intern

 (1)

 Intern

 (25)

 SDE (Software Development Engineer)

 (26)

 Software Developer Intern

 (95)

 Software Engineer Intern

 (13)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked to do a string based hard level question. Interviewerr asked me how the code worked and the logic which i explained step by step.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Get interview-ready with Top Amazon Interview Questions

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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

I applied via Newspaper Ad and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. DSA question to be solved

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

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

2 hours mcqs from all cse related topics + 1 coding question

Round 2 - Coding Test 

3 coding questions easy level

Round 3 - Technical 

(1 Question)

  • Q1. I do not remember

SDE Intern interview

user image NotesNaka

posted on 16 Nov 2021

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

OA + behavioural questions

Round 2 - Technical 

(1 Question)

  • Q1. Leetcode medium
Round 3 - Technical 

(1 Question)

  • Q1. Leetcode medium

SDE Intern Interview Questions & Answers

user image priyansha singhal

posted on 8 May 2024

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

It was a 2 hour test having 2 coding questions . Difficulty was easy and medium.

Round 2 - Interview 

(1 Question)

  • Q1. Two questions were asked . To make a BST from array elements . Snakes and ladder. Besides this interviewer also asked about my projects and basic introduction.

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 10 interviews in last 1 year

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.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Blinkit Interview Questions
3.7
 • 169 Interviews
Uber Interview Questions
4.2
 • 159 Interviews
AmbitionBox Interview Questions
5.0
 • 144 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
View all
Amazon SDE Intern Salary
based on 81 salaries
₹8.3 L/yr - ₹16 L/yr
21% more than the average SDE Intern Salary in India
View more details

Amazon SDE Intern Reviews and Ratings

based on 10 reviews

4.4/5

Rating in categories

4.4

Skill development

3.6

Work-life balance

4.6

Salary

3.1

Job security

3.7

Company culture

4.1

Promotions

4.0

Work satisfaction

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

₹0.6 L/yr - ₹6 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.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Program Manager
2k 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