Skip to content
Hard Design: URL Shortener (TinyURL)

Your URL shortener needs to handle 350,000 redirect requests/sec at peak. How many Redis nodes do you need, assuming each handles 100,000 ops/sec?

— Tests your understanding of this concept.

Answer Options

A 2 nodes
B 4 nodes
C 6 nodes
D 10 nodes

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