Cisco Automating and Programming Cisco Enterprise Solutions - 300-435 Exam Practice Test
Question 1
Drag and Drop Question
An engineer must detach a device from a template (switch to CLI mode) using Ansible during a maintenance window. The engineer must POST to the vManage mode/cli endpoint with the device ID, verify a successful response, and keep the session secure. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used.

An engineer must detach a device from a template (switch to CLI mode) using Ansible during a maintenance window. The engineer must POST to the vManage mode/cli endpoint with the device ID, verify a successful response, and keep the session secure. Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used.

Correct Answer:

Explanation:
The Ansible task must use the uri module to send the authenticated HTTPS request to the vManage mode/cli endpoint. The HTTP verb is specified with method and must be POST for this action. A successful detach operation is validated by checking status_code for 200, and the returned result is preserved with register so the playbook can use the response later if needed.
Question 2
What is an advantage of software-defined networks as compared to traditional networks?
Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 3
Drag and Drop Question
Refer to the exhibit. An engineer must complete a Python script that creates a Cisco Meraki network containing cameras and switches. The script must apply appropriate tags and print out a response if the creation of the network is allowed. Drag and drop the code snippets from the bottom onto the boxes in the Python script to create the Meraki network. Not all options are used.


Refer to the exhibit. An engineer must complete a Python script that creates a Cisco Meraki network containing cameras and switches. The script must apply appropriate tags and print out a response if the creation of the network is allowed. Drag and drop the code snippets from the bottom onto the boxes in the Python script to create the Meraki network. Not all options are used.


Correct Answer:

Explanation:

"tags" and "productTypes" are the correct keys for the Meraki network creation API body.
The HTTP method for creating a resource is "POST".
The expected status code for a successful creation is 201.
Question 4
Drag and Drop Question
An engineer must configure a corporate SSID to use WPA2-Enterprise with ISE. The engineer must update the SSID settings for SSID number 0 in the target network using the Meraki API.
Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used.

An engineer must configure a corporate SSID to use WPA2-Enterprise with ISE. The engineer must update the SSID settings for SSID number 0 in the target network using the Meraki API.
Drag and drop the code snippets from the bottom onto the boxes in the code to construct the artifact. Not all options are used.

Correct Answer:

Explanation:
The Meraki API uses the x-cisco-meraki-api-key header for authentication. Updating an existing SSID is done with a put request to the network-specific SSID endpoint. The correct path is under networks, and the SSID resource is addressed as wireless/ssids/{ssid_number}, which applies the WPA2-Enterprise and RADIUS settings to SSID 0 in the target network.
Question 5
Refer to the exhibit. An engineer needs to remove the device with serialQ134_06776318 FROM THE NETWORK `ENAUTO by utilizing Meraki APIs. Which line of code must be added to the box where the code is missing to complete the python request?




Correct Answer: C
Question 6
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
Correct Answer: E
Question 7
Refer to the exhibit. NTP server 10.1.1.20 must be configured on the target Cisco IOS XE device without using authentication and logging. Which state should be added on a new line at the end of the Ansible task?


Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 8
Management protocols like NETCONF access network elements on well-known ports.
Which design practice hardens a network device implementation?
Which design practice hardens a network device implementation?
Correct Answer: D
Question 9
FILL BLANK
Fill in the blank to complete the statement.

Fill in the blank to complete the statement.

Correct Answer:
Zero touch provisioning (ZTP)
Explanation:
https://developer.cisco.com/docs/ios-xe/#!day-zero-provisioning-quick-start-guide
Explanation:
https://developer.cisco.com/docs/ios-xe/#!day-zero-provisioning-quick-start-guide
Question 10
What is the purpose of using the Cisco SD-WAN vManage Certificate Management API?
Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 11
Refer to the exhibit. Automated scripts interact with a network controller over REST to collect device inventory. However, repeated failures are reported after a scheduled credential rotation in the deployment. Each GET request attempts to fetch device data, but no devices are returned and error logs display authentication failures. Further investigation reveals rapid retries with unsuccessful results tied to the same credential set. Requests repeatedly result in authorization errors. Considering the effect of a new token expiration setting, which action restores expected functionality?


Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 12
Which consumption pattern requires call states when working with an API?
Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 13
Which REST endpoint is used to create a Cisco Meraki network?
Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).

