Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)
Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)A . <get>B . <edit>C . <get-update>D . <modify-config>E . <get-config>View AnswerAnswer: A,E Explanation: Reference: https://www.cisco.com/c/en/us/support/docs/storage-networking/management/200933-YANG-NETCONF-Configuration-Validation.html
Which tool is used to block all traffic to the domain by using a single API call?
Which tool is used to block all traffic to the domain by using a single API call?A . Cisco ISEB . Cisco FirepowerC . Cisco AMPD . Cisco UmbrellaView AnswerAnswer: B
Which API must an engineer use to change a netmask on a Cisco IOS XE device?
Which API must an engineer use to change a netmask on a Cisco IOS XE device?A . MerakiB . RESTCONF/YANGC . SD-WAND . DNACView AnswerAnswer: B
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?A . HTTP GETB . HTTP PUTC . HTTP HEADD . HTTP POSTView AnswerAnswer: D Explanation: Reference: https://meraki.cisco.com/blog/tag/alerts/
Which tool allows changes to the configuration management toolset to be tested?
Which tool allows changes to the configuration management toolset to be tested?A . Cisco VIRLB . NAPALMC . AnsibleD . pyATSView AnswerAnswer: D
What is a requirement when authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software?
What is a requirement when authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software?A . No authentication is required.B . OAuth must be used.C . Basic authentication must be used.D . A token must be retrieved and the associated string must be embedded in the...
Which two query types does a client make to a DNS server? (Choose Two)
Which two query types does a client make to a DNS server? (Choose Two)A . AAAAB . ACKC . DISCOVERD . InverseE . PTRView AnswerAnswer: A,E
Drag and drop the code snippets from the bottom to the blanks in the code to complete the HTTP response. Not all options are used
DRAG DROP Drag and drop the code snippets from the bottom to the blanks in the code to complete the HTTP response. Not all options are used. View AnswerAnswer: Explanation: Graphical user interface, text, application Description automatically generated
What is the error state identified by this response code?
A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?A . The server cannot process the request as it has detected an issue in the request syntax or body.B . The server accepted the request but the client...
What are two advantages of applying the MVC design pattern to the development of the solution?
Several teams at a company are developing a new CRM solution to track customer interactions with a goal of improving customer satisfaction and driving higher revenue. The proposed solution contains these components: • MySQL database that stores data about customers • HTML5 and JavaScript UI that runs on Apache •...