What are two characteristics of RPC API calls? (Choose two.)
CE
Explanation:
Reference:
https://pubs.opengroup.org/onlinepubs/9629399/chap6.htm
Which two actions do Python virtual environments allow users to perform? (Choose two.)
DE
Explanation:
Reference:
https://realpython.com/python-virtual-environments-a-primer/
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
CE
Explanation:
Reference:
https://developer.cisco.com/learning/modules/intro-ansible-iosxe/ansible-
overview/step/4
Refer to the exhibit.
The task is to create a Python script to display an alert message when a Meraki MX Security
Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays
the device name and the time at which the switch went down?
C
Refer to the exhibit.
The goal is to write a Python script to automatically send a message to an external messaging
application when a rogue AP is detected on the network. The message should include the broadcast
SSID that is in the alert. A function called “send_to_application” is created, and this is the
declaration:
send_to_application(message)
The exhibit also shows the data that is received by the application and stored in the variable
return_val. Which Python code completes the task?
D
Explanation:
For number in range value is required for the application to send the alert. Bssids are also included.
Which two features are foundations of a software-defined network instead of a traditional network?
(Choose two.)
BD
Explanation:
:
In traditional networks, control plane and data plane are coupled tightly. It also requires device by
device configurations and of course, it uses physical hardware resources to function. Whereas, SDN is
based on a software stack. In Cisco SDNs are automated through expressed intent to a software
controller.
A new project called “device_status” must be stored in a central Git repository called “device_status”
with the first file named “device_status.py”. The Git repository is created using the account
python_programmer. Which set of commands inserts the project into Git?
A
Explanation:
Reference:
https://help.github.com/en/github/importing-your-projects-to-github/adding-an-
existing-project-to
- github-using-the-command-line
What are two characteristics of synchronous calls to APIs? (Choose two.)
CD
Explanation:
Reference:
https://docs.cloudmgmt.cisco.com/display/40API/Synchronous+and+Asynchronous+APIs
Refer to the exhibit.
What is the result when running the Python scripts?
B
Explanation:
:
Refer to the exhibit.
Which type of YANG container is described by the JSON instance provided?
A
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r7-
0/programmability/configuration/guide/b-programmability-cg-asr9000-70x/b-programmability-cg-asr9000-70x_chapter_011.html
Refer to the exhibit.
Which NETCONF protocol operation is used to interact with the YANG model?
B
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs-r6-
4/programmability/configuration/
guide/b-programmability-cg-crs-64x.pdf
Refer to the exhibit.
How many YANG models does the NETCONF <get> operation interact with?
B
Explanation:
:
The get operation tag is at the beginning of the document. It interacted only with NTP and its related
services. There get operation interacted only with one model.
Which statement describe the difference between OpenConfig and native YANG data models?
D
Explanation:
Reference:
https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/white-paper-c11-741518.html
Refer to the exhibit.
An engineer creates a Python script using RESTCONF to display hostname information. The code
must be completed so that it can be tested. Which string completes the highlighted areas in the
exhibit?
A
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html
Which statement is true for Cisco IOS XE Software?
A
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.html