AMAZON SDE 2 Experience

Amazon SDEII

[Amazon] - [SDE II] - [Phone Screen]

Description Template:
Level: L5
Education: Bachelors
Years of Experience: 5
Questions Asked:
Topological sort question. Given a list of packages in a warehouse and and the dependencies see if all packages can be shipped.

ex - packages - [a, b, c, d] dependecies = [[a, b], [a,c], [b,d]]