Medium-EasyUnderstandAPI GatewayMultiple Choice
What is the circuit breaker pattern in the context of an API Gateway?
Understand — Tests comprehension and ability to explain concepts.
Answer Options
ADisconnects the gateway from the internet during high load
BMonitors backend failures and stops forwarding requests to failing services
CEncrypts requests to prevent circuit tapping
DBatches multiple requests into one
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 21+ more API Gateway questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the API Gateway topic (System Design).
More API Gateway Questions
What is the primary purpose of an API Gateway?
EasyAPI Gateways can perform SSL termination, meaning they decrypt HTTPS traffic and forward HTTP to backends.
EasyWhich of the following is NOT typically handled by an API Gateway?
Medium-EasyExplain the difference between an API Gateway and a Load Balancer.
Medium-EasyWhat HTTP status code should an API gateway return when the circuit is open?
Medium-Easy