CV0-004 · Question #125
A cloud engineer is running a latency-sensitive workload that must be resilient and highly available across multiple regions. Which of the following concepts best addresses these requirements?
The correct answer is B. Clustering. Clustering groups multiple server nodes together so they operate as a unified, highly available system. In a multi-region cluster, workloads are distributed across nodes in different geographic regions, ensuring that if one region fails, others continue serving traffic…
Question
A cloud engineer is running a latency-sensitive workload that must be resilient and highly available across multiple regions. Which of the following concepts best addresses these requirements?
Options
- ACloning
- BClustering
- CHardware passthrough
- DStand-alone container
How the community answered
(43 responses)- A5% (2)
- B81% (35)
- C12% (5)
- D2% (1)
Explanation
Clustering groups multiple server nodes together so they operate as a unified, highly available system. In a multi-region cluster, workloads are distributed across nodes in different geographic regions, ensuring that if one region fails, others continue serving traffic - providing both resilience and high availability. Cloning creates a copy of a VM but does not provide automatic failover or load distribution. Hardware passthrough gives VMs direct access to physical hardware for performance, but does not address resilience or HA. A stand-alone container is a single point of failure and provides no redundancy. Clustering is the architecture concept that directly addresses latency sensitivity, resilience, and multi-region high availability.
Topics
Community Discussion
No community discussion yet for this question.