Cisco 200-901 Practice Test - Questions Answers, Page 13
List of questions
Related questions
What are two advantages of YANG-based approaches for infrastructure automation? (Choose two.)
multi-platform vendor abstraction
compiles to executables that run on network devices
designed to reflect networking concepts
directly maps to JavaScript
command line driven interface
Refer to the exhibit.
Which infrastructure automation method is shown?
CI/CD pipeline
Lean
Agile
Waterfall
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?
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
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
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
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
Refer to the exhibit. A network engineer must collect information from the network. The engineer prepares a script to automate workflow by using Cisco Meraki API. The script must run over nested loops to collect organization and network information and uses the collected data for final collection. Which process is being automated by using the Python script?
Collect the IDs of the clients on the BLDG21 network.
Provide the BLDG21 network information if it is part of the ACME organization.
Gather the IDs of the ACME organization, the BLDG21 network, and the clients on the network.
Refer to the exhibit.
What is the function of the Python script?
Loop through the returned list of network devices and, for each device, print the device name and management IP address.
Count and print the total number of available devices.
For each device that is returned, display the device type and associated management IP address.
Iterate over a list of network devices and write all device names and management IP addresses to an output file.
Refer to the exhibit. The output of the diff -u README.md-repo README.md command is shown. The original file was 165 lines long. How many lines are in the edited copy of the file?
162
165
172
173
Which line is an example of the start of a chunk from a unified diff?
@@ -20191007T1200 +88,90 @@
@@ -88,10 +88,6 @@
@@ -90,88 +20191008T1349 @@
@@ -20191007T1200 +20191008T1349 @@
Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)
Option A
Option B
Option C
Option D
Option E
Refer to the exhibit.
What is the result of executing this Ansible playbook?
The playbook copies a new start-up configuration to CISCO_ROUTER_01
The playbook copies a new running configuration to CISCO_ROUTER_01
The playbook backs up the running configuration of CISCO_ROUTER_01
The playbook backs up the start-up configuration of CISCO_ROUTER_01
Refer to the exhibit.
Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.)
Traffic from ports 0/2 to 0/5 is able to flow on port 0/1 due to the trunk.
GigabitEthernet0/1 is left unconfigured.
GigabitEthernet0/2 and GigabitEthernet0/3 are access ports for VLAN 6.
Traffic is able to flow between ports 0/2 to 0/5 due to the trunk on port 0/1.
Traffic on ports 0/2 and 0/3 is connected to port 0/6.
Question