Cisco 200-901 Practice Test - Questions Answers, Page 9
List of questions
Related questions
Refer to the exhibits.
The Python interpreter and the Cisco Python SDK are available by default in the Cisco NX-OS Software. The SDK documentation shows how the clid() API can be used when working with JSON and XML. What are two effects of running the script? (Choose two.)
configure interface loopback 5
show details for the TABLE interface
issue shutdown on interface loopback 5
show only the interfaces in the up status
show only the interfaces in admin shut status
What are two key capabilities of Cisco Finesse? (Choose two.)
Agents access Finesse from a browser without needing to install or configure anything on the client machine.
An OpenDNS utility is preconfigured and ready to use on Finesse.
Gadget containers provide a seamless experience in a single user interface.
Finesse automatically collects telemetry data.
Finesse includes an RPC API that enables the development of custom gadgets.
Which two statements are true about Cisco UCS Manager, Cisco UCS Director, or Cisco Intersight APIs? (Choose two.)
UCS Manager uses JSON to encode API interactions and utilizes Base64-encoded credentials in the HTTP header for authentication.
UCS Director API interactions can be XML- or JSON-encoded and require an API key in the HTTP header for authentication.
Cisco Intersight uses XML to encode API interactions and requires an API key pair for authentication.
UCS Manager API interactions are XML-encoded and require a cookie in the method for authentication.
Cisco Intersight API interactions can be encoded in XML or JSON and require an API key in the HTTP header for authentication.
Which model-driven programmability protocol does Cisco IOS XE Software support?
gNMI
SOAP
SSH
CORBA
What operation is performed with YANG model-driven programmability in NX-OS?
configure a device with native and OpenConfig-based models
bootstrap a device that has a factory-default configuration
send CLI commands to a device and retrieve output in JSON format
run Linux commands natively on the device
What are two benefits of model-driven programmability? (Choose two.)
easier to design, deploy, and manage APIs
single choice of transport, protocol, and encoding
models decoupled from transport, protocol, and encoding
model-based, structured, and human friendly
model-driven APIs for abstraction and simplification
What is a benefit of model-driven programmability?
It provides a programmatic and standards-based way of writing configurations to any network device.
By modeling data, it ensures that vast quantities of data are usable for monitoring.
It simplifies management and operations by decoupling the networking hardware from its control mechanism.
It addresses the static architecture of traditional networks being decentralized and complex.
Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?
HTTP POST
HTTP GET
HTTP HEAD
HTTP PUT
Refer to the exhibit. The Cisco Meraki API manages two organizations. In each organization, two independent networks are defined. How many calls to the /organizations/{orgId}/networks endpoint will be run parallel by the GetAllNetworks function of the API client?
0
1
2
4
Refer to the exhibit.
The definition of the YANG module and a RESTCONF query sent to a Cisco IOS XE device is shown. Why does the RESTCONF interface respond with a 204 status code?
The query retrieved the logging severity level.
The query updated the logging severity level or created it if not present on the device.
The query failed at retrieving the logging severity level.
The query failed to set the logging severity level due to an invalid path.
Question