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

Cisco 200-901 - DevNet Associate (DEVASC)

Page: 13 / 14
Total 467 questions

How are operations on REST APIs performed as compared to RPC APIs?

A.

In a REST API, operations are performed on an object (node) that is identified by a URL, but RPC APIs are operation-oriented.

B.

In a REST API, operations are performed on an external resource that is defined on the API, but the RCP APIs are resource-oriented.

C.

In a REST API, operations are performed on a platform that is identified by the URL, but RPC APIs are platform-oriented.

D.

In a REST API, operations are performed on an internal resource that is defined on the API, but RPC APIs are resource-oriented.

Developer is working on a new feature and made changes on a branch named ‘branch-413667549a-new’. When merging the branch to production, conflicts occurred. Which Git command must the developer use to recreate the pre-merge state?

A.

git merge -no-edit

B.

git merge -commit

C.

git merge -revert

D.

git merge -abort

Refer to the exhibit. A bespoke meeting booking system must be integrated with Cisco Webex so that meetings are created automatically. Drag and drop the code from the bottom onto the box where the code is missing to create a sample meeting. Not all options are used.

Which technology is responsible for matching a name to an IP address of an application running on a host?

A.

firewall

B.

proxy

C.

load balancer

D.

DNS

A file in a local Git repository has been updated and issued the git add . command. The git diff command has been run to compare the changes to the previous commit, but nothing shows. Which action identifies the problem?

A.

Run the git add . command again in the correct subdirectory to ensure changes added to the staging area.

B.

Run the git commit command before the differences are compared to receive the end state of the code.

C.

Run the git status command to see the differences between current and previous code review stages.

D.

Run the git diff --staged command to compare the code added to the staging area.

Refer to the exhibit. An engineer is managing the network of an enterprise. The network is using a distributed deployment model. The enterprise uses database to store logs. The current policy requires logs to be stored if changes are made to the infrastructure in any of the devices on the data centers. Which workflow is being automated by the Bash script?

A.

returning backup files that are older than 30 days

B.

deleting backup files that are older than 30 days

C.

configuring the directory to delete files automatically

D.

automating deletion of all backup files every 30 days

Refer to the exhibit.

Which workflow does the script automate?

A.

retrieves a media server that is being monitored

B.

updates a media server that is being monitored

C.

adds a media server to be monitored

D.

deletes a media server that is being monitored

A developer creates a program in which an object maintains a list of classes based on the observer pattern. The classes are dependent on the object. Whenever the state of the object changes, it notifies the dependent classes directly through callbacks. Which advantage of the observer pattern offers minimum dependencies and maximum flexibility between dependent objects or classes?

A.

tight coupling

B.

cohesion

C.

mediation

D.

loose coupling

Drag and drop the functions from the left onto the networking devices on the right.

Which tool simulates a network that runs Cisco equipment?

A.

Cisco Prime Infrastructure

B.

VMware

C.

Docker

D.

CML