nerdexam
Cisco

300-635 · Question #17

300-635 Question #17: Real Exam Question with Answer & Explanation

Sign in or unlock 300-635 to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.

Question

Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?

Options

  • A
    - name: GET EPGs
     aci_epg:
     host: "{{ inventory_hostname }}"
     username: "{{ username }}"
     password: "{{ password }}"
     validate_certs: no
     state: query
     ap: internet
    
  • B
    - name: GET EPGs
     aci_epg:
     host: "{{ inventory_hostname }}"
     username: "{{ username }}"
     password: "{{ password }}"
     validate_certs: no
     tenant: prod_tenant
     state: query
     ap: internet
    
  • C
    - name: GET EPGs
     aci_epg:
     host: "{{ inventory_hostname }}"
     username: "{{ username }}"
     password: "{{ password }}"
     validate_certs: no
     tenant: prod_tenant
     state: query
     epg: web
    
  • D
    - name: GET EPGs
     aci_epg:
     host: "{{ inventory_hostname }}"
     username: "{{ username }}"
     password: "{{ password }}"
     validate_certs: no
     tenant: prod_tenant
     state: query
     ap: internet
     epg: web
    

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.

Full 300-635 Practice