Inspirational journeys

Follow the stories of academics and their research expeditions

Automating Cisco Enterprise Solution Practice Questions 2023 - Part 7

Mary Smith

Wed, 15 Apr 2026

Automating Cisco Enterprise Solution Practice Questions 2023 - Part 7

1. Which two data formats are human readable? (Choose two.)(Select 2answers)

A) Apache Arrow
B) YAML
C) gRPC
D) JSON



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

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



3. Which NETCONF datastore is locked while the network device configuration is edited?

A) common
B) running
C) startup
D) working



4. The Netmiko BaseConnection class contains a method called Ò??send_config_set()Ò?. Which two actions does this method perform on the device? (Choose two.)(Select 2answers)

A) It automatically enters and exits configuration mode on the device
B) It takes a filename parameter that executes commands contained in that file on the device.
C) It takes a Python iterable, such as a list of commands, and executes them in order on the device.
D) It requires the user to explicitly send configure terminal and exit commands to the device to enter and exit configuration mode.



5. You create a simple service package skeleton in Cisco NSO using ncs-make-package Γ’??service-skeleton template vlan. Which two steps must be performed to complete the service? (Choose two.)(Select 2answers)

A) Create the VLAN service template in XML
B) Modify the VLAN FastMap algorithm.
C) Start the VLAN Python VM
D) Create the VLAN service model in YANG
E) Compile the VLAN NED.


1. Right Answer: B,D
Explanation:

2. Right Answer: A
Explanation:

3. Right Answer: B
Explanation:

4. Right Answer: A,C
Explanation:

5. Right Answer: D,E
Explanation:

0 Comments

Leave a comment