Taro Logo

SDE-intern Interview Experience - Bangladesh

September 11, 2023
Positive ExperienceNo Offer

Process

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.

Questions

You are an Amazon delivery driver and you have some boxes to deliver. There are some conditions:

  • You can take 2 boxes of the same weight in one round.
  • You can take 3 boxes of the same weight in one round.

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.

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Amazon SDE-intern role in Bangladesh.

Success Rate

0%
Pass Rate

Amazon's interview process for their SDE-intern roles in Bangladesh is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Amazon's SDE-intern interview process in Bangladesh.

Amazon Work Experiences