Skip to content
Hard Design: Rate Limiter

What is the main disadvantage of a fixed window counter rate limiter?

— Tests your understanding of this concept.

Answer Options

A It uses too much memory
B Boundary burst: 2x limit can pass at window boundary
C It cannot handle distributed systems
D It requires a sorted set in Redis

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