Skip to Content

Distributed Message Queue

Home | Coding Interviews | System Design | Distributed Message Queue

Design a url shortener service (similar to tinyurl).

1. Generate expiring unique short URL from provided URL

2. Redirect users to the correct website when they navigate to the short URL

Posted by Jamie Meyer 14 days ago