Intuting
  • Untitled
  • Algorithm Interviews
    • Common Manager
    • Least # of Activities
    • Real Estate Agent
    • Palindrome Pairs
    • Mirror Tree
    • Ship Cargo in 5 Days
  • Coding Interviews
    • Linux "Find" Command
    • Amazon Locker Service
    • Cache Analysis Service
    • Zookeeper Service
  • System Design Interviews
    • Event Reservation System
Powered by GitBook
On this page

Was this helpful?

  1. Coding Interviews

Amazon Locker Service

#Amazon #Easy

PreviousLinux "Find" CommandNextCache Analysis Service

Last updated 5 years ago

Was this helpful?

Question

Implement a simple version of service. Assume there are only three different types of packages: small, medium, and large.

Note: they do not provide you with an interface. You are expected to come up with requirements and come up with your own interface.

Amazon locker