cisco 300-535 practice test

automating cisco service provider solutions (spauto)

Last exam update: Dec 14 ,2024
Page 1 out of 5. Viewing questions 1-10 out of 45

Question 1

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
Mark Question:
Answer:

b

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2



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.
Mark Question:
Answer:

de

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 3


Refer to the exhibit. An automation engineer has created a RESTCONF POST to configure network devices. Which two tasks are accomplished when the code is executed? (Choose two.)

  • A. If the specified configuration is already in the running configuration, the command is replaced by this request.
  • B. If the specified configuration is already in the running configuration, the command is not replaced by this request.
  • C. If the specified configuration is already executed in the running configuration, the command is merged with this request.
  • D. If the specified configuration is already in the running configuration, the command updates this request.
  • E. If the specified configuration is not on the device, the POST request creates it.
Mark Question:
Answer:

de

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 4

How does using the Python with statement in conjunction with ncclient manager improve an existing NETCONF automation script?

  • A. It allows the NETCONF connection to the device to be gracefully closed without having to explicitly code this action.
  • B. It manages the running configuration of the device by comparing it to the new configuration applied using NETCONF.
  • C. The with statement tries to connect to the device using TCP port 830 first but also tries to connect via TCP port 22.
  • D. Use of the with statement catches any exceptions when trying to connect to a device using NETCONF.
Mark Question:
Answer:

d

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

An engineer just completed the installation of Cisco NSO and all of its components. During testing, some of the services are not working properly. To resolve the issue, the engineer started undeploying service instances. What can this cause?

  • A. It removes the service configuration from the network device only.
  • B. It removes the service configuration from the network and NSO.
  • C. It removes the service configuration from NSO only.
  • D. It runs the service code again when the device is out of sync.
Mark Question:
Answer:

b

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

What tool is used to perform a what if failure analysis in a service provider network that is running Segment Routing?

  • A. Cisco WAN Automation Engine
  • B. Cisco Evolved Programmable Network Manager
  • C. Cisco Network Services Orchestrator
  • D. Cisco Segment Routing Path Computation Element
Mark Question:
Answer:

a


Reference:
https://www.cisco.com/c/en/us/products/routers/wan-automation-engine/index.html

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

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
Mark Question:
Answer:

d


Reference:
https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/telemetry/b-telemetry-cg-asr9000-61x/b-telemetry-cg-asr9000-61x_chapter_010.html

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

After a configuration request is sent using NETCONF, which call releases any locks and resources associated with the session?

  • A.
  • B.
  • C.
  • D.
Mark Question:
Answer:

c


Reference:
https://tools.ietf.org/html/rfc6241

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

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
Mark Question:
Answer:

d


Reference:
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/BRKNMS-2032.pdf

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10


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()
Mark Question:
Answer:

d

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2