ExamGecko
Home Home / Cisco / 200-901

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

Question list
Search
Search

List of questions

Search

Developer is working on a new feature and made changes on a branch named ‘branch-413667549anew’.

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

A.

git merge -no-edit

Answers
B.

git merge -commit

B.

git merge -commit

Answers
C.

git merge -revert

C.

git merge -revert

Answers
D.

git merge -abort

D.

git merge -abort

Answers
Suggested answer: D

Explanation:


https://www.git-tower.com/learn/git/ebook/en/command-line/advanced-topics/merge-conflicts

A company wants to automate the orders processed on its website using API. The network device that supports the solution must: support XML encoding support distributed transactions support YANG data models be support software

redundancy Which requirement prevents the use of RESTCONF for the solution?

A.

software redundancy

A.

software redundancy

Answers
B.

YANG data models

B.

YANG data models

Answers
C.

distributed transactions

C.

distributed transactions

Answers
D.

XML encoding

D.

XML encoding

Answers
Suggested answer: C

Explanation:


Which technology is responsible for resolving a host name to an IP address?

A.

DNS

A.

DNS

Answers
B.

SNMP

B.

SNMP

Answers
C.

DHCP

C.

DHCP

Answers
D.

NTP

D.

NTP

Answers
Suggested answer: A

Explanation:


Refer to the exhibit.

Up to which device does the communication server 1 and server 2 go?

A.

device B

A.

device B

Answers
B.

device C

B.

device C

Answers
C.

device D

C.

device D

Answers
D.

device E

D.

device E

Answers
Suggested answer: C

Explanation:


Refer to the exhibit.

An engineer sends the request to collect data over Cisco AMP for Endpoints API. The Engineer must list guide and hostname data for all computers, but the first request returns only 500 items out of 2,000. Then, the engineer adds the loop to collect all the dat a. What must be added to the script where the code is missing to complete the requests?

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
Suggested answer: A

Explanation:


https://github.com/CiscoSecurity/amp-03-pagination/blob/master/01_paginate.py while 'next' in response_json['metadata']['links']:

next_url = response_json['metadata']['links']['next'] response = session.get(next_url) response_json = response.json() for computer in response_json['data']:

print(computer['connector_guid'], computer['hostname'])

Which protocol is used for clock synchronization between network devices?

A.

FTP

A.

FTP

Answers
B.

NNTP

B.

NNTP

Answers
C.

BGP

C.

BGP

Answers
D.

NTP

D.

NTP

Answers
Suggested answer: D

Explanation:


Network Time Protocol (NTP) is an internet protocol used to synchronize with computer clock time sources in a network. It belongs to and is one of the oldest parts of the TCP/IP suite. The term NTP applies to both the protocol and the client- server programs that run on computers.

What is the meaning of the HTTP status code 204?

A.

request completed; new resource created

A.

request completed; new resource created

Answers
B.

server successfully processed request; no content returned

B.

server successfully processed request; no content returned

Answers
C.

standard response for successful requests

C.

standard response for successful requests

Answers
D.

invalid query parameters

D.

invalid query parameters

Answers
Suggested answer: B

Explanation:


Which two commands download and execute an Apache web server container in Docker with a port binding 8080 in the container to 80 on the host? (Choose two.)

A.

docker pull apache

A.

docker pull apache

Answers
B.

docker run -p 8080:80 httpd

B.

docker run -p 8080:80 httpd

Answers
C.

docker run -p 80:8080 httpd

C.

docker run -p 80:8080 httpd

Answers
D.

docker pull httpd

D.

docker pull httpd

Answers
E.

docker pull https

E.

docker pull https

Answers
Suggested answer: C, D

Explanation:


A group of software developers wants to improve its collaboration with the operations team. The group wants to deliver release-ready code that merges code changes back to the main branch and runs the automated testing as often as possible. Which DevOps concept does this scenario represent?

A.

continuous delivery

A.

continuous delivery

Answers
B.

version control

B.

version control

Answers
C.

continuous integration

C.

continuous integration

Answers
D.

continuous deployment

D.

continuous deployment

Answers
Suggested answer: C

Explanation:


A developer is running an application that connects to the Cisco website and collects dat a. The application will be hosted in a local data center and the data will need to be collected on a frequent basis. The application client requires certain environmental variables to be set before the run. Which Bash command sets the environmental variables for a Linux system?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
Suggested answer: D

Explanation:


Total 471 questions
Go to page: of 48