ExamGecko
Home Home / Cisco / 200-901

Cisco 200-901 Practice Test - Questions Answers, Page 13

Question list
Search
Search

What are two advantages of YANG-based approaches for infrastructure automation? (Choose two.)

A.

multi-platform vendor abstraction

A.

multi-platform vendor abstraction

Answers
B.

compiles to executables that run on network devices

B.

compiles to executables that run on network devices

Answers
C.

designed to reflect networking concepts

C.

designed to reflect networking concepts

Answers
D.

directly maps to JavaScript

D.

directly maps to JavaScript

Answers
E.

command line driven interface

E.

command line driven interface

Answers
Suggested answer: A, C

Refer to the exhibit.

Which infrastructure automation method is shown?

A.

CI/CD pipeline

A.

CI/CD pipeline

Answers
B.

Lean

B.

Lean

Answers
C.

Agile

C.

Agile

Answers
D.

Waterfall

D.

Waterfall

Answers
Suggested answer: A

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

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

Answers
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

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

Answers
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

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

Answers
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

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

Answers
Suggested answer: A

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?

A.

Collect the IDs of the clients on the BLDG21 network.

A.

Collect the IDs of the clients on the BLDG21 network.

Answers
B.

Provide the BLDG21 network information if it is part of the ACME organization.

B.

Provide the BLDG21 network information if it is part of the ACME organization.

Answers
C.

Gather the IDs of the ACME organization, the BLDG21 network, and the clients on the network.

C.

Gather the IDs of the ACME organization, the BLDG21 network, and the clients on the network.

Answers
Suggested answer:

Refer to the exhibit.

What is the function of the Python script?

A.

Loop through the returned list of network devices and, for each device, print the device name and management IP address.

A.

Loop through the returned list of network devices and, for each device, print the device name and management IP address.

Answers
B.

Count and print the total number of available devices.

B.

Count and print the total number of available devices.

Answers
C.

For each device that is returned, display the device type and associated management IP address.

C.

For each device that is returned, display the device type and associated management IP address.

Answers
D.

Iterate over a list of network devices and write all device names and management IP addresses to an output file.

D.

Iterate over a list of network devices and write all device names and management IP addresses to an output file.

Answers
Suggested answer: A

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?

A.

162

A.

162

Answers
B.

165

B.

165

Answers
C.

172

C.

172

Answers
D.

173

D.

173

Answers
Suggested answer: D

Which line is an example of the start of a chunk from a unified diff?

A.

@@ -20191007T1200 +88,90 @@

A.

@@ -20191007T1200 +88,90 @@

Answers
B.

@@ -88,10 +88,6 @@

B.

@@ -88,10 +88,6 @@

Answers
C.

@@ -90,88 +20191008T1349 @@

C.

@@ -90,88 +20191008T1349 @@

Answers
D.

@@ -20191007T1200 +20191008T1349 @@

D.

@@ -20191007T1200 +20191008T1349 @@

Answers
Suggested answer: B

Explanation:


Reference: https://unix.stackexchange.com/questions/252927/what-do-the-numbers-in-the-line-mean-in-output-of-diff

Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
E.

Option E

E.

Option E

Answers
Suggested answer: A, B

Explanation:


Reference: https://www.cisco.com/c/en/us/support/docs/storage-networking/management/200933-YANG-NETCONF- Configuration-Validation.html

Refer to the exhibit.

What is the result of executing this Ansible playbook?

A.

The playbook copies a new start-up configuration to CISCO_ROUTER_01

A.

The playbook copies a new start-up configuration to CISCO_ROUTER_01

Answers
B.

The playbook copies a new running configuration to CISCO_ROUTER_01

B.

The playbook copies a new running configuration to CISCO_ROUTER_01

Answers
C.

The playbook backs up the running configuration of CISCO_ROUTER_01

C.

The playbook backs up the running configuration of CISCO_ROUTER_01

Answers
D.

The playbook backs up the start-up configuration of CISCO_ROUTER_01

D.

The playbook backs up the start-up configuration of CISCO_ROUTER_01

Answers
Suggested answer: D

Refer to the exhibit.

Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.)

A.

Traffic from ports 0/2 to 0/5 is able to flow on port 0/1 due to the trunk.

A.

Traffic from ports 0/2 to 0/5 is able to flow on port 0/1 due to the trunk.

Answers
B.

GigabitEthernet0/1 is left unconfigured.

B.

GigabitEthernet0/1 is left unconfigured.

Answers
C.

GigabitEthernet0/2 and GigabitEthernet0/3 are access ports for VLAN 6.

C.

GigabitEthernet0/2 and GigabitEthernet0/3 are access ports for VLAN 6.

Answers
D.

Traffic is able to flow between ports 0/2 to 0/5 due to the trunk on port 0/1.

D.

Traffic is able to flow between ports 0/2 to 0/5 due to the trunk on port 0/1.

Answers
E.

Traffic on ports 0/2 and 0/3 is connected to port 0/6.

E.

Traffic on ports 0/2 and 0/3 is connected to port 0/6.

Answers
Suggested answer: A, C
Total 471 questions
Go to page: of 48