Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Automating and Programming Cisco Service Provider Solutions (300-535 SPAUTO) Question and Answers

Automating and Programming Cisco Service Provider Solutions (300-535 SPAUTO)

Last Update Apr 27, 2024
Total Questions : 60

We are offering FREE 300-535 Cisco exam questions. All you do is to just go and sign up. Give your details, prepare 300-535 free exam questions and then go for complete pool of Automating and Programming Cisco Service Provider Solutions (300-535 SPAUTO) test questions that will help you more.

300-535 pdf

300-535 PDF

$38.5  $109.99
300-535 Engine

300-535 Testing Engine

$45.5  $129.99
300-535 PDF + Engine

300-535 PDF + Testing Engine

$59.5  $169.99
Questions 1

Refer to the exhibit.

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

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 2

Refer to the exhibit.

After this operation, what else is needed to change the hostname of the router to IOS-XR- SJC-19?

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 3

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

Options:

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.

Discussion 0
Questions 4

Which command configures the remote peer when the Cisco IOS XR Traffic Controller is used?

Options:

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

Discussion 0
Questions 5

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

Options:

A.  

Cisco WAN Automation Engine

B.  

Cisco Evolved Programmable Network Manager

C.  

Cisco Network Services Orchestrator

D.  

Cisco Segment Routing Path Computation Element

Discussion 0
Questions 6

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?

Options:

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

Discussion 0
Questions 7

Which is a format used for the YANG JSON content-type header?

Options:

A.  

application/vnd/yang.data+json

B.  

application/vnd.yang.data+json

C.  

application/yang.data.json

D.  

application/vnd.yang.data json

Discussion 0
Questions 8

Which NETCONF datastore is locked while the network device configuration is edited?

Options:

A.  

running

B.  

common

C.  

startup

D.  

working

Discussion 0
Questions 9

What are two advantages of using Python virtual environments? (Choose two.)

Options:

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.

Discussion 0