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 Software Developer Intern Interview Questions, Process, and Tips for Freshers

Updated 7 Apr 2025

Top Amazon Software Developer Intern Interview Questions and Answers for Freshers

  • Q1. Fish Eater Problem Statement In a river where water flows from left to right, there is a sequence of 'N' fishes each having different sizes and speeds. The sizes of thes ...read more
  • Q2. First Missing Positive Problem Statement You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer usin ...read more
  • Q3. Container with Most Water Problem Statement Given a sequence of 'N' space-separated non-negative integers A[1], A[2], ..., A[i], ..., A[n], where each number in the sequ ...read more
View all 186 questions

Amazon Software Developer Intern Interview Experiences for Freshers

95 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy Questions- Can be done with decent practice

Round 2 - Technical 

(2 Questions)

  • Q1. Array question - basic knowledge sufficient
  • Q2. Maths questions + stack implementation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Coding test had 2 medium level coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. The first question was of sliding window plus DP
  • Q2. The second was of trees

Software Developer Intern Interview Questions Asked at Other Companies for Fresher

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
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 coding questions of easy to medium difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. A derivative of rotten oranges.
  • Q2. An sliding window problem similar to Maximum number of fruits in two basket
  • Ans. 

    Sliding window problem where you can only pick fruits from two different baskets

    • Use a sliding window approach to keep track of the maximum number of fruits in two baskets

    • Keep track of the types of fruits and their counts in the window

    • Update the window by removing fruits from the beginning and adding fruits from the end

    • Keep track of the maximum number of fruits seen so far

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

2 leetcode easy problems, arrays and strings.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Minimum window substring
  • Q2. Minimum sum of subarray
  • Ans. 

    Find the minimum sum of a subarray within an array of integers.

    • Iterate through the array and keep track of the current sum of subarray

    • Update the minimum sum if a smaller sum is found

    • Consider using Kadane's algorithm for an efficient solution

  • Answered by AI

Skills evaluated in this interview

Amazon interview questions for designations

 Software Engineer Intern

 (13)

 Software Developer

 (191)

 Junior Software Developer

 (3)

 Senior Software Developer

 (1)

 Java Software Developer

 (1)

 Frontend Developer Intern

 (1)

 Python Developer Intern

 (1)

 Full Stack Software Developer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. BFS of graph
  • Q2. Behavioural questions

Get interview-ready with Top Amazon Interview Questions

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

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

Round 1 - Coding Test 

It had very basic dsa problem I don't not remember the exact question. It was based on array manipulation.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rotten oranges graph question
  • Q2. One standard dp question which could be solved in 4-5 line of code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic aptitude and data structures along with some personality based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question on sliding window algorithm
  • Q2. Standard leetcode medium problem on binary search

Interview Preparation Tips

Interview preparation tips for other job seekers - practise well before the interviews
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LC Medium - 2 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. LC Medium on two-pointers
  • Ans. 

    Two-pointer technique is used to solve problems involving arrays or linked lists by using two pointers to traverse the data structure.

    • Start with two pointers at different positions in the array or linked list

    • Move the pointers based on the problem requirements (e.g. one pointer moves faster than the other)

    • Commonly used in problems like finding a pair of elements that sum up to a target value

  • Answered by AI
  • Q2. LC Medium-Hard on DP

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sliding window question
  • Q2. Trees medium level

Interview Preparation Tips

Topics to prepare for Amazon Software Developer Intern interview:
  • DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was coding+Theory+Aptitude

Round 2 - Coding Test 

It was a online DSA coding round

Amazon Interview FAQs

How many rounds are there in Amazon Software Developer Intern interview for freshers?
Amazon interview process for freshers usually has 2-3 rounds. The most common rounds in the Amazon interview process for freshers are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Amazon Software Developer Intern interview for freshers?

Some of the top questions asked at the Amazon Software Developer Intern interview for freshers -

  1. Find zeroes to be flipped so that number of consecutive 1's is maximis...read more
  2. What is the code to calculate the distance between two nodes in a binary tr...read more
  3. maximum profit by buying and selling a stock at most tw...read more
How long is the Amazon Software Developer Intern interview process?

The duration of Amazon Software Developer Intern interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amazon Software Developer Intern Interview Process for Freshers

based on 38 interviews

3 Interview rounds

  • Coding Test Round
  • Video Call Round - 1
  • Video Call Round - 2
View more

Interview Questions from Similar Companies

Uber Interview Questions
4.2
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 76 Interviews
LinkedIn Interview Questions
4.3
 • 66 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
Groupon Interview Questions
3.1
 • 42 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Fareportal Interview Questions
3.4
 • 30 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
View all
Amazon Software Developer Intern Salary
based on 38 salaries
₹5.2 L/yr - ₹19.4 L/yr
87% more than the average Software Developer Intern Salary in India
View more details

Amazon Software Developer Intern Reviews and Ratings

based on 91 reviews

4.3/5

Rating in categories

4.3

Skill development

3.6

Work-life balance

4.6

Salary

3.1

Job security

3.9

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 91 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 L/yr - ₹6.1 L/yr

Associate
2.9k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Program Manager
2.2k salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Explore more salaries
Compare Amazon with

Flipkart

3.9
Compare

TCS

3.7
Compare

Google

4.4
Compare

Netflix

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview