nerdexam
CompTIA

CV0-003 · Question #216

A cloud administrator notices one of the servers is using the wrong set of NTP servers. The administrator needs to avoid the same issue in the future but needs to minimize administration resources. Wh

The correct answer is D. Deployment tools. Deployment tools bake correct configurations such as NTP settings into the provisioning process so that every new server is automatically built correctly, eliminating recurring manual correction.

Operations

Question

A cloud administrator notices one of the servers is using the wrong set of NTP servers. The administrator needs to avoid the same issue in the future but needs to minimize administration resources. Which of the following tools should a cloud administrator deploy to meet this requirement?

Options

  • APatching tools
  • BMonitoring tools
  • CConfiguration tools
  • DDeployment tools

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    2% (1)
  • D
    87% (41)

Why each option

Deployment tools bake correct configurations such as NTP settings into the provisioning process so that every new server is automatically built correctly, eliminating recurring manual correction.

APatching tools

Patching tools apply software updates and security patches to existing systems; they do not enforce or correct service configuration values like NTP server addresses.

BMonitoring tools

Monitoring tools can detect that the wrong NTP servers are in use and alert an administrator, but they do not remediate or prevent the misconfiguration from occurring.

CConfiguration tools

Configuration management tools can enforce desired state on existing servers, but they require ongoing agent management and policy maintenance, making them more resource-intensive than fixing the issue at the deployment template level.

DDeployment toolsCorrect

Deployment tools use templates, images, or infrastructure-as-code to standardize server configuration at provisioning time. By embedding the correct NTP server addresses in the deployment template, every future server is built with the right settings without requiring additional administrator intervention, directly minimizing ongoing administration overhead.

Concept tested: Automated server provisioning to enforce standard configuration

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

Topics

#NTP configuration#configuration management#deployment tools#automation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice