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 #54
Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints "Jane"?
- 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 #67
How do NETCONF and gNMI compare in terms of RPC support?
- Question #68
Refer to the exhibit. What is a characteristic of the YANG tree?
- Question #69
Which HTTP authentication method transmits user access credentials and encrypts them using Base64?
- Question #72
Refer to the exhibit. Which expression must be placed onto the blank in the code to retrieve the router configuration in XML?
- Question #75
What is a characteristic of the leaf statement in YANG?
- Question #76
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...
- Question #78
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...
- Question #80
In which scenario does using a network configuration tool such as Ansible benefit configuration deployment and compliance?
- Question #82
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?
- Question #85
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...
- Question #87
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...
- Question #88
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...
- Question #90
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....
- Question #91
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...
- Question #93
Which component of Cisco Crosswork provides centralized control and automation for network operations?
- Question #94
What is a feature of the Service Manager component of Cisco NSO?
- Question #95
Which monitoring function is managed in Cisco ESC?
- Question #96
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...
- Question #98
What are two building components for Cisco NFV Infrastructure? (Choose two.)
- Question #99
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...
- 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 #104
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...
- Question #105
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))...
- Question #106
What is a difference between JSON and XML in regard to data types?
- Question #107
What is a benefit of implementing a Python virtual environment when initiating a new development project?
- Question #109
What is a challenge of consuming an API synchronously?
- 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 #117
What is a characteristic of RESTful APIs?
- Question #118
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...
- Question #119
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...
- Question #120
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...
- Question #121
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...
- 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)?