Sample questions
Cisco Automating and Programming Cisco Security Solutions (SAUTO, 300-735, CCNP Security) (SAUTO) practice questions
Which THREE of the following are essential components of a REST API request for a Cisco security product?
When parsing a complex JSON response from a Cisco Stealthwatch API call, you need to extract the value associated with a key nested deep within the hierarchy. Which Python approach…
When parsing a JSON response from a Cisco Adaptive Security Appliance (ASA) REST API call using the Python requests library, you notice the data structure contains a list of object…
You are writing a Python script using the requests library to retrieve configuration from a Cisco Firepower Management Center (FMC). Which specific header must be included in your…
In a Cisco REST API implementation using Python, you receive a '429 Too Many Requests' error. What is the appropriate programmatic response?
Which TWO of the following are accurate regarding the structure and usage of YANG data models?
Which THREE of the following are common benefits of using REST APIs for network automation?
You are debugging a NETCONF session to a Cisco device. The device sends an <rpc-reply> containing an <rpc-error>. Which element inside the <rpc-error> indicates the severity of the…
Which TWO of the following are true regarding the 'requests' library's exception handling?
Which TWO of the following are true regarding the use of the Python 'requests' library?
When working with NETCONF, what is the role of the <edit-config> operation?
Which component of a REST API request is used to pass information about the requested resource in the URL?
In a YANG model, which statement is used to define an operational constraint that must be true for the data to be valid?
While testing a REST API call in Postman for Cisco ISE, you receive a 403 Forbidden error. What is the most likely cause of this issue in the context of network programmability?
In an HTTP request, what does the '201 Created' status code signify?
When using the Cisco IOS-XE RESTCONF API, which header is required to tell the server the format of the payload being sent?
When using NETCONF to manage a Cisco device, which message type is used to establish the initial session and exchange capability information?
Which YANG node type is used specifically to group reusable definitions that can be imported by other modules?
In Postman, which feature allows you to automate a sequence of API calls and validate the output of each?
Which mechanism in YANG allows you to group multiple data nodes that are used in various parts of the model to reduce duplication?
Which TWO of the following are true regarding YANG models?
Which THREE of the following are true regarding REST API design in Cisco security products?
Which THREE of the following are true about Cisco API rate limiting?
What is the primary benefit of using a REST API over manual CLI configuration for security policy deployment?