New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Cisco Cisco Certified DevNet Associate 200-901 Questions and answers with CertsForce

Viewing page 9 out of 15 pages
Viewing questions 81-90 out of questions
Questions # 81:

What is a benefit of test-driven development?

Options:

A.

early customer involvement


B.

increased code quality


C.

faster releases that have minimal features


D.

strict adherence to product requirements


Expert Solution
Questions # 82:

Question # 82

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?

Options:

A.

Gather the IDs of the ACME organization, the BLDG21 network, and the dents on the network


B.

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


C.

Collect the IDs of the clients on the BLDG21 network


D.

List the IDs from the ACME organization


Expert Solution
Questions # 83:

Refer to the exhibit.

Question # 83

What do all the calls shown in the sequence diagram have in common?

Options:

A.

All the calls are optional.


B.

All the calls are asynchronous.


C.

All the calls are synchronous.


D.

All the calls depend on the catalog.


Expert Solution
Questions # 84:

An engineer must configure Cisco Nexus devices and wants to automate this workflow. The engineer enables the Cisco NX-OS REST API to configure the devices by using an Ansible playbook. Before running the code,

which resource must be used to verify that the code works correctly?

Options:

A.

Cisco NX-OS SDK


B.

Cisco Learning Labs


C.

Cisco Code Exchange


D.

Cisco Modeling Labs


Expert Solution
Questions # 85:

A developer needs a list of clients connected to a specific device in a Meraki network. After making a REST API call, the developer receives an unfamiliar response code. Which Cisco DevNet resource should be used to identify the meaning of the response code?

Options:

A.

API documentation


B.

Sandbox


C.

Learning Labs


D.

Code Exchange


Expert Solution
Questions # 86:

Refer to the exhibit.

Question # 86

A network engineer must change the configuration on devices daily. The Python script must collect CLI arguments from the user, organize data according to the Cisco-IOS-XE-native YANG model, and utilize Cisco REST APIs to make the configuration. Which workflow is being automated by the Python script?

Options:

A.

updating an existing route on the device


B.

adding a new route to a device


C.

including a route on the device and overwriting the current routes


D.

deleting the route that is passed through the command-line variables


Expert Solution
Questions # 87:

Why is refactoring done during test-driven development?

Options:

A.

to enable larger objects and longer methods


B.

to improve maintainability and readability


C.

to ensure that the previous uses of the objects are explained


D.

to ensure the duplication of essential code


Expert Solution
Questions # 88:

A local Docker alpine image has been created with an image ID of a391665405fe and tagged as “latest”. Which command creates a running container based on the tagged image, with the container port 8080 bound to port 80 on the host?

Options:

A.

docker build -p 8080:80 alpine:latest


B.

docker exec -p 8080:80 alpine:latest


C.

docker start -p 8080:80 alpine:latest


D.

docker run -p 8080:80 alpine:latest


Expert Solution
Questions # 89:

Refer to the exhibit.

Question # 89

Which command, including arguments, is executed when the container starts?

Options:

A.

/bin/sh -c "/bin/sleep 30 && nginx -g 'daemon off;'"


B.

/bin/sh -c "/bin/sleep 10 && nginx -g 'daemon off;'"


C.

/bin/bash -c "/bin/sleep 30 && nginx -g 'daemon off;'"


D.

/bin/sh -c "/bin/sleep 30" && nginx -g 'daemon off;'


Expert Solution
Questions # 90:

Drag and drop the code snippets from the bottom to the blanks in the code to complete the HTTP response. Not all options are used.

Question # 90


Expert Solution
Viewing page 9 out of 15 pages
Viewing questions 81-90 out of questions