Which two benefits of using network configuration tools such as Ansible and Puppet to automate
data center platforms are valid? (Choose two )
AB
DRAG DROP
Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options
are used.

aci_tenant
MyCompany
present
Reference:
https://docs.ansible.com/ansible/latest/scenario_guides/guide_aci.html
Refer to the exhibit:
Refer to the exhibit, Where and how often does the subscription stream data for Ethernet port 1/1?
C
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/programmability/7_x/
b_Cisco_Nexus_3000_Series_NX-OS_Programmability_Guide_7x/b_Cisco_Nexus_3000_Series_NX-
OS_Programmability_Guide_7x_chapter_011101.pdf
Refer to the exhibit
Which action does the execution of this ACI Cobra Python code perform?
C
Reference:https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/Operating_ACI/guide/b_Cisco_Operating_ACI/b_Cisco_Operating_ACI_appendix_011.html
What is a description of a Cisco UCS Director script module?
B
Reference:
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-
director/orchestration-guide/6-0/b_UCS_Director_Orchestration_Guide_6_0/b_UCS_Director_Orchestration_Guide_6_0_chapter_01010.html
Refer to the exhibit:
The exhibit shows a Cisco NX-OS switch configuration an Ansible playbook, and the output of
running this playbook The playbook failed due to error "msg' "Request failed <urlopen error [Errno
61] Connection refused>\ 'status* -1 "url" "
http://192.168.251.129:80/ins
" Which Cisco NX-OS
configuration command resolves this failure?
C
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/nxos/41
3/b_Copy_of_b_Cisco_Nexus_5000_Series_NX-
OS_Software_Configuration_Guide/Copy_of_b_Cisco_Nexus_5000_Series_NX-
OS_Software_Configuration_Guide_chapter22.pdf
Which procedure accesses the REST API browser within Cisco UCS Director?
C
Reference:
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-director/rest-api-getting-started-guide/6-5/cisco-ucs-director-REST-API-getting-started-65.html#task_CE85B54B1DB64855BB3BECCD24C31F5B
Refer to the exhibit.
Refer to the exhibit. How often is the subscription stream for sys/bgp going to be sent?
A
DRAG DROP
A file named myfunc.py has been edited. Drag and drop the steps from left that ensure that this file is
committed to the local Git repository and verify its status into the correct order on the right. NOt all
options are used.
git add .
git commit –m “new function”
git status
Which NX-API request queries the MAC address table?
D
Reference: NXOS Sandbox
When should the API Inspector be used?
B
Reference: Devnet training
A set of automation scripts work with no issue from a local machine, but an experiment needs to
take place with a new package found online.
How is this new package isolated from the main code base?
D
Reference: Devnet Training
DRAG DROP
When a switch boots it does not find its startup-config file. Drag and drop the steps that Power-On
Auto Provisioning goes through to configure the switch for remote management from the left into
the correct order on the right. Not all options are used.

Answer
Step 1 : The switch searches for a Domain Host Configuration Protocol service on the network
Step 2 : DHCP assigns the switch an IP Address, default gateway, and IP address that are tracked by
the Domain Name System server.
Step 3 : POAP gets the IP address of a script server, downloads the correct script for the switch, and
runs the script on the switch.
D
Which Cisco UCS PowerTool commands initiate a Cisco UCS Manager connection?
B
Reference:
https://blogs.cisco.com/developer/cisco-ucs-automation-part2-a-step-by-step-guide-to-
connecting-and-disconnecting-using-ucs-powertool
What are two differences between SNMP and model-driven telemetry? (Choose two.)
BD
Reference:
https://blogs.cisco.com/developer/its-time-to-move-away-from-snmp-and-cli-and-use-
model-driven-
telemetry#:~:text=SNMP%20uses%20the%20pull%20model%20when%20retrieving%20data%20fro
m%20a%20switch.&text=SNMP%20also%20uses%20push%20model,limits%20like%20scale%20and
%20efficiency.