PdfPrep.com

300-435 CCNP Enterprise Free Online Dumps

Pdfprep is the only online medium that provides complete clarity of their services and 300-435 Automating and Programming Cisco Enterprise Solutions (ENAUTO) prep questions. They provide a demo of what they are undertaking and committing to deliver to the applicants. 300-435 premium questions boost the confidence of the potential client and helps them to make a smart decision about where to invest to brighten up their future.

Page 1 of 7

Loading... Loading...
1. Refer to the exhibit.





A template is provided to a junior developer to automate the creation of a network on the Meraki dashboard. The new network needs to have the id 123456789 and support only wired network connections.

What type needs to be added to the API?

Loading... Loading...
2. Webhook that are generated by Cisco DNA Center are REST calls with which properties?

Loading... Loading...
3. When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?

Loading... Loading...
4. The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available.

Which API call must be used to retrieve the site identifier so that the device can be properly added to the network?

Loading... Loading...
5. When accessing the /device-detail endpoint in Cisco DNA Canter, what is an acceptable SearchBy parameter value?

Loading... Loading...
6. CORRECT TEXT

FILL BLANK

Fill in the blank to complete the statement.



Loading... Loading...
7. What are two characteristics of RPC API calls? (Choose two.)

Loading... Loading...
8. DRAG DROP





Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the ncclient request that captures the operational data of the interfaces of a Cisco IOS XE device. Options may be used once, more than once, or not at all.



Loading... Loading...
9. A programmer is creating a Maraki webhook Python script to send a massage to Webex Teams.

Which two elements should be configured to create this script? (Choose two)

Loading... Loading...
10. Refer to the exhibit.





What is the result when running the Python scripts?

Page 2 of 7

Loading... Loading...
11. Refer to the exhibit.





What is the expected output from the Python code?







Loading... Loading...
12. An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch.

Which command create the new feature in a separate branch called "feature" and check out the new version?



Loading... Loading...
13. Refer to the exhibit.





A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named “d”. A portion of the JSON is shown in the exhibit.

Which code will complete the expression hostname= to access the hostname?

Loading... Loading...
14. Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?

Loading... Loading...
15. Refer to the exhibit.





The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received.

Which Python snippet displays the device name and the time at which the switch went down?

A)





B)





C)





D)



Loading... Loading...
16. Refer to the exhibit.





Cisco SD-WAN deployment must be troubleshooted using vManage APIs. A call to vEdge Hardware Health API returns the data in the exhibit (only a portion is shown).

If this JSON is converted to a Python dictionary and assigned to the variable “d”, how the status is accessed that is indicated on line 16?

Loading... Loading...
17. During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue.

Which detail is captured during troubleshooting with these APIs?

Loading... Loading...
18. Refer to the exhibit.





Which interface is included in the payload resulting from the script?

Loading... Loading...
19. What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?

Loading... Loading...
20. Refer to the exhibit.





An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested.

Which string completes the code?

Page 3 of 7

Loading... Loading...
21. What is a capability of MV Sense MQTT API?

Loading... Loading...
22. What is an advantage of software-defined networks as compared to traditional networks?

Loading... Loading...
23. Refer to the exhibit.





A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL of the request and the response in XML format are shown in the exhibit.

What is the YANG data node that is referenced in the response?

Loading... Loading...
24. Refer to the exhibit.





The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called “send_to_application” is created, and this is the declaration:

send_to_application(message)

The exhibit also shows the data that is received by the application and stored in the variable return_val.

Which Python code completes the task?

A)





B)





C)





D)



Loading... Loading...
25. When the Cisco DNA center intent API is used as part of an automation process what prompts receiving a HTTP 206 status code on a call?

Loading... Loading...
26. Which curl command is used to update the SNMP community of network ID “1234567” to read-only?

A)





B)





C)





D)



Loading... Loading...
27. Which environment must be enabled to complete the Zero-Touch Provisioning process on a Cisco IOS XE device?

Loading... Loading...
28. What does Cisco DNA Center use to manage third-party devices?

Loading... Loading...
29. Which function is available in NETCONF and unavailable in RESTCONF?

Loading... Loading...
30. Which field must be completed in Cisco DNA Center when a network discovery is initiated?

Page 4 of 7

Loading... Loading...
31. An engineer needs to create a new network using the Meraki API.

Which HTTP action to the URL https://

api.meraki.com/api/v0/organizations/<new_org_id>/networks will result in a 201 response code?

Loading... Loading...
32. Which statement describe the difference between OpenConfig and native YANG data models?

Loading... Loading...
33. Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?

Loading... Loading...
34. Which two Netmiko methods are used to configure a device? (Choose two.)

Loading... Loading...
35. Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)

Loading... Loading...
36. Which REST endpoint is used to create a Cisco Meraki network?

Loading... Loading...
37. A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer.

Which set of commands inserts the project into Git?

A)





B)





C)





D)



Loading... Loading...
38. Refer to the exhibit.





An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested.

Which string completes the highlighted areas in the exhibit?

Loading... Loading...
39. Which setting is used for the dampening period when configuring an on-charge publication for YANG-push versus OpenConfig?

Loading... Loading...
40. Refer to the exhibit.





Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)

Page 5 of 7

Loading... Loading...
41. CORRECT TEXT

Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.



Loading... Loading...
42. DRAG DROP

Drag and drop the code from the bottom onto the box where the code is missing to perform the login operation and security check on the vManage web server at the specified IP address. Not all code options are used.



Loading... Loading...
43. Refer to the exhibit.





A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named “d”. A portion of the JSON is shown in the exhibit.

Which code will complete the expression hostname= to access the hostname?

Loading... Loading...
44. FILL BLANK

Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.



Loading... Loading...
45. Refer to the exhibit.





A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that “policyId” is a required request parameter.

Which line of Python code makes this call, assuming the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?

Loading... Loading...
46. A configuration has been made to add to every switch port a new port description. The script worked initially, but after a few seconds, an HTTP 429 status code was received.

What causes this error message from the Meraki cloud?

Loading... Loading...
47. Which Python snippet receives a Meraki webhook request?

A)





B)





C)





D)



Loading... Loading...
48. Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)

Loading... Loading...
49. Which URI with the request body of Request body: {“name”:”Test”,”organizationId”:<org_id>,”type”:”appliance”} creates a new Meraki network called “Test”, when using APIs?

Loading... Loading...
50. With the MV Sense API, which REST endpoint provides LUX level?

Page 6 of 7

Loading... Loading...
51. Which REST endpoint is used to create a Cisco Meraki network?

Loading... Loading...
52. Which URI removes an administrator from a Meraki network using an API call?

Loading... Loading...
53. Refer to the exhibit.





Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)

Loading... Loading...
54. Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?

A)





B)





C)





D)



Loading... Loading...
55. What are two characteristics of RPC API calls? (Choose two.)

Loading... Loading...
56. Which two actions do Python virtual environments allow users to perform? (Choose two.)

Loading... Loading...
57. What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)

Loading... Loading...
58. Refer to the exhibit.





The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received.

Which Python snippet displays the device name and the time at which the switch went down?

A)





B)





C)





D)



Loading... Loading...
59. Refer to the exhibit.





The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called “send_to_application” is created, and this is the declaration:

send_to_application(message)

The exhibit also shows the data that is received by the application and stored in the variable return_val.

Which Python code completes the task?

A)





B)





C)





D)



Loading... Loading...
60. Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)

Page 7 of 7

Loading... Loading...
61. A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer.

Which set of commands inserts the project into Git?

A)





B)





C)





D)



Loading... Loading...
62. What are two characteristics of synchronous calls to APIs? (Choose two.)

Loading... Loading...
63. Refer to the exhibit.





What is the result when running the Python scripts?

Loading... Loading...
64. Refer to the exhibit.





Which type of YANG container is described by the JSON instance provided?

Loading... Loading...
65. Refer to the exhibit.





Which NETCONF protocol operation is used to interact with the YANG model?

Loading... Loading...
66. Refer to the exhibit.





How many YANG models does the NETCONF <get> operation interact with?

Loading... Loading...

 

Exit mobile version