136 Exam Questions for 300-535 Updated Versions With Test Engine [Q48-Q73]

Share

136 Exam Questions for 300-535 Updated Versions With Test Engine

Pass 300-535 Exam with Updated 300-535 Exam Dumps PDF 2026


Passing the Cisco 300-535 exam is an excellent way for professionals to validate their skills and knowledge in automating and programming Cisco collaboration solutions. Automating and Programming Cisco Collaboration Solutions certification demonstrates that the candidate has the expertise to use automation and programming tools to enhance the performance and efficiency of Cisco collaboration solutions. It also shows that the candidate has the ability to solve complex problems and provide innovative solutions to meet the needs of modern businesses.

 

NEW QUESTION # 48
When troubleshooting LDP operations on the Cisco IOS and IOS XE routers, what is one of the first things that should be verified?

  • A. if running OSPF as the IGP, ensure that OSPFv3 has been enabled
  • B. verify if there are any access lists that are denying TCP and UDP port 464 packets
  • C. check if the ip cef command has been enabled
  • D. verify in the running configurations that all of the required LDP interfaces are defined under the mpls ldp command configuration mode

Answer: C


NEW QUESTION # 49
What is a benefit of Ansible for automating IOS XE or IOS XR platforms?

  • A. Playbooks can be written in XML format.
  • B. It offers native orchestration support for Cisco platforms.
  • C. It has agent support
  • D. It supports asynchronous orchestration.

Answer: B

Explanation:
Section: 2.0 Automation APIs and Protocols


NEW QUESTION # 50
Refer to the exhibit. Which code snippet must be placed onto the box in the script to configure an OSPF process on a Cisco IOS XR router?

  • A.
  • B.
  • C.
  • D.

Answer: D

Explanation:
Chosen option uses the correct parameters for manager.connect, assigns the OSPF configuration XML to the config argument, and commits the candidate configuration. This matches the setup and variable names defined in the script, ensuring the OSPF process is configured on a Cisco IOS XR router.


NEW QUESTION # 51
Which two network configuration protocols use XML as a data representation format? (Choose two.)

  • A. SNMP
  • B. NETCONF
  • C. CORBA
  • D. RESTCONF
  • E. TOSGA

Answer: B,D


NEW QUESTION # 52
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 use?
git checkout -b my-branch v2.1 -create

  • A. git checkout my-branch
    git branch my-branch v2.1
  • B. git checkout my-branch v2.1 create
  • C. git checkout my-branch
    git branch -create my-branch v2.1
  • D. git checkout my-branch
    git branch my-branch

Answer: D

Explanation:
The command git branch my-branch v2.1 creates a new branch named my-branch based on the tag v2.1. git checkout my-branch switches to the new branch to begin applying new code.


NEW QUESTION # 53
Which option is the appropriate method for CBWFQ WRED implementation in Cisco IOS XR?

  • A.
  • B.
  • C.
  • D.

Answer: C


NEW QUESTION # 54
Refer to the exhibit.

Which HTTP authentication mechanism is being used?

  • A. OAuth
  • B. simple
  • C. basic
  • D. token

Answer: C


NEW QUESTION # 55
Refer to the exhibit.

What are the two outcomes when the RESTCONF POST code is implemented? (Choose two.)

  • A. A new L3VPN endpoint to a VPN is added.
  • B. An L3VPN endpoint to a VPN is merged.
  • C. An L3VPN endpoint to a VPN is updated.
  • D. An L3VPN endpoint to a VPN is replaced.
  • E. A new VPN endpoint to a VPN is added.

Answer: A,C


NEW QUESTION # 56
Drag and Drop Question
Drag and drop the code snippets from the bottom onto the blanks in the code to run the displayed ansible playbook, which configures an interface on a Cisco device. Not all options are used.

Answer:

Explanation:

Explanation:

ansible-playbook runs the playbook.
-i inventory.yml specifies the inventory file.
-e iface_name=GigabitEthernet4 passes the variable.


NEW QUESTION # 57
When configuring LLQ (strict priority queue) on a traffic class using the Cisco IOS XR priority command on a Cisco ASR9K router, which additional QoS command is required for this traffic class?

  • A. shape
  • B. random-detect
  • C. police
  • D. bandwidth

Answer: C

Explanation:
The Low Latency Queueing feature brings strict priority queueing to Class-Based Weighted Fair Queueing (CBWFQ).


NEW QUESTION # 58
Refer to the exhibit.

What is the effect of the script on the device?

  • A. It compares the configuration to the device. If it matches, the device sends back an HTTP 204 status code.
  • B. It merges the new configuration with the existing configuration on the device using RESTCONF.
  • C. All interfaces except GigabitEthernet2 are reset to their default configurations.
  • D. It replaces the entire configuration for GigabitEthernet2 on the device using RESTCONF.

Answer: B


NEW QUESTION # 59
An engineer wants to replace the BLOCK_BAD ACL on the Cisco IOS XE router with this new content. The engineer wants to use RESTCONF for this and constructs a PUT request to the resource/restconf/data/native/ip/access-list/Cisco-IOS-XE-acl:extended=BLOCK_BAD.
What must the body look like to achieve the Cisco IOS XE configuration?
Desired configutation:
ip access-list extended BLOCK_BAD
permit ip any host 192.168.20.1
deny ip any any

  • A.
  • B.
  • C.
  • D.

Answer: B


NEW QUESTION # 60
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.
Based on the data that is collected from the network, the average utilization of the links is around
20%. When a network operator initiates a new service instance in Cisco NSO that requires around 10% of available bandwidth, Cisco WAE cannot find a path in the network. How should a network operator solve the problem?

  • A. Disable the WMD component, which prevents using the near real-time network model.
  • B. Enable XTC to process the data that is received from the network.
  • C. Enable the Bandwidth Optimization application to perform network bandwidth optimization.
  • D. Increase the threshold in the bw-on-demand configuration to be more than 30%.

Answer: D

Explanation:
The util-threshold in the bw-on-demand configuration is currently set to 10.0, which means paths will only be considered if link utilization is below 10%. Since the average utilization is around
20%, no suitable path is found. Increasing the threshold to above 20% allows Cisco WAE to consider paths with higher utilization, enabling path selection for the new service instance.


NEW QUESTION # 61
Which Git command is needed to stage the file network-deploy.py to then commit the changes to the revision history?

  • A. git merge network-deploy.py
  • B. git init network-deploy.py
  • C. git commit network-deploy.py
  • D. git add network-deploy.py

Answer: D


NEW QUESTION # 62
Which Cisco IOS XR high-availability feature is used to prevent routes from being used before LDP converges?

  • A. IGP session protection
  • B. BFD
  • C. LDP-IGP synchronization
  • D. LDP session protection

Answer: C


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

  • A. <close-session>
  • B. <boot-app>
  • C. <exit-operation>
  • D. <close-activity>

Answer: A


NEW QUESTION # 64

Refer to the exhibit. Which JSON output is a valid instantiation of the YANG model?

  • A.
  • B.
  • C.
  • D.

Answer: C

Explanation:
Section: Automation and Orchestration Platforms


NEW QUESTION # 65
Drag and Drop Question
Refer to the exhibit. Drag and drop the code snippets from the bottom onto the boxes in the code to complete the XML based on the YANG model. Not all options are used. Some options may be used more than once.

Answer:

Explanation:

Explanation:


NEW QUESTION # 66
Which organization developed the NFV standard?

  • A. IEEE
  • B. ETSI
  • C. ITU
  • D. IETF

Answer: B


NEW QUESTION # 67
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 and NSO.
  • B. It removes the service configuration from the network device only.
  • C. It runs the service code again when the device is out of sync.
  • D. It removes the service configuration from NSO only.

Answer: A


NEW QUESTION # 68
Refer to the exhibit. Which two configuration leaves in this YANG model are optional? (Choose two.)

  • A. mtu
  • B. type
  • C. oper-status
  • D. last-change
  • E. enabled

Answer: A,D


NEW QUESTION # 69
Which encoding does NETCONF is Cisco IOS XE Software support?

  • A. XML
  • B. JASON AND XML
  • C. YAML
  • D. JSON

Answer: A


NEW QUESTION # 70
Drag and Drop Question
Drag and drop the code snippets from the bottom onto the boxes in the code to construct a Cisco NSO service template that configures the Cisco IOS XE interface description for all interfaces.
Not all options are used.

Answer:

Explanation:

Explanation:


NEW QUESTION # 71
What are two fundamental design constraints of a RESTful API? (Choose two.)

  • A. Each interaction is independent from all others on the server side.
  • B. It includes a series of interactions to the API that are dependent on one another.
  • C. It is dependent on the communication protocol being HTTP.
  • D. It exposes procedures or functions for a client call.
  • E. It is a client-server communication model where the client and the server are independent of one another.

Answer: A,E


NEW QUESTION # 72
Which Git command is needed to stage the file network-deploy.py to then commit the changes to the revision history?

  • A. git merge network-deploy.py
  • B. git init network-deploy.py
  • C. git commit network-deploy.py
  • D. git add network-deploy.py

Answer: D

Explanation:
Section: Automation and Orchestration Platforms


NEW QUESTION # 73
......

300-535 Exam Dumps - Free Demo & 365 Day Updates: https://www.itcertmagic.com/Cisco/real-300-535-exam-prep-dumps.html

Free Sales Ending Soon - Use Real 300-535 PDF Questions: https://drive.google.com/open?id=1gHMzC9635bDyVm7pB_2xaIn0MWjbZTow