Status: 3YOE, MS CS Top 100 CS school
Position: SDE2 AWS
Location: Seattle, WA
Date: January 30, 2022
Assessment:
https://leetcode.com/problems/count-unique-characters-of-all-substrings-of-a-given-string/
Interviews:
System Design: Design TikTok like app. Focus on any one aspect. How to get the address of the blob storage? Where will the request hit?
Round 2: Min stack:
LC 155: https://leetcode.com/problems/min-stack/
Round 3: Implement a library for a designer that takes the level and sub level as input and creates/inserts a caching layer at that position.
Round 4: Amazon Locker System
Design an efficient locker management system for incoming packages at amazon such that maximum packages(which can be of varying sizes) can be accomodated in the system. Assume lockers are also of varying sizes. A locker can accommodate a package of size less than or equal to itself.
similar to 1889: https://leetcode.com/problems/minimum-space-wasted-from-packaging/