1. Which two network assurance features are provided by the Cisco DNA Center API? (Choose two.)(Select 2answers)
A) Cisco APIC appliance health B) site health C) client health D) license compliance health
2. A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
A) /dna/intent/v1/issues B) /dna/api/v1/client-health/issues C) /dna/intent/v1/issue-enrichment-details D) /dna/intent/api/v1/issues
3. Which REST endpoint is used to create a Cisco Meraki network?
A) POST /organizations/{organizationId}/networks B) POST /networks{networkId} C) PATCH /networks{networkId} D) PUT /organizations/{organizationId}/networks
4. An engineer just completed the installation of Cisco NSO and all of its components. During testing, some of the services are not working properly. To resolve the issue, the engineer started undeploying service instances. What can this cause?
A) It removes the service configuration from NSO only B) It runs the service code again when the device is out of sync C) It removes the service configuration from the network device only. D) It removes the service configuration from the network and NSO
5. How does using the Python with statement in conjunction with ncclient manager improve an existing NETCONF automation script?
A) The with statement tries to connect to the device using TCP port 830 first but also tries to connect via TCP port 22 B) It manages the running configuration of the device by comparing it to the new configuration applied using NETCONF C) It allows the NETCONF connection to the device to be gracefully closed without having to explicitly code this action D) Use of the with statement catches any exceptions when trying to connect to a device using NETCONF
Leave a comment