Hard1 markMultiple Choice
CPA · Question 69 · Area I: Information Systems
What is the primary function of a 'Circuit Breaker' pattern in modern microservices architecture (though not explicitly detailed in the blueprint, the concept relates to Availability)?
What is the primary function of a 'Circuit Breaker' pattern in modern microservices architecture (though not explicitly detailed in the blueprint, the concept relates to Availability)?
Answer options:
A.
To encrypt traffic between services.
B.
To load balance traffic.
C.
To prevent a failure in one service from cascading to others by stopping requests to the failing service.
D.
To log all transactions.
How to approach this question
Think of a house fuse. It cuts power to save the house. Circuit breaker cuts connection to save the app.
Full Answer
C.To prevent a failure in one service from cascading to others by stopping requests to the failing service.✓ Correct
To prevent a failure in one service from cascading to others by stopping requests to the failing service.
The circuit breaker pattern detects failures and encapsulates the logic of preventing a failure from constantly recurring (during maintenance, temporary external system failure or unexpected system difficulties).
Common mistakes
Confusing with Load Balancing.
Practice the full CPA ISC Practice Exam 4
82 questions · hints · full answers · grading
More questions from this exam
Q01A CPA is advising a client who is migrating their legacy on-premise ERP system to a cloud environ...HardQ02An auditor is reviewing the Service Level Agreement (SLA) for a client using a public cloud provi...HardQ03A company uses an Infrastructure as a Service (IaaS) model. During an IT audit, the auditor disco...HardQ04An organization is implementing the COSO Enterprise Risk Management (ERM) framework to govern its...HardQ05During a walkthrough of an order-to-cash process, the auditor observes that the sales manager can...Hard
Expert