CompTIA
XK0-005 · Question #819
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?
Options
- AChef
- BAnsible
- CPuppet
- DTerraform
How the community answered
(40 responses)- A95% (38)
- B3% (1)
- C3% (1)
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#Automation Tools#Chef#Web Server Deployment
Community Discussion
No community discussion yet for this question.