XK0-004 · Question #304
The following tools help maintain consistency across different systems in an infrastructure: SUSE Manager Red Hat Satellite Spacewalk If a system file is changed, the tools roll back the file to a…
The correct answer is C. Automated configuration management. Automated configuration management describes tools that continuously enforce a predefined system state and automatically remediate drift, which is exactly the rollback behavior exhibited by SUSE Manager, Red Hat Satellite, and Spacewalk.
Question
The following tools help maintain consistency across different systems in an infrastructure:
SUSE Manager Red Hat Satellite Spacewalk If a system file is changed, the tools roll back the file to a predefined configuration. Which of the following concepts BEST describes this behavior?
Options
- ABuild automation
- BInfrastructure as code
- CAutomated configuration management
- DAgentless system management
How the community answered
(29 responses)- A3% (1)
- C93% (27)
- D3% (1)
Why each option
Automated configuration management describes tools that continuously enforce a predefined system state and automatically remediate drift, which is exactly the rollback behavior exhibited by SUSE Manager, Red Hat Satellite, and Spacewalk.
Build automation refers to automated compilation, packaging, and testing of software artifacts during a development pipeline; it does not involve enforcing or rolling back runtime system configuration.
Infrastructure as code (IaC) is the practice of defining and provisioning infrastructure through version-controlled declarative files (e.g., Terraform); while related to configuration, it does not specifically describe the runtime enforcement and drift-rollback behavior these tools perform.
Automated configuration management refers to software that compares a system's live state against a stored desired configuration baseline and automatically corrects any deviations. SUSE Manager, Red Hat Satellite, and Spacewalk function as centralized configuration management platforms that detect unauthorized file changes and roll them back to the approved baseline - the defining characteristic of this concept.
Agentless system management describes a management approach where the control plane connects to remote systems over standard protocols (e.g., SSH) without installing a persistent agent; SUSE Manager and Red Hat Satellite typically use agents, and this term does not describe the rollback behavior.
Concept tested: Automated configuration management and drift remediation
Source: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15
Topics
Community Discussion
No community discussion yet for this question.