Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India SDE Intern Interview Questions and Answers

Updated 24 Nov 2024

Amazon Development Centre India SDE Intern Interview Experiences

1 interview found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2024

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

Hacker Rank test with string and arrays

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Amazon Development Centre India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement 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

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

I applied via Campus Placement 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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement 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)
  • Ans. 

    Find the next permutation of a given timestamp in HH:MM AM/PM format.

    • Convert the timestamp to a 24-hour format for easier manipulation.

    • Identify the rightmost pair where the earlier digit is smaller than the later one.

    • Swap this digit with the smallest larger digit to its right.

    • Reverse the digits to the right of the swapped position to get the next permutation.

    • Example: For '11:55 PM', the next permutation is '12:00 AM'.

  • Answered by AI
Round 4 - Technical 

(1 Question)

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

I applied via AngelList and was interviewed before Nov 2021. 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 

2 coding question level easy-medium leetcode

Round 3 - Technical 

(2 Questions)

  • Q1. 2 coding question leetcode
  • Q2. Dp graph trees stack queue
Round 4 - 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

SDE Intern Interview Questions & Answers

Amazon user image AKSHITA PATIL

posted on 15 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Easy lc or medium lc quest

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding round only was
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
  • Ans. 

    The majority element in an array appears more than n/2 times. We can find it using various algorithms.

    • Use Boyer-Moore Voting Algorithm for O(n) time and O(1) space complexity.

    • Example: In [3, 2, 3], the majority element is 3.

    • Another method is using a hash map to count occurrences.

    • Example: In [1, 1, 2, 2, 2], the majority element is 2.

  • Answered by AI

SDE Intern Interview Questions & Answers

Amazon 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.
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

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India SDE Intern interview?
Amazon Development Centre India interview process usually has 1 rounds. The most common rounds in the Amazon Development Centre India interview process are Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.4k Interviews
Flipkart Interview Questions
3.9
 • 1.5k Interviews
Swiggy Interview Questions
3.8
 • 473 Interviews
PolicyBazaar Interview Questions
3.7
 • 472 Interviews
BigBasket Interview Questions
3.9
 • 399 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
CARS24 Interview Questions
3.5
 • 361 Interviews
Lenskart Interview Questions
3.2
 • 361 Interviews
JustDial Interview Questions
3.5
 • 358 Interviews
View all
Amazon Development Centre India SDE Intern Salary
based on 4 salaries
₹13 L/yr - ₹13.2 L/yr
87% more than the average SDE Intern Salary in India
View more details
Customer Service Associate
2.9k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2.9 L/yr - ₹6.5 L/yr

Customer Service Executive
911 salaries
unlock blur

₹1.8 L/yr - ₹5.7 L/yr

Senior Associate
848 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Associate
685 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Indiamart Intermesh

3.6
Compare

Udaan

3.9
Compare
write
Share an Interview