nerdexam
CompTIA

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…

System Management

Question

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 tests need to be run, the commands to convert the raw code into a package that apt or dpkg can manage, as well as an explanation of each command. Which of the following is this an example of?

Options

  • AInfrastructure as code
  • BAttributes
  • CProcedures
  • DConfiguration management

How the community answered

(28 responses)
  • B
    4% (1)
  • C
    93% (26)
  • D
    4% (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

#Procedures#Documentation#System Administration#Package Management

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice