Microservices - Resilience PatternsWhich of the following correctly represents the three states of a circuit breaker?ASTART, STOP, PAUSEBACTIVE, INACTIVE, PENDINGCCLOSED, OPEN, HALF_OPENDON, OFF, WAITCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall circuit breaker statesThe circuit breaker has three states: CLOSED (normal), OPEN (blocking calls), HALF_OPEN (testing recovery).Step 2: Match states to optionsOnly CLOSED, OPEN, HALF_OPEN lists these exact states.Final Answer:CLOSED, OPEN, HALF_OPEN -> Option CQuick Check:States = CLOSED, OPEN, HALF_OPEN [OK]Quick Trick: Remember states as Closed, Open, Half-Open [OK]Common Mistakes:MISTAKESMixing up state names with unrelated termsUsing generic terms like ON/OFFForgetting the HALF_OPEN state
Master "Resilience Patterns" in Microservices9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepArchTryChallengeDesignRecallScale
More Microservices Quizzes Authentication and Authorization - Service-to-service authentication - Quiz 13medium Authentication and Authorization - Why security spans all services - Quiz 10hard Authentication and Authorization - API key management - Quiz 2easy Authentication and Authorization - Service-to-service authentication - Quiz 5medium Event-Driven Architecture - Event store concept - Quiz 1easy Orchestration with Kubernetes - Liveness and readiness probes - Quiz 13medium Orchestration with Kubernetes - Liveness and readiness probes - Quiz 4medium Resilience Patterns - Why resilience prevents cascading failures - Quiz 14medium Service Mesh - Sidecar proxy pattern - Quiz 1easy Service Mesh - Traffic management (routing, splitting) - Quiz 13medium