Act now and download your Cisco 300-535 test today! Do not waste time for the worthless Cisco 300-535 tutorials. Download Up to the immediate present Cisco Automating and Programming Cisco Service Provider Solutions (SPAUTO) exam with real questions and answers and begin to learn Cisco 300-535 with a classic professional.
Online Cisco 300-535 free dumps demo Below:
NEW QUESTION 1
FILL BLANK
Fill in the blank to complete the statement about NETCONF and Python libraries.
is a Python library that facilitates client-side scripting and deploying changes to the network using the NETCONF protocol.
- A. Mastered
- B. Not Mastered
Answer: A
Explanation:
Ncclient
NEW QUESTION 2
Which data format should be used to serialize structured data in the most compact way?
- A. protobufs
- B. YAML
- C. JSON
- D. XML
Answer: B
NEW QUESTION 3
What are two advantages of using Python virtual environments? (Choose two.)
- A. They allow for multiple Python projects to use different versions of the same dependency without conflict.
- B. They allow multiple Python applications to share virtual memory between subprocesses.
- C. They allow for isolated environments where each can use a different version of Python.
- D. They allow for all Python projects to utilize the same set of shared dependencies.
- E. They allow for multiple virtual machines to share a single Python environment.
Answer: AC
NEW QUESTION 4
Refer to the exhibit. Which two configuration leaves in this YANG model are optional? (Choose two.)
- A. last-change
- B. oper-status
- C. type
- D. enabled
- E. mtu
Answer: AE
NEW QUESTION 5
Which NETCONF datastore is locked while the network device configuration is edited?
- A. running
- B. common
- C. startup
- D. working
Answer: A
NEW QUESTION 6
Refer to the exhibit. What is the effect of the script on the device?
- A. All interfaces except GigabitEthernet2 are reset to their default configurations.
- B. It replaces the entire configuration for GigabitEthernet2 on the device using RESTCONF.
- C. It merges the new configuration with the existing configuration on the device using RESTCONF.
- D. It compares the configuration to the devic
- E. If it matches, the device sends back an HTTP 204 status code.
Answer: C
NEW QUESTION 7
Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints “Jane”?
- A. //employee[1]/firstName/value()
- B. //employee[0]/firstName/value()
- C. //employee[1]/firstName/text()
- D. //employee[0]/firstName/text()
Answer: D
NEW QUESTION 8
An automation engineer is trying to configure a destination group to use dial-out telemetry with gRPC on a Cisco IOS XR platform. The template created is failing to apply. Which parameters must be configured?
- A. source IP address, source port, encoding, and sampling interval
- B. source IP address, source port, encoding, and protocol
- C. destination IP address, destination port, encoding, and sensor path
- D. destination IP address, destination port, encoding, and protocol
Answer: D
NEW QUESTION 9
Refer to the exhibit. What are the two outcomes when the RESTCONF POST code is implemented? (Choose two.)
- A. A new VPN endpoint to a VPN is added.
- B. An L3VPN endpoint to a VPN is replaced.
- C. An L3VPN endpoint to a VPN is merged.
- D. A new L3VPN endpoint to a VPN is added.
- E. An L3VPN endpoint to a VPN is updated.
Answer: DE
NEW QUESTION 10
The Netmiko BaseConnection class contains a method called “send_config_set()”. Which two actions does this method perform on the device? (Choose two.)
- A. It takes a filename parameter that executes commands contained in that file on the device.
- B. It requires the user to explicitly send configure terminal and exit commands to the device to enter and exit configuration mode.
- C. It automatically enters and exits configuration mode on the device.
- D. It takes a Python iterable, such as a list of commands, and executes them in order on the device.
- E. It saves the running configuration to the startup configuration after executing the configuration commands on the device.
Answer: CD
NEW QUESTION 11
Refer to the exhibit. An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?
- A. The resource that you are trying to delete does not exist.
- B. Port 8080 is not enabled on XTC.
- C. XTC does not offer any APIs.
- D. You must change the request method.
Answer: B
NEW QUESTION 12
Refer to the exhibit. Which XML output is a valid instantiation of the YANG model?
- A.

- B.

- C.

- D.

Answer: A
NEW QUESTION 13
Refer to the exhibit. What is the significance of “*” before the “father” leaf that is shown in the pyang tree output?
- A. It is a node list in a leaf type node.
- B. The father leaf is a key in the family list type.
- C. The leaf father is read-write in the family list.
- D. The node father is read-only in the family list.
Answer: C
NEW QUESTION 14
Which schema allows device configuration elements to be enclosed within a remote procedure call message when NETCONF is implemented?
- A. JSON-RPC
- B. XML
- C. YAML
- D. JSON
Answer: B
NEW QUESTION 15
What is an interior YANG data node that exists in at most one instance in the data tree and has no value?
- A. listing node
- B. tree node
- C. container node
- D. leaf node
Answer: C
NEW QUESTION 16
Which is a format used for the YANG JSON content-type header?
- A. application/vnd/yang.data+json
- B. application/vnd.yang.data+json
- C. application/yang.data.json
- D. application/vnd.yang.data json
Answer: B
NEW QUESTION 17
When using Cisco YDK, which syntax configures the BGP ASN using OpenConfig BGP?
- A. bgp.config.as_ = 65000
- B. bgp.global_.config.as = 65000
- C. bgp.global.config.as_ = 65000
- D. bgp.global_.config.as_ = 65000
Answer: D
NEW QUESTION 18
Refer to the exhibit. Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.)
- A. fragment
- B. query
- C. operation
- D. api-entry
- E. path
Answer: BE
NEW QUESTION 19
Which Git command is needed to stage the file network-deploy.py to then commit the changes to the revision history?
- A. git init network-deploy.py
- B. git add network-deploy.py
- C. git merge network-deploy.py
- D. git commit network-deploy.py
Answer: B
NEW QUESTION 20
Refer to the exhibit. XTC has been configured by an engineer. What does the IPv4 address represent on the snippet?
- A. local address of the router on which it listens for PCEP
- B. configured for the local peer for state synchronization
- C. destination address of the router on which it listens for PCEP
- D. configured for the remote peer for state synchronization
Answer: A
NEW QUESTION 21
What is a benefit of Ansible for automating IOS XE or IOS XR platforms?
- A. Playbooks can be written in XML format.
- B. It has agent support
- C. It supports asynchronous orchestration.
- D. It offers native orchestration support for Cisco platforms.
Answer: D
NEW QUESTION 22
An engineer is deploying a Python script to manage network devices through SSH. Which library based on Paramiko is used?
- A. sshmiko
- B. paramiko.agent
- C. libssh2
- D. netmiko
Answer: D
NEW QUESTION 23
After a configuration request is sent using NETCONF, which call releases any locks and resources associated with the session?
- A. <exit-operation>
- B. <close-activity>
- C. <close-session>
- D. <boot-app>
Answer: C
NEW QUESTION 24
Which command configures the remote peer when the Cisco IOS XR Traffic Controller is used?
- A. peer-sync ipv4 192.168.0.3
- B. state ipv4 192.168.0.3
- C. peer ipv4 192.168.0.3
- D. state-sync ipv4 192.168.0.3
Answer: D
NEW QUESTION 25
......
Thanks for reading the newest 300-535 exam dumps! We recommend you to try the PREMIUM DumpSolutions.com 300-535 dumps in VCE and PDF here: https://www.dumpsolutions.com/300-535-dumps/ (0 Q&As Dumps)