Cisco
300-635 · Question #56
300-635 Question #56: Real Exam Question with Answer & Explanation
Sign in or unlock 300-635 to reveal the answer and full explanation for question #56. The question stem and answer options stay visible for context.
Question
Which iteration creates three EPGs in Cisco ACI using an Ansible task? Some required aci_epg task attributes have been omitted for brevity.
Options
- A
aci_epg: epg: "{{ item.epg }}" loop: - item: epg1 - item: epg2 - item: epg3 - B
aci_epg: epg: "{{ item.epg }}" loop: - epg:epg1 - epg:epg2 - epg:epg3 - C
aci_epg: epg: "{{ item.epg }}" loop: - item: "{{ epg1 }}" - item: "{{ epg2 }}" - item: "{{ epg3 }}" - D
aci_epg: epg: "{{ item.epg }}" loop: - epg:"{{ epg1 }}" - epg:"{{ epg2 }}" - epg:"{{ epg3 }}"
Unlock 300-635 to see the answer
You've previewed enough free 300-635 questions. Unlock 300-635 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.