Q1. How would you design a URL shortener like bit.ly?
Requirements: shorten a long URL, redirect quickly, handle ~100M new links per day with a 100:1 read-to-write ratio. API: POST /api/links {longUrl} -> {shortUrl}; GET /{c...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (2 available).