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
Options
- AChef
- BAnsible
- CPuppet
- DTerraform
How the community answered
(51 responses)- A75% (38)
- B4% (2)
- C6% (3)
- D16% (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.
