How would you design a scalable URL shortening service like Bitly or TinyURL?
Sigiloso
I explained the system architecture, including using a database for storing URLs, hashing for generating short links, and load balancers for handling high traffic. I also discussed caching and possible bottlenecks.