nerdexam
CompTIA

XK0-004 · Question #473

Which of the following techniques would BEST ensure the setup and desired state of a server are consistently maintained?

The correct answer is A. Configuration management. Configuration management tools enforce a declared desired state on servers, ensuring consistent and repeatable configuration across all systems and over time.

Scripting, Containers and Automation

Question

Which of the following techniques would BEST ensure the setup and desired state of a server are consistently maintained?

Options

  • AConfiguration management
  • BNetwork automation
  • CTest automation
  • DChange control management

How the community answered

(27 responses)
  • A
    93% (25)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Configuration management tools enforce a declared desired state on servers, ensuring consistent and repeatable configuration across all systems and over time.

AConfiguration managementCorrect

Configuration management uses declarative definitions of desired system state and continuously enforces them, automatically detecting and correcting configuration drift. Tools such as Ansible, Puppet, Salt, and Chef are purpose-built to provision, configure, and maintain server state idempotently. This makes configuration management the best choice for ensuring server setup is consistently maintained.

BNetwork automation

Network automation focuses on automating configuration and operations of network devices such as routers and switches, not server state management.

CTest automation

Test automation validates application behavior through automated test suites but does not manage or enforce server configuration or desired state.

DChange control management

Change control management is a governance and approval process for reviewing proposed changes, not a technical mechanism for enforcing or maintaining consistent server state.

Concept tested: Configuration management for consistent server desired state

Source: https://www.redhat.com/en/topics/automation/what-is-configuration-management

Topics

#configuration management#desired state#infrastructure automation

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice