nerdexam
CompTIA

CV0-003 · Question #315

A company is migrating some of its consumer-facing services to a cloud provider. The company has been getting more customers since its competitors have gone bankrupt. Which of the following actions…

The correct answer is B. Install additional load balancers. When consumer-facing services move to the cloud and user demand grows, adding load balancers is the key architectural step that enables efficient traffic distribution and supports horizontal scaling across cloud-hosted resources.

Cloud Architecture and Design

Question

A company is migrating some of its consumer-facing services to a cloud provider. The company has been getting more customers since its competitors have gone bankrupt. Which of the following actions would BEST meet the company's increased resource needs?

Options

  • AIncrease the company's network bandwidth to 10Gbps.
  • BInstall additional load balancers.
  • CDeploy additional web servers to the cloud.
  • DDeploy a local database within the company's datacenter.

How the community answered

(38 responses)
  • A
    13% (5)
  • B
    76% (29)
  • C
    5% (2)
  • D
    5% (2)

Why each option

When consumer-facing services move to the cloud and user demand grows, adding load balancers is the key architectural step that enables efficient traffic distribution and supports horizontal scaling across cloud-hosted resources.

AIncrease the company's network bandwidth to 10Gbps.

Increasing network bandwidth to 10Gbps addresses the network pipe capacity but does not resolve compute or application-layer bottlenecks caused by a larger user base hitting cloud-hosted services.

BInstall additional load balancers.Correct

Load balancers sit at the ingress of cloud-hosted services and distribute incoming requests across multiple server instances, preventing bottlenecks and enabling the infrastructure to scale horizontally as the customer base expands. Installing additional load balancers directly supports the higher throughput volumes that result from increased consumer demand without requiring changes to the underlying server fleet or network capacity.

CDeploy additional web servers to the cloud.

Deploying additional web servers adds compute capacity but without sufficient load balancing to distribute traffic, those servers cannot be utilized effectively, making load balancers the prerequisite architectural component.

DDeploy a local database within the company's datacenter.

Deploying a local on-premises database introduces latency and a potential single point of failure between cloud-hosted services and the datacenter, which would degrade performance rather than improve it.

Concept tested: Load balancing to support cloud horizontal scaling

Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

Topics

#scalability#load balancing#capacity planning#cloud migration

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice