Cisco 200-901 Practice Test - Questions Answers, Page 31
List of questions
Related questions
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?
git merge -no-edit
git merge -commit
git merge -revert
git merge -abort
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?
software redundancy
YANG data models
distributed transactions
XML encoding
Which technology is responsible for resolving a host name to an IP address?
DNS
SNMP
DHCP
NTP
Refer to the exhibit.
Up to which device does the communication server 1 and server 2 go?
device B
device C
device D
device E
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?
Option A
Option B
Option C
Option D
Which protocol is used for clock synchronization between network devices?
FTP
NNTP
BGP
NTP
What is the meaning of the HTTP status code 204?
request completed; new resource created
server successfully processed request; no content returned
standard response for successful requests
invalid query parameters
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.)
docker pull apache
docker run -p 8080:80 httpd
docker run -p 80:8080 httpd
docker pull httpd
docker pull https
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?
continuous delivery
version control
continuous integration
continuous deployment
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?
Question