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

Filter interviews by

Amazon Software Development Engineer Intern Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Amazon Software Development Engineer Intern Interview Questions and Answers

  • Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containi ...read more
  • Q2. Given a linked list (singly-linked, non-circular), swap the kth node with the kth last node in the list. Note that the length of the list is not known.
  • Q3. long numbers, add the two numbers and store the result in a third linked list. 2/2
View all 18 questions

Amazon Software Development Engineer Intern Interview Experiences

24 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

LeetCode questions - one medium and one hard.

Round 2 - Technical 

(3 Questions)

  • Q1. Dont remember exactly, but was related to trees - leetcode medium
  • Q2. Given an array, what is the sum of the products of all subsequences?
  • Q3. Graph - hard, SCC + bfs, freinds and choclates problem
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Linked list based coding question and BST

Round 2 - Technical 

(2 Questions)

  • Q1. About BFS and DFS
  • Q2. Linked list coding question (using bfs)

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA PREP IS MUST

Software Development Engineer Intern Interview Questions Asked at Other Companies

asked in Amazon
Q1. Say you're dealing with really long integers. They're too long to ... read more
asked in Amazon
Q2. Given a linked list (singly-linked, non-circular), swap the kth n ... read more
asked in Amazon
Q3. long numbers, add the two numbers and store the result in a third ... read more
Q4. what is the angle between minute and hour hand at 1:15
asked in Amazon
Q5. Given a Binary Search Tree, print the kth last node in inorder tr ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Possible Parenthesis
  • Ans. 

    The question is asking for the possible combinations of valid parentheses.

    • Use backtracking to generate all possible combinations of parentheses.

    • Keep track of the number of open and close parentheses to ensure they are balanced.

    • Exclude invalid combinations where close parentheses appear before open parentheses.

  • Answered by AI
  • Q2. Course Schedule
Round 2 - HR 

(2 Questions)

  • Q1. How are you doing
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in languages such as Java, Python, and JavaScript

    • Experience with web development technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Corp

  • Answered by AI

Skills evaluated in this interview

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

VSCODE , one question asked

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join amazon?
  • Ans. 

    I want to join Amazon because of its innovative culture, vast opportunities for growth, and impact on global e-commerce.

    • Innovative culture: Amazon is known for its cutting-edge technology and constant drive for innovation.

    • Opportunities for growth: Amazon offers a wide range of projects and roles for personal and professional development.

    • Impact on global e-commerce: Amazon's reach and influence in the e-commerce industr

  • Answered by AI
  • Q2. Where do you see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Leading a team of developers on innovative projects

    • Advancing to a senior software engineer role

    • Continuing to learn and grow in the field of software development

  • Answered by AI

Amazon interview questions for designations

 Software Engineer Intern

 (13)

 Software Development Engineer

 (41)

 Software Engineer Intern Trainee

 (2)

 Software Development Engineer II

 (32)

 SDE (Software Development Engineer)

 (26)

 Software Development Engineer 1

 (10)

 Software Development Engineer 3

 (3)

 Software Development Engineer Test

 (1)

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

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

Round 1 - Coding Test 

Given 2 medium level questions

Get interview-ready with Top Amazon Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA question on Priority Queue
  • Q2. Hard Leetcode question on DP
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Duration of 90 min with 3 dsa questions with 2 medium and 1 hard level dsa questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Computer Networks interview questions
  • Q2. Operating system interview questions

Interview Preparation Tips

Topics to prepare for Amazon Software Development Engineer Intern interview:
  • Computer Networking
  • operating sytem
  • Algorithms
Interview preparation tips for other job seekers - keep working hard and you will surely get success somewhere.
All the Best
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

You have to solve coding question on a Platform

Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions was asked
Round 3 - Coding Test 

Dsa questions were asked

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

I was interviewed in Aug 2023.

Round 1 - Coding Test 

Solve leetcode questions and give contest which really helps to clear coding rounds

Round 2 - One-on-one 

(2 Questions)

  • Q1. Topics from arrays, dp and graph
  • Q2. Start with brute force and go with optimal solution along with time and space complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, practice more questions and give the test
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - Coding Test 

2 mid level questions on ds

Round 2 - One-on-one 

(2 Questions)

  • Q1. System design on my done projects.
  • Ans. 

    Designed a system for a project involving real-time data processing and analysis.

    • Utilized microservices architecture for scalability and flexibility

    • Implemented message queues for asynchronous communication between components

    • Used a combination of relational and NoSQL databases for different data storage needs

  • Answered by AI
  • Q2. What pattern have you followed while building modules.
  • Ans. 

    I have followed the modular design pattern while building modules.

    • I break down the software into smaller, independent modules that can be easily managed and maintained.

    • I ensure each module has a clear purpose and well-defined interfaces for communication with other modules.

    • I use techniques like encapsulation, abstraction, and separation of concerns to create modular designs.

    • Example: Using the MVC (Model-View-Controller...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on team work.

Skills evaluated in this interview

Amazon Interview FAQs

How many rounds are there in Amazon Software Development Engineer 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 Software Development Engineer Intern interview?

Some of the top questions asked at the Amazon Software Development Engineer Intern interview -

  1. Say you're dealing with really long integers. They're too long to fit into a re...read more
  2. Given a linked list (singly-linked, non-circular), swap the kth node with the k...read more
  3. long numbers, add the two numbers and store the result in a third linked list. ...read more
How long is the Amazon Software Development Engineer Intern interview process?

The duration of Amazon Software Development Engineer Intern interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Amazon Software Development Engineer Intern Interview Process

based on 15 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Amazon Software Development Engineer Intern Salary
based on 90 salaries
₹6 L/yr - ₹23.5 L/yr
14% less than the average Software Development Engineer Intern Salary in India
View more details

Amazon Software Development Engineer Intern Reviews and Ratings

based on 36 reviews

4.2/5

Rating in categories

4.4

Skill development

3.7

Work-life balance

4.6

Salary

3.2

Job security

3.9

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 36 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.4 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹6.6 L/yr

Senior Associate
2.4k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Software Development Engineer
2k salaries
unlock blur

₹16.5 L/yr - ₹33.1 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