Pergunta de entrevista da empresa Akamai

How did you answer this question? Q: How would you design a scalable URL shortening service like Bitly?

Resposta da entrevista

Sigiloso

23 de mai. de 2025

I explained my approach using hash functions for short URL generation, handling collisions, designing a relational database schema, and implementing caching with Redis. I also discussed horizontal scaling and high availability using load balancers and distributed storage.