Event Reservation System
#Amazon #Medium
Last updated
Was this helpful?
#Amazon #Medium
Last updated
Was this helpful?
Design an event reservation system. When you start, assume that you only have to deal with up to 1000 events and scale up the system to handle 1M events w/ 1M concurrent users.
Note: The interviewer was mainly interested in "how to keep track of # of remaining spots available for an event efficiently"
Watch the following youtube video and learn how to handle counters in distributed fashion.