Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Cisco 200-901 - DevNet Associate (DEVASC)

Page: 10 / 14
Total 467 questions

Refer to the exhibit.

Which python data structure does my_json contain?

A.

List

B.

Json

C.

Map

D.

Dict

In which situation would an edge computing solution be used?

A.

where low latency is needed

B.

where high CPU throughput is needed

C.

where fast memory is needed

D.

where high disk space is needed

Which task is performed because the test-driven development approach is being used?

A.

testing existing software before developing new code

B.

refactoring code that is covered by existing tests

C.

writing code without committing any coding violations

D.

creating test scenarios based on continuous development

Refer to the exhibit.

What is the action of the Bash script that is shown?

A.

The script waits until input is entered. If the directory exists, the script goes into it until there is no directory with the same name, then it creates a new directory.

B.

The script goes into the directory called “$ndir” and makes a new directory called “$ndir”

C.

The script waits unit input is entered, then it goes into the directory entered and creates a new directory with the same name.

D.

For all directories in the current folder. The script goes into directory and makes a new directory.

Refer to the exhibit.

Which XML snippet has interface information that conforms to the YANG model?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which standard supported by Cisco IOS XE and Cisco NX-OS is used for automating the configuration of multiple devices across a network?

A.

SNMP – YANG

B.

SYSLOG – YANG

C.

CLI – YANG

D.

NETCONF – YANG

Refer to the exhibit.

A collaboration engineer has developed a script to automate the gathering of information by providing the email address of the individual. When the engineer tests the script, a 401 error is received. Which command fixes the script?

A.

Add "Authorization": "Bearer <WEBEX_TOKEN>" to the headers

B.

Add "Authentication": "Basic <WEBEX_TOKEN>" in the base_url after "https://".

C.

Add "<Authorization>:<password>@" in the base_url after "https://".

D.

Add "Authentication": "Bearer <WEBEX TOKEN>" to the headers

An engineer clones a repository that contains a Python script from GitLab to a laptop. After modifying the code, the engineer wants to validate the changes. Which command starts … CI/CD pipeline and runs the automated tests?

What is a component of the first stage of an application development CI/CD pipeline?

A.

developer writing the initial lines of code

B.

triggering of the automated build phase

C.

commitment and pushing of code into a version control system

D.

triggering of the automated testing phase

To which stage of development do Infrastructure as Code principles relate?

A.

manual configuration

B.

service provisioning

C.

physical deployment

D.

requirement collection