Skip to content
Medium Understand System Design Interview Framework Multiple Choice

What is the circuit breaker pattern used for?

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A Preventing SQL injection attacks
B Stopping cascading failures by rejecting requests to a failing service until it recovers
C Balancing load across multiple servers
D Encrypting traffic between microservices

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more System Design Interview Framework questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the System Design Interview Framework topic (System Design).

More System Design Interview Framework Questions