nerdexam
CompTIA

CV0-003 · Question #822

A web-application company recently released some new marketing promotions without notifying the IT staff. The systems administrator has since been noticing twice the normal traffic consumption every t

The correct answer is D. Autoscaling. When unexpected traffic spikes occur in a container environment, autoscaling dynamically adjusts the number of running containers to match demand without manual intervention.

Operations

Question

A web-application company recently released some new marketing promotions without notifying the IT staff. The systems administrator has since been noticing twice the normal traffic consumption every two hours for the last three hours in the container environment. Which of the following should the company implement to accommodate the new traffic?

Options

  • AA firewall
  • BSwitches
  • CBallooning
  • DAutoscaling

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    10% (4)
  • C
    3% (1)
  • D
    83% (33)

Why each option

When unexpected traffic spikes occur in a container environment, autoscaling dynamically adjusts the number of running containers to match demand without manual intervention.

AA firewall

A firewall controls network access and security policies but does not increase compute or container capacity to handle higher traffic volume.

BSwitches

Switches are layer-2 network devices that forward frames between hosts and have no role in scaling application resources to meet increased demand.

CBallooning

Ballooning is a hypervisor memory-reclamation technique used in virtual machines to redistribute memory between guests, not a mechanism for scaling containerized applications under traffic load.

DAutoscalingCorrect

Autoscaling automatically provisions and deprovisions container instances in response to real-time traffic metrics, ensuring the environment can handle doubled traffic loads every two hours without manual intervention. It directly addresses the root cause - insufficient capacity during traffic surges - by elastically scaling resources up or down based on predefined thresholds.

Concept tested: Container autoscaling for traffic demand management

Source: https://learn.microsoft.com/en-us/azure/azure-monitor/autoscale/autoscale-overview

Topics

#autoscaling#container orchestration#traffic management#horizontal scaling

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice