Loading...
All CRUD operations for maintaining shortened URLs. (Delete being an archive function, not a hard delete)
Lookup URL for finding full URL given the short URL.
Login & registration APIs.
Core service: A Rest API hosted on a Web server backed by a database.
A multi-node caching layer for speed and resilience for url lookup.
Deep dive into 2-3 key components. Explain how they work, how they scale, discuss tradeoffs, capacity, and any relevant algorithms or data structures.