You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL Shortener? It's a system that can take in a long URL and return a unique short URL in the response. When you navigate the short URL, the URL Shortener system should redirect you to the original long URL. This is a common system design interview question.