300-535 Exam Questions
103 real 300-535 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #53
Which communication mechanism does NETCONF use?
- Question #54Design for Cisco Cloud Automation
Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints "Jane"?
XPathXMLYANGdata retrieval - Question #55
Which data format should be used to serialize structured data in the most compact way?
- Question #57
Refer to the exhibit. Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.)
- Question #58
Which network configuration protocol uses JSON as a data representation format?
- Question #59
The Netmiko BaseConnection class contains a method called "send_config_set()". Which two actions does this method perform on the device? (Choose two.)
- Question #60
How does using the Python with statement in conjunction with ncclient manager improve an existing NETCONF automation script?
- Question #61
Refer to the exhibit. Which command prints out (44, 22) when this code is run on Python 3?\
- Question #62
Refer to the exhibit. An engineer updated the skeleton template. How can a device be entered into the YANG Model?
- Question #63
Refer to the exhibit. 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...
- Question #67Design for Cisco Cloud Automation
How do NETCONF and gNMI compare in terms of RPC support?
NETCONFgNMIRPC operationsprotocol comparison - Question #68Design for Cisco Cloud Automation
Refer to the exhibit. What is a characteristic of the YANG tree?
YANGdata modelingleaf-listtree notation - Question #69Design for Cisco Cloud Security and Integration
Which HTTP authentication method transmits user access credentials and encrypts them using Base64?
HTTP authenticationbasic authBase64API security - Question #72Design for Cisco Cloud Automation
Refer to the exhibit. Which expression must be placed onto the blank in the code to retrieve the router configuration in XML?
RESTCONFHTTP GETXMLconfiguration retrieval - Question #75Design for Cisco Cloud Automation
What is a characteristic of the leaf statement in YANG?
YANGleaf statementdata nodedata modeling - Question #76Design for Cisco Cloud Automation
Refer to the exhibit. An engineer needs a script to immediately change the hostname of the target endpoint. The hostname must revert to the previous hostname after rebooting. Which...
NETCONFedit-configrunning datastorencclient - Question #78Design for Cisco Cloud Automation
Refer to the exhibit. An engineer is using telemetry data to gather monitoring information from the network devices. During testing, the configuration worked with no issues. When i...
IOS XR telemetrydial-outdestination-groupstreaming telemetry - Question #80Design for Cisco Cloud Automation
In which scenario does using a network configuration tool such as Ansible benefit configuration deployment and compliance?
Ansibleconfiguration managementautomationcompliance - Question #82Design for Cisco Cloud Automation
Refer to the exhibit. What must be added at lines 6 and 15 to check the IP addresses of the interfaces and configure the logging history of a Cisco IOS XR device?
NetmikoIOS XRPythondevice_type parameter - Question #85Design for Cisco Cloud Infrastructure
An engineer must configure a router as a path compute client. The engineer must prioritize SR_PCE1 and fall back to SR_PCE2 in case of failure. Which configuration value on SR_PCE1...
SR-PCEsegment routingpath compute clientpreference value - Question #87Service Provider Programmability
Refer to the exhibit. An engineer is configuring a Cisco IOS XR device to function as a Cisco SR- PCE. The engineer must ensure that the Cisco SR-PCE has access to the routing info...
SR-PCEBGP-LSIOS XRlink-state distribution - Question #88Network Device Programmability
Refer to the exhibit. An engineer created a YANG model to containerize a deployment. When trying to retrieve the JSON instance, errors have appeared. Which two issues must be resol...
YANG modelJSON instancedata validationcontainer deployment - Question #90Automation and Orchestration Platforms
Refer to the exhibit. Cisco NSO uses the Bandwidth on Demand application in Cisco WAE Automation Server to find a path for the SR policies that are being delegated in the network....
Cisco WAEbandwidth on demandSR policyNSO orchestration - Question #91Automation and Orchestration Platforms
An IT team is managing the WAN connections for an enterprise that has multiple data centers globally. A platform is needed that includes the characteristics: - builds abstracted da...
Cisco WAEMPLS abstractionmultivendor visibilityWAN management - Question #93Automation and Orchestration Platforms
Which component of Cisco Crosswork provides centralized control and automation for network operations?
Cisco Crossworknetwork controllercentralized automation - Question #94Automation and Orchestration Platforms
What is a feature of the Service Manager component of Cisco NSO?
Cisco NSOService Managerservice instanceconfiguration preview - Question #95Cloud and Virtualization
Which monitoring function is managed in Cisco ESC?
Cisco ESCVNF lifecycleNFV monitoring - Question #96Automation Protocols and Toolsets
Refer to the exhibit. A network engineer is expecting the collector to initiate a gRPC session to the router. To accomplish this task, a subscription is specified. A Cisco IOS XR d...
gRPCmodel-driven telemetryIOS XRdestination group - Question #98Cloud and Virtualization
What are two building components for Cisco NFV Infrastructure? (Choose two.)
NFV infrastructurevirtualized infrastructureNFVI components - Question #99Automation and Orchestration Platforms
A developer copied a couple of service packages to the local NSO installation folder. Which command enables Cisco NSO to begin using service packages immediately, without any addit...
Cisco NSOpackage managementncs CLIpackage reload - Question #101
Which of the following is NOT a common version control operation in git?
- Question #102
What is a common pattern used when consuming APIs asynchronously?
- Question #103
Given a YANG model, which data format is used for representing instance data in a structured way?
- Question #104Automation Tools
A developer needs to create a new branch using the tag "v2.1". After creation, the new code must be applied in the newly created branch. Which set of commands must the developer us...
Gitbranch creationversion tagsversion control - Question #105Network Programmability Foundation
What is the output of this Python code snippet? s = "banana apple orange banana orange coconut apple" words = [word for word in s.split(" ")] print(" ".join(sorted(list(set(words))...
Pythonlist comprehensionset operationsstring sorting - Question #106Automation APIs and Protocols
What is a difference between JSON and XML in regard to data types?
JSONXMLdata formatsarrays vs comments - Question #107Network Programmability Foundation
What is a benefit of implementing a Python virtual environment when initiating a new development project?
Pythonvirtual environmentdependency isolationruntime configuration - Question #109Automation APIs and Protocols
What is a challenge of consuming an API synchronously?
synchronous APImicroservicesAPI latencyREST API design - Question #113
What is a common challenge encountered when consuming APIs synchronously?
- Question #114
What is the architecture of Cisco Network Services Orchestrator (NSO)?
- Question #115
What is a service template in NSO?
- Question #117Automation APIs and Protocols
What is a characteristic of RESTful APIs?
REST APIclient-serverHTTP architecture - Question #118Automation APIs and Protocols
Refer to the exhibit. An engineer must retrieve a list of service instances for a service called svi_verify_example in the environment using NSO RESTCONF with the Base64-encoded st...
NSO RESTCONFBasic authenticationBase64Python requests - Question #119Automation APIs and Protocols
Which YANG statement limits configuration action during the development of a YANG-based policy model to encode the type of entity that is connected to a given interface, such as pa...
YANGenumerationdata modelingpolicy model - Question #120Automation APIs and Protocols
An engineer needs to update the configuration on a Cisco 3850 switch. To execute this change, RESTCONF must be used. Which two operations must the engineer use that are covered by...
RESTCONFNETCONFHTTP methodsedit-config - Question #121Managing and Operating Cisco SP Network
Refer to the exhibit. A network engineer is configuring dial-out model-based telemetry on Cisco IOS XR. The telemetry server receives an event, but the payload cannot be parsed cor...
model-based telemetryIOS XRdial-outencoding - Question #123
Which HTTP authentication mechanism sends user credentials in plaintext?
- Question #124
Which organization developed the NFV standard?
- Question #125
How can a service package be deployed using NSO?
- Question #126
Which API style is commonly used for remote procedure calls (RPC)?