nerdexam
CompTIA

CV0-002 · Question #576

A programmer is building a new web application for a client's public cloud infrastructure. The client has requested that the web application stay available even in the event of a regional outage at th

The correct answer is B. DNS failover. To ensure a web application remains available during a regional cloud provider outage, the best solution involves redirecting traffic to an application instance in a different region.

Cloud architecture

Question

A programmer is building a new web application for a client's public cloud infrastructure. The client has requested that the web application stay available even in the event of a regional outage at the cloud provider. Which of the following would BEST address these availability requirements?

Options

  • ACloud bursting
  • BDNS failover
  • CClustering
  • DAutoscaling

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    83% (30)
  • C
    8% (3)
  • D
    3% (1)

Why each option

To ensure a web application remains available during a regional cloud provider outage, the best solution involves redirecting traffic to an application instance in a different region.

ACloud bursting

Cloud bursting is a scaling strategy to handle peak loads by extending to a public cloud, not primarily designed for regional outage recovery.

BDNS failoverCorrect

DNS failover, often implemented with a global load balancer or traffic manager, can detect regional outages and automatically redirect user traffic from the failing region's endpoints to healthy endpoints in another geographically separate region, ensuring cross-regional availability.

CClustering

Clustering typically provides high availability within a single data center or availability zone, but does not inherently protect against a full regional outage.

DAutoscaling

Autoscaling automatically adjusts compute resources within a region based on demand and does not provide protection against a complete regional outage.

Concept tested: Multi-region disaster recovery for applications

Source: https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-overview

Topics

#high availability#multi-region deployment#DNS failover#disaster recovery

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice