Automating and Programming Cisco Service Provider Solutions Demo Questions
Here you can find Automating and Programming Cisco Service Provider Solutions exam sample questions which will help you to prepare for your upcoming certification test. These questions will give you an idea of what to expect on the exam and help you review the 300-535 SPAUTO study material. Be sure to go over the Free 300-535 SPAUTO questions multiple times so that you are confident and comfortable with the material. You can always go to the full 300-535 SPAUTO dumps here.
These Automating and Programming Cisco Service Provider Solutions certification questions are designed to give you a feel for the material you'll be tested on. They cover a wide range of topics, so you can get a sense of what to expect on examination day.
These 300-535 SPAUTO dumps are updated regularly, so you can be confident that you're studying with the most up-to-date information available. We also provide answer keys so that students can check their work.
Additionally, going through Automating and Programming Cisco Service Provider Solutions practice questions can help you identify any areas where you need more review. Taking advantage of our 300-535 SPAUTO demo questions is a great way to set yourself up for success on the real thing.
These Automating and Programming Cisco Service Provider Solutions questions cover the material that will be on the test, and provide an opportunity for students to practice their skills. The questions are designed to be similar to those that will be on the actual Automating and Programming Cisco Service Provider Solutions exam, so that students can get a feel for what they will be facing. We believe that by providing these demo questions, students will be better prepared and more likely to succeed on their exams.
Good luck for the 300-535 SPAUTO exam!
Automating and Programming Cisco Service Provider Solutions Sample Questions:
1. 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
2. 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
3. Refer to the exhibit.
An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?
A. The resource that you are trying to delete does not exist.
B. Port 8080 is not enabled on XTC.
C. XTC does not offer any APIs.
D. You must change the request method.
4. 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
5. What tool is used to perform a “what if” failure analysis in a service provider network that is running Segment Routing?
A. Cisco WAN Automation Engine
B. Cisco Evolved Programmable Network Manager
C. Cisco Network Services Orchestrator
D. Cisco Segment Routing Path Computation Element
6. Refer to the exhibit.
What is the effect of the script on the device?
A. All interfaces except GigabitEthernet2 are reset to their default configurations.
B. It replaces the entire configuration for GigabitEthernet2 on the device using RESTCONF.
C. It merges the new configuration with the existing configuration on the device using RESTCONF.
D. It compares the configuration to the device. If it matches, the device sends back an HTTP 204 status code.
7. Refer to the exhibit.
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
8. Refer to the exhibit.
What is the result of the Ansible task?
A. It configures a Cisco IOS XR router with BGP AS65000 with two neighbors and redistributes OSPF into BGP.
B. It validates the BGP configuration on a Cisco IOS XR router, but it is a read-only module and cannot modify the configuration on the router.
C. It validates the BGP configuration on a Cisco IOS XE router, but it is a check mode-only network module and cannot modify the configuration on the router.
D. It configures a Cisco IOS router with BGP on AS500 and redistributes OSPF into BGP.
9. What is a key feature of YANG?
A. use identification
B. error prediction
C. JAVA compatibility
D. reusable types and groupings
10. Which two commands generate a template using Cisco NSO to build a service package? (Choose two.)
A. show running-config devices device ce-ios config ios:interface Loopback 0 | display template.xml
B. show running-config devices device ce-ios config ios:interface Loopback 0 | display xml | save template.xml
C. request running-config devices device ce-ios config ios:interface Loopback 0 | display xml
D. show running-config devices device ce-ios config ios:interface Loopback 0
E. show running-config devices device ce-ios config ios:interface Loopback 0 | display xml