CompTIA
XK0-005 · Question #1814
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.
Scripting, Containers, and Automation
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
(42 responses)- A93% (39)
- C2% (1)
- D5% (2)
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
#Configuration Management#Infrastructure as Code#Chef#Automation
Community Discussion
No community discussion yet for this question.
