DRAG DROP
Drag and drop the components of Cisco Network Services Orchestrator from the left onto the correct definitions on the right.
Select and Place:
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
What are two characteristics of the NFV architecture approach? (Choose two.)
A. It decouples the network functions from proprietary hardware appliances.
B. It provides 70% more efficiency of network infrastructure.
C. It is specially designed for Internet providers.
D. It is specially designed for telecommunications service providers.
E. It typically includes a hypervisor.
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.
Refer to the exhibit. After this operation, what else is needed to change the hostname of the router to IOS-XR-SJC-19?
A.
B.
C.
D.
Refer to the exhibit. Which XML output is a valid instantiation of the YANG model?
A. Option A
B. Option B
C. Option C
D. Option D
How does using the Python with statement in conjunction with ncclient manager improve an existing NETCONF automation script?
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.
Refer to the exhibit. Which command prints out (44, 22) when this code is run on Python 3?
A. print(swap1(d, b))
B. print(swap2(a, b))
C. print(swap1(b, d))
D. print(swap2(22, 44))
Which two data formats are human readable? (Choose two.)
A. YAML
B. Apache Arrow
C. gRPC
D. binary
E. JSON
Refer to the exhibit. Which HTTP authentication mechanism is being used?
A. simple
B. basic
C. OAuth
D. token