HardDesign: Rate Limiter

A sliding window log stores every request timestamp. For 100 req/min limit with 10M users, how much Redis memory is needed?

Tests your understanding of this concept.

Answer Options

A400MB
B1GB
C10GB
D100GB

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 22+ more Design: Rate Limiter questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Design: Rate Limiter topic (System Design Cases).

More Design: Rate Limiter Questions