Question 191
Which product provides network controller-level management features?
A. Cisco ISE
B. Cisco DNA Center
C. Cisco UCS Manager
D. Cisco NX-OS
Question 192
What is the purpose of the Cisco VIRL software tool?
A. to verify configurations against compliance standards
B. to automate API workflows
C. to simulate and model networks
D. to test performance of an application
Question 193
What are two advantages of the Model-View-Controller software design pattern? (Choose two.)
A. allows for multiple views of the same model
B. separates responsibilities of the code, which makes future modifications easier
C. simplifies network automation
D. makes code easier to deploy using CI/CD pipelines
E. reduces the need for error handling
Question 194
Refer to the exhibit. Which JSON snippet configures a new interface according to YANG model?
A.
B.
C.
D.
Question 195
Refer to the exhibit.
What is represented in this YANG module?
A. interface management
B. BGP
C. OpenFlow
D. topology
Question 196
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Git
B. Gradle
C. Nagios
D. Jenkins
Question 197
An automation script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. Which networking device must be at fault?
A. load balancer
B. laptop on which the script is running
C. switch
D. router
Question 198
What are two advantages of YANG-based approaches for infrastructure automation? (Choose two.)
A. multi-platform vendor abstraction
B. compiles to executables that run on network devices
C. designed to reflect networking concepts
D. directly maps to JavaScript
E. command line driven interface
Question 199
Refer to the exhibit.
Which infrastructure automation method is shown?
A. CI/CD pipeline
B. Lean
C. Agile
D. Waterfall
Question 200
Refer to the exhibit. An engineer must configure a load balancer server. The engineer prepares a script to automate workflow by using Bash. The script installs the nginx package, moves to the /opt/nginx directory, and reads the sites.txt file for further processing. Based on the script workflow, which process is being automated within the loop by using the information in sites.txt?
A. creating a file per each line in sites.txt with the information in template.conf, creating a link for the previously created file, and then changing the ownership of the created files
B. using the content of the file to create the template.conf file, creating a link from the created file to the /etc/nginx/sites_enabled, and then changing the file execution permissions
C. creating a new file based on template.conf in the /etc/nginx/sites_enabled directory for each line in the sites.txt file, and then changing the file execution permissions
D. using the information in the file to create a set of empty files in the /etc/nginx/sites_enabled directory, and then assigning the owner of the file