350-401 · Question #1325
Drag and Drop Question Drag and drop the automation characteristics from the left onto the corresponding tools on the right. Answer:
The correct answer is uses playbooks and plays; does not require an admin account on the client; uses cookbooks and recipes; uses modules and manifests. Each automation tool has its own unique terminology and architecture: Ansible uses 'playbooks' and 'plays' to define automation tasks, and notably does not require an admin/root account on client machines (it uses SSH and privilege escalation as needed). Chef uses 'cookbooks' and
Question
Drag and Drop Question Drag and drop the automation characteristics from the left onto the corresponding tools on the right. Answer:
Exhibits
Answer Area
Drag items
Correct arrangement
- uses playbooks and plays
- does not require an admin account on the client
- uses cookbooks and recipes
- uses modules and manifests
Explanation
Each automation tool has its own unique terminology and architecture: Ansible uses 'playbooks' and 'plays' to define automation tasks, and notably does not require an admin/root account on client machines (it uses SSH and privilege escalation as needed). Chef uses 'cookbooks' and 'recipes' to organize its configuration code, while Puppet uses 'modules' and 'manifests' to define desired system states. These distinct terminologies reflect each tool's underlying design philosophy and are key differentiators tested in certification exams.
Topics
Community Discussion
No community discussion yet for this question.

