200-901 · Question #349
200-901 Question #349: Real Exam Question with Answer & Explanation
The correct answer is B: They define the state for a device configuration.. {"question_number": 1, "question": "What is a capability of Ansible playbooks?", "correct_answer": "B", "explanation": "Ansible playbooks are YAML files that describe the desired state of a system or device configuration. They declare what the target should look like (e.g., which
Question
What is a capability of Ansible playbooks?
Options
- AThey execute scheduled tasks regularly.
- BThey define the state for a device configuration.
- CThey collect SNMP logs from networking devices.
- DThey utilize the target device agent to execute.
Explanation
{"question_number": 1, "question": "What is a capability of Ansible playbooks?", "correct_answer": "B", "explanation": "Ansible playbooks are YAML files that describe the desired state of a system or device configuration. They declare what the target should look like (e.g., which services are running, which configs are applied), and Ansible enforces that state. Option A is incorrect because scheduled task execution is handled by cron or Ansible Tower/AWX schedulers, not playbooks themselves. Option C is wrong because SNMP log collection is not a playbook function. Option D is incorrect because Ansible is agentless - it does not require an agent on the target device; it uses SSH or APIs instead.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.