HardDesign: URL Shortener (TinyURL)
A customer complains that clicking a link shows 'URL not found' even though the link was created 1 hour ago. What could cause this?
— Tests your understanding of this concept.
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 22+ more Design: URL Shortener (TinyURL) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Design: URL Shortener (TinyURL) topic (System Design Cases).
More Design: URL Shortener (TinyURL) Questions
What HTTP status code should a URL shortener return for a permanent redirect?
HardWith Base62 encoding using 6 characters, how many unique short URLs can be generated?
HardWhich ID generation strategy avoids collisions entirely without database lookups?
HardA URL shortener has 100M URLs and uses MD5 hash truncated to 6 Base62 chars. What is the main risk?
HardTwo users simultaneously request a custom alias 'mylink'. How do you handle this safely?
Hard