i
Amazon
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I appeared for an interview before Feb 2024.
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.
The diameter of a tree is the longest path between two nodes in a tree.
Calculate the longest path between two leaf nodes in the tree.
The diameter of a tree can be found by calculating the height of the left subtree, the height of the right subtree, and the sum of the heights plus 1 for the root node.
Example: For the tree 1 -> 2 -> 3 -> 4, the diameter is 3 (from node 4 to node 2).
To find the n'th node from the end of a Linked List, use two pointers approach.
Use two pointers, one moving n steps ahead of the other.
When the first pointer reaches the end, the second pointer will be at the n'th node from the end.
Handle edge cases like n being greater than the length of the Linked List.
Use Breadth First Search algorithm to find the shortest distance between 2 points in a matrix.
Implement Breadth First Search algorithm to traverse the matrix
Keep track of visited cells to avoid revisiting them
Stop the search when the destination point is reached
I applied via Company Website and was interviewed in Apr 2023. There were 4 interview rounds.
DSA Question and other MCQ
2 coding Question one of them Map second was recursion
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.
Coding assessment was easy to medium difficulty leetcode questions
What people are saying about Amazon
I applied via Campus Placement
Basic leetcode questions, mainly can be categorised as easy-medium
Amazon interview questions for designations
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
2 qns-medium level
array and strings were asked.
Get interview-ready with Top Amazon Interview Questions
I applied via Campus Placement and was interviewed in Nov 2022. There were 2 interview rounds.
Having 3 basics DSA questions
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
2 coding questions on hackerrank . First was on dp and second on regex. Medium - Hard was the difficulty level.
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
Hackerrank coding test contained 2 questions 1 based on dynamic programming and other based of regex
I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.
There were 3 coding questions. One was easy and two were of medium level.
Count pairs in two arrays with difference less than or equal to d.
Sort both arrays in ascending order.
Initialize count to 0.
For each element in the first array, find the largest index in the second array such that arr[j] - arr[i] <= d.
Add the count of pairs for that element to the total count.
Return the total count.
Example: arr1 = [1, 3, 5], arr2 = [2, 4, 6], d = 2. Answer is 3 (pairs are (1, 2), (1, 4), (3, 2)).
Return an array of maximum consecutive days where arr[i] >= arr[j].
Iterate through the array and keep track of the maximum consecutive days.
Use a stack to keep track of the indices of the elements in decreasing order.
Pop elements from the stack until the top element is less than or equal to the current element.
Calculate the consecutive days by subtracting the current index from the top of the stack.
Store the consecutiv
I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.
Some of the top questions asked at the Amazon Software Developer Intern interview -
The duration of Amazon Software Developer Intern interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 41 interviews
3 Interview rounds
based on 91 reviews
Rating in categories
Customer Service Associate
4.2k
salaries
| ₹0.6 L/yr - ₹6.8 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹2 L/yr - ₹6.1 L/yr |
Associate
2.9k
salaries
| ₹0.8 L/yr - ₹7 L/yr |
Senior Associate
2.5k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Program Manager
2.2k
salaries
| ₹9 L/yr - ₹37 L/yr |
Flipkart
TCS
Netflix