Cisco 200-901 Practice Test - Questions Answers, Page 45
List of questions
Related questions
What is a characteristic of lest-driven development?
It enables code refactoring.
User tests are created after deployment.
Infrastructure testing is done at every stage.
Large updates are applied infrequently.
What is the purpose of Infrastructure as Code?
to provide the ability of independent development process
to manually configure and manage infrastructure at scale
to apply new practices on the development process
to use development engineering practices on the infrastructure
What is the impact on an application from having a large distance between a client device and a host server?
jitter
latency
loss of connectivity
increased bandwidth
Which RFC 1918 address space includes a subnet of 172.16.0.0 that uses a mask of 255.255.0.0?
class A
class B
class C
class D
Refer to the exhibit.
A network engineer makes a RESTCONF API call to Cisco IOS XE to retrieve information. Which HTTP method and URL does the engineer use to make the ..call?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
Which Cisco compute management platform controls server, network, storage, and virtual resources with policy-driven management for up to 10000 physical Cisco servers?
UCS Central
Cisco Intersight
Cisco DNA Center
Cisco HyperFlex
An engineer must review and clean up a code repository. During the review, the engineer finds a file named config.json that contains API URLs, shared keys, and other application configurations. Which two methods, according to best practice, must be used to protect secrets? (Choose two.)
Store in plaintext if they are not stored in a code repository.
Store as plaintext when the server is secured physically.
Never appear in plaintext at rest or in transit.
Make them long, secure strings that include numbers with special characters.
Always store in a secure vault.
What is an advantage of device-level management as compared to controller-level management to automate the configuration of network devices?
Device-level management has access to all devices from a single point on the network and controller-level management does not.
Device-level management supports all subsets of the potential device settings and controller-level management does not.
Device-level management supports REST API-enabled devices and controller-level management does not.
Device-level management requires one controller per vendor and controller-level management does not.
What is a benefit of organizing code into modules?
better maintainability
reduced development costs
simplified development
compatibility with REST APIs
A resource named /item is protected by oAuth2 authentication. An endpoint named /login must request authentication. Which method must be used to access the resource by using the REST API?
Make a GET call to /login that includes the username and password, and retrieve a token to insert into the /item call.
Make a POST call to /login including the user credentials in the message, and retrieve a token to insert into the authorization header of the /item call.
Make a GET call to /item, then make a call to /login that includes the username and password in the body of the message, and wait for the authorization code.
Make a POST call to /item that includes the username and password in the body of the request message, and submit it to request access.
Question