Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

300-535 PDF

$49

$139.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

300-535 PDF + Testing Engine

$66.5

$189.99

3 Months Free Update

  • Exam Name: Automating and Programming Cisco Service Provider Solutions (300-535 SPAUTO)
  • Last Update: Sep 12, 2025
  • Questions and Answers: 60
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

300-535 Engine

$56

$159.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

300-535 Practice Exam Questions with Answers Automating and Programming Cisco Service Provider Solutions (300-535 SPAUTO) Certification

Question # 6

Refer to the exhibit.

300-535 question answer

Which two configuration leaves in this YANG model are optional? (Choose two.)

A.

last-change

B.

oper-status

C.

type

D.

enabled

E.

mtu

Full Access
Question # 7

Refer to the exhibit.

300-535 question answer

A Python script is created to add a new device on Cisco NSO using RESTCONF API. The device is added successfully, but a 405 Method Not Allowed RESTCONF error code has received as the line to fetch SSH keys runs. Which code is missing to complete the script?

A.

response = requests.put(baseUriOperation + “/devices/device=ios-device/ssh/fetch-host-keys”, auth=auth, headers=headers)

B.

response = requests.post(baseUriOperation + “/devices/device=ios-device/ssh/fetch-host-keys”, auth=auth, headers=headers)

C.

response = requests.post(baseUriOperation + “/devices/device=ios-device/ssh/request-host-keys”, auth=auth, headers=headers)

D.

response = requests.put(baseUriOperation + “/devices/device=ios-device/ssh/request-host-keys”, auth=auth, headers=headers)

Full Access
Question # 8

Refer to the exhibit.

300-535 question answer

Which XML output is a valid instantiation of the YANG model?

A)

300-535 question answer

B)

300-535 question answer

C)

300-535 question answer

D)

300-535 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 9

Refer to the exhibit.

300-535 question answer

An engineer updated the skeleton template. How can a device be entered into the YANG Model?

A.

Modify the device instance of the device by referencing the acl_lab variable from our YANG model.

B.

Deploy a service instance that configures a VLAN of all of the devices present in Cisco NSO.

C.

Deploy a service instance that configures a VLAN of a list of devices referenced to the service YANG model.

D.

Modify the device instance by referencing the device variable from our YANG model.

Full Access
Question # 10

Refer to the exhibit.

300-535 question answer

Based on the YANG presented, what is the correct xpath to retrieve the router named “ios- device” under the “CustomerA” service name?

A.

/ncs:abc_service/CustomerA/ios-device

B.

/abc_service/CustomerA/“ios-device”

C.

/ncs:service/abc_service/“CustomerA”/ios-device

D.

/ncs:services/abc_service/CustomerA/ios-device

Full Access
Question # 11

Refer to the exhibit.

300-535 question answer

Regarding the Python script using YDK, what is the result for a device that is running Cisco IOS XR Software?

A.

retrieves the system time

B.

configures the system time

C.

prints the uptime of the CRUDService

D.

prints the system uptime

Full Access
Question # 12

What are two characteristics of the NFV architecture approach? (Choose two.)

A.

It decouples the network functions from proprietary hardware appliances.

B.

It provides 70% more efficiency of network infrastructure.

C.

It is specially designed for Internet providers.

D.

It is specially designed for telecommunications service providers.

E.

It typically includes a hypervisor.

Full Access
Question # 13

Refer to the exhibit.

300-535 question answer

What is the cause of the status of the interface subscription?

A.

The router cannot establish a gRPC connection with the collector.

B.

The sensor-group “Interface-Counters” does not contain a valid YANG path.

C.

The router is waiting for a collector to dial in.

D.

This is the expected state of an active subscription.

Full Access
Question # 14

What is a key feature of YANG?

A.

use identification

B.

error prediction

C.

JAVA compatibility

D.

reusable types and groupings

Full Access
Question # 15

Refer to the exhibit.

300-535 question answer

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

Full Access
Question # 16

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

Full Access
Question # 17

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

Full Access
Question # 18

Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)

A.

PySNMP

B.

requests

C.

ncclient

D.

YANG

E.

json

Full Access