KCNA · Question #84
The cloud native architecture centered around microservices provides a strong system that ensures ______________.
The correct answer is B. resiliency. Cloud-native architectures, particularly those built with microservices, fundamentally aim to create systems that are highly resilient and can withstand failures.
Question
The cloud native architecture centered around microservices provides a strong system that ensures ______________.
Options
- Afallback
- Bresiliency
- Cfailover
- Dhigh reachability
How the community answered
(32 responses)- B91% (29)
- C3% (1)
- D6% (2)
Why each option
Cloud-native architectures, particularly those built with microservices, fundamentally aim to create systems that are highly resilient and can withstand failures.
Fallback is a specific pattern within resiliency, but resiliency encompasses the broader ability of a system to recover and continue functioning.
Microservices promote independent deployment and scaling, allowing individual components to fail without bringing down the entire system, and enabling quick recovery, thus enhancing overall system resiliency. This architecture, coupled with patterns like circuit breakers and retry mechanisms, ensures the application can continue functioning despite transient issues.
Failover is a mechanism for switching to a redundant system upon failure, which contributes to resiliency but is not the sole overarching benefit.
High reachability refers to accessibility, which is a desirable outcome but not the core architectural principle ensured by microservices in the same way resiliency is.
Concept tested: Cloud-native microservices benefits, System resiliency
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices#benefits-of-microservices
Topics
Community Discussion
No community discussion yet for this question.