XK0-005 · Question #109700
A systems administrator documents the instructions on the internal wiki regarding how to turn the company's code into Debian packages. The instructions include the commands used to compile, what…
The correct answer is C. Procedures. This is an example of Procedures. A procedure is a documented, step-by-step set of instructions for completing a specific task. The wiki entry describes how to compile code, run tests, and convert it into a Debian package - all with explanations - which is exactly what a…
Question
Options
- AInfrastructure as code
- BAttributes
- CProcedures
- DConfiguration management
How the community answered
(28 responses)- B4% (1)
- C93% (26)
- D4% (1)
Explanation
This is an example of Procedures. A procedure is a documented, step-by-step set of instructions for completing a specific task. The wiki entry describes how to compile code, run tests, and convert it into a Debian package - all with explanations - which is exactly what a procedure does. Infrastructure as Code (IaC) refers to managing infrastructure through machine-readable scripts, not human-readable documentation. Attributes are properties or metadata associated with a system or resource. Configuration management refers to tracking and controlling system states and settings over time.
Topics
Community Discussion
No community discussion yet for this question.