nerdexam
CompTIA

XK0-006 · Question #85

A systems administrator is deploying a web server using the following code: Which of the following technologies is the administrator using to create this web server?

The correct answer is A. Chef. The code uses Chef’s Ruby DSL for defining a role with name, description, run_list, and default_attributes, which are constructs specific to Chef.

Automation, Orchestration, and Scripting

Question

A systems administrator is deploying a web server using the following code:

Which of the following technologies is the administrator using to create this web server?

Exhibit

XK0-006 question #85 exhibit

Options

  • AChef
  • BAnsible
  • CPuppet
  • DTerraform

How the community answered

(51 responses)
  • A
    75% (38)
  • B
    4% (2)
  • C
    6% (3)
  • D
    16% (8)

Explanation

The code uses Chef’s Ruby DSL for defining a role with name, description, run_list, and default_attributes, which are constructs specific to Chef.

Topics

#Chef#configuration management#infrastructure as code#automation tools

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice