Amazon Virtual Onsite SDE 2 | Location - US
Anonymous User
2841

I gave my Virtual onsite on 13th Sep for SDE 2 role.
Team: Not decided
Location: Not decided

Interview 1:
A variation of the Valid Sudoku problem: https://leetcode.com/problems/valid-sudoku/

Interview 2:
An array of integers weights is given which denote the weight of each package to be delivered. You are given the weight a drone can carry. The drone can deliver only 2 packages (not more , not less) whose sum is equal to the maximum weight. Return pair of packages that the drone would deliver.

Follow up:
You are also given an array of integers values which denote the value of the package in dollars. If there is a tie to chose the pair of packages, the drone should deliver the package with highest value.

Interview 3:
The skyline problem: https://leetcode.com/problems/the-skyline-problem/

Interview 4:
System design: Design an online ticketing system for movies

Note: Ofcourse it goes without saying that each interview had 3 LP questions that took up the first 20-30 minutes.

Comments (10)