Amazon's SDE internship interview process includes online assessments, debugging, coding tests, and virtual/onsite interviews. These interviews focus on data structures, algorithms, and behavioral leadership principles.
The first round was a LeetCode Easy assessment. Other rounds featured LeetCode Medium-Easy questions.
You are an Amazon delivery driver and you have some boxes to deliver. There are some conditions:
You have to find the minimum number of rounds to deliver the boxes, or -1 if it is not possible to deliver them.
Example Cases:
Input: boxes = [2, 2, 3, 3, 2, 4, 4, 4, 4, 4]
Output: 4
Explanation: 3 boxes of weight 2 in the 1st round, 2 boxes of weight 3 in the 2nd round, 3 boxes of weight 4 in the 3rd round, and 2 boxes of weight 4 in the 4th round.
Input: boxes = [2, 3, 3]
Output: -1
Explanation: There is only one box with weight 2. You can only take either 2 or 3 boxes in one round, not fewer.
The following metrics were computed from 1 interview experience for the Amazon SDE-intern role in Bangladesh.
Amazon's interview process for their SDE-intern roles in Bangladesh is extremely selective, failing the vast majority of engineers.
Candidates reported having very good feelings for Amazon's SDE-intern interview process in Bangladesh.