Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Software Developer Intern Interview Questions and Answers

Updated 27 Oct 2024

Amazon Development Centre India Software Developer Intern Interview Experiences

4 interviews found

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

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed before Jul 2022. There were 3 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 - Assignment 

Shared 3 DSA questions which needed to be solved using vector, more specifically matrix and sets. One questions was related to finding nearest point, other one to sort a list. They wanted to know all the approaches and their TC / SC.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Finding distance between 2 points, nearest point. Given was a set of points.
  • Ans. 

    Calculate distance between 2 points and find the nearest point from a set of points.

    • Calculate distance using Euclidean distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Iterate through all points to find distances and keep track of the nearest point

    • Return the nearest point found

  • Answered by AI
  • Q2. Discussing about TC and SC of sorting using all sorting methods
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions were asked in OA.

Round 2 - HR 

(1 Question)

  • Q1. Basic HR Questions

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in CommVault
Q2. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q3. Find K Closest Elements Given a sorted array 'A' of length 'N', a ... read more
asked in Groww
Q4. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visit ... read more
Q5. Nth Element Of Modified Fibonacci Series Given two integers X and ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions dsa medium

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa easy question leetcode
  • Q2. Dsa medium question leetcode

What people are saying about Amazon Development Centre India

View All
a catalog associate
3d
Funny but true
FeedCard Image
Got a question about Amazon Development Centre India?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

The coding test contained two medium-level DSA-based questions followed by a Personality test.

Round 3 - Technical 

(1 Question)

  • Q1. In this round, they asked about one of my projects in my resume and gave a DSA problem on the DFS application. I had to write a pseudo code for it, and he asked me about the time complexity of some data st...

Interview Preparation Tips

Topics to prepare for Amazon Development Centre India Software Developer Intern interview:
  • DSA
Interview preparation tips for other job seekers - Be well-versed with DSA.

Amazon Development Centre India interview questions for designations

 Software Developer

 (7)

 SDE Intern

 (1)

 Intern

 (1)

 Software Engineer

 (3)

 HR Intern

 (1)

 Project Intern

 (1)

 Product Developer

 (1)

 Web Developer

 (1)

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

The first round comprised of 4 sections online questions including aptitude, logical, Coding questions, and technical portions (Test Duration: 90 mins):

Debugging: We had to choose a language and debug up to 7 questions most probably. Codes were very basic like sorting, etc. I completed 6 of them.

Coding: There were two medium-hard level questions.

Work-style Assessment: Just try to answer as an ideal employee. Make sure you answers don’t contradict each other.

Aptitude: Around 25 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Find diameter of tree
  • Q2. Count inversion
Round 3 - Technical 

(2 Questions)

  • Q1. Find n’th node from the end of a Linked List
  • Q2. Find shortest distance between 2 points in a matrix, where 2 points can be anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon just want to see whether you have good problem-solving skills. If you show them, you are in.

Do DSA religiously from the beginning. Use GFG, Leetcode, InterviewBit, and Youtube. These are more than enough. Doing Competitive Programing is very helpful.

For frequently asked questions: Make sure you know the best approaches and edge cases, and write the whole code instead of just reading the solutions.

Start from brute force and keep on optimizing when asked, in order to show you haven’t already done the question before.

Speak while coding or thinking.

Repeat the question how you have understood it.

Find edge cases

Use STAR method for behavioral questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design parking lot app
  • Ans. 

    A parking lot app to help users find available parking spots and pay for parking.

    • Include a map feature to show available parking spots in real-time

    • Allow users to reserve parking spots in advance

    • Integrate payment options for users to pay for parking

    • Provide notifications for parking expiration or availability of nearby spots

  • Answered by AI
  • Q2. Design parking lot app for blind people
  • Ans. 

    A parking lot app designed for blind people to easily navigate and find available parking spots.

    • Include voice-guided navigation to direct users to available parking spots

    • Use sensors to detect empty parking spaces and relay information to the app

    • Provide audio alerts for obstacles or other vehicles in the parking lot

    • Include a feature for users to easily locate their parked vehicle when returning

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It consists of aptitude and 2 easy coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about your project
  • Ans. 

    Developed a web application for managing inventory

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a RESTful API using Node.js and Express.js for the backend

    • Utilized a PostgreSQL database for storing inventory data

    • Implemented authentication and authorization using JSON Web Tokens (JWT)

    • Implemented features like adding, updating, and deleting inventory items

  • Answered by AI
  • Q2. Some basic SQL question

Interview Preparation Tips

Topics to prepare for PolicyBazaar Software Developer Intern interview:
  • DSA
  • SQL
  • Web Development

I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Multi-Level LinkedList sorting
  • Q2. Replacement of blank space with %20 in string without using any new string.
  • Ans. 

    Replace blank space with %20 in string without using new string.

    • Loop through string and replace blank space with %20 in place.

    • Use two pointers, one for original string and one for modified string.

    • Use ASCII value of %20 to replace blank space in place.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your DSA a lot, for any fresher DSA matters the most to get into PBCs along with your CS Core subjects like OS, CN, DBMS.

I was interviewed in Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 mintues
Round difficulty - Medium

Goes good no problem at all exam is between 10 to 11:30.

  • Q1. 

    Game of Dominoes Problem Statement

    Rafiq loves to play with piles of dominoes, especially when they are of equal heights. His father gifted him 'N' piles of dominoes, each with a positive number of stacke...

  • Q2. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
Round 2 - Video Call 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Hard

Goes good no problem at all exam at same time between 10 to 11:30.

  • Q1. What problems did you face in your project and how did you deal with them?
  • Q2. 

    Ninja and Sorted Arrays Problem

    You are given two sorted integer arrays, ARR1 and ARR2, with sizes M and N, respectively. Merge these arrays into ARR1 as a single sorted array. Assume ARR1 has a size equa...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Nanak Dev University. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7 CGPAOla interview preparation:Topics to prepare for the interview - Array ,DP ,Graph ,Recursion, Tree ,Queue,Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 good projects
Tip 2 : Practice Atleast 300 Questions
Tip 3 : Should be able to explain your project

Application resume tips for other job seekers

Tip 1 : Always be true with the resume 
Tip 2 : Do not put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Amazon Development Centre India Interview FAQs

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

Some of the top questions asked at the Amazon Development Centre India Software Developer Intern interview -

  1. Finding distance between 2 points, nearest point. Given was a set of poin...read more
  2. Discussing about TC and SC of sorting using all sorting meth...read more
  3. Dsa easy question leetc...read more

Tell us how to improve this page.

Amazon Development Centre India Software Developer Intern Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more
Amazon Development Centre India Software Developer Intern Salary
based on 5 salaries
₹12 L/yr - ₹13.2 L/yr
99% more than the average Software Developer Intern Salary in India
View more details

Amazon Development Centre India Software Developer Intern Reviews and Ratings

based on 8 reviews

4.5/5

Rating in categories

4.6

Skill development

3.7

Work-life balance

4.5

Salary

3.1

Job security

3.4

Company culture

3.7

Promotions

4.4

Work satisfaction

Explore 8 Reviews and Ratings
Customer Service Associate
2.9k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Customer Service Executive
885 salaries
unlock blur

₹1.2 L/yr - ₹5.8 L/yr

Senior Associate
816 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Quality Specialist
648 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Microsoft Corporation

4.0
Compare

Google

4.4
Compare

IBM

4.0
Compare

Oracle

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