Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Cisco 200-901 Practice Exam with Questions & Answers | Set: 9

Questions 81

Refer to the exhibit.

200-901 Question 81

Which JSON snippet configures a new interface according to YANG model?

A)

200-901 Question 81

B)

200-901 Question 81

C)

200-901 Question 81

D)

200-901 Question 81

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Cisco 200-901 Premium Access
Questions 82

200-901 Question 82

Refer to the exhibit. A developer is creating a Python script to obtain a list of HTTP servers on a network named office_east by using the Cisco Meraki API. The request has these requirements:

• Must time out if the response is not received within 2 seconds.

• Must utilize client certificates and SSL certificate verification.

• Must utilize basic authentication that uses a username of admin and a password of cisco.

• Must save the response to an object named response.

Drag and drop the code snippets from the bottom onto the blanks in the code to meet the requirements. Not all options are used.

200-901 Question 82

Options:
Questions 83

A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?

Options:
A.

git rebase --merge feat00304

B.

git merge --squash feat00304

C.

git push --rebase feat00304

D.

git checkout --squash feat00304

Questions 84

Refer to the exhibit.

200-901 Question 84

A network engineer uses model-driven programmability to monitor and perform changes on the network. The network engineer decides to use the NETCONF RPC message to complete one of their tasks. What is accomplished by sending the RPC message?

Options:
A.

The running-config of the device is returned.

B.

The name of each interface is reset to a default name.

C.

All the YANG capabilities supported by the device are returned.

D.

A list of interface names is returned.

Questions 85

Several teams at a company are developing a new CRM solution to track customer interactions with a goal of improving customer satisfaction and driving higher revenue. The proposed solution contains these components:

• MySQL database that stores data about customers

• HTML5 and JavaScript UI that runs on Apache

• REST API written in Python

What are two advantages of applying the MVC design pattern to the development of the solution? (Choose two.)

Options:
A.

to enable multiple views of the same data to be presented to different groups of users

B.

to provide separation between the view and the model by ensuring that all logic is separated out into the controller

C.

to ensure data consistency, which requires that changes to the view are also made to the model

D.

to ensure that only one instance of the data model can be created

E.

to provide only a single view of the data to ensure consistency

Questions 86

Refer to the exhibit.

200-901 Question 86

A network engineer works on a Cisco DevNet application that is available for download on the Cisco DevNet website. The engineer prepares a bash script to automate operations that relate to the application. Which workflow is being automated in the bash script?

Options:
A.

compilation and configuration of the Cisco DevNet application so that it must be started manually

B.

compilation, installation, and configuration of the Cisco DevNet application so that it starts automatically

C.

compilation and installation of the Cisco DevNet application for an autonomous deployment model

D.

installation and configuration of the Cisco DevNet application so that it starts manually

Questions 87

Which protocol must be allowed on the firewall so that NTP services work properly?

Options:
A.

ICMP

B.

BGP

C.

UDP

D.

TCP

Questions 88

Refer to the exhibit.

200-901 Question 88

A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?

A)

200-901 Question 88

B)

200-901 Question 88

C)

200-901 Question 88

D)

200-901 Question 88

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 89

Refer to the exhibit.

200-901 Question 89

Which device limits traffic between server 1 and server 2?

Options:
A.

Device B

B.

Device C

C.

Device D

D.

Device E

Questions 90

Refer to the exhibit.

200-901 Question 90

A Python code has been written to query a device. The executed code results in the error shown. Which action resolves the problem?

Options:
A.

import json

B.

requests("GET", base_url + request_url, cookles=cookies)

C.

pip install requests

D.

import requests