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.
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)- A5% (2)
- B10% (4)
- C3% (1)
- D83% (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.
A firewall controls network access and security policies but does not increase compute or container capacity to handle higher traffic volume.
Switches are layer-2 network devices that forward frames between hosts and have no role in scaling application resources to meet increased demand.
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.
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
Community Discussion
No community discussion yet for this question.