Cisco 200-901 Exam focuses on Developing Applications and Automating Workflows using Cisco Platforms (DEVASC).
Exam preparation resources include PDF and VCE dumps for effective study.
100% passing guarantee and money-back assurance provided by Leads4Pass.
Latest content updated as per Cisco's official exam center.
A developer needs to upload a local file by using the REST API. The developer gathers information according to the documentation and sends the request by using the cURL command in the exhibit but gets an error code. Which action should be followed to get a valid response?
A. change content-type as JSON
B. add the authorization header with the access token
C. and a username-password combination to request command
D. change request method as GET
Correct Answer: B
To send local file attachments, simply post a message by including your access token in the Authorization header
https://developer.webex.com/docs/api/basics
Which cloud-based security solution is focused on DNS resolution?
A. Cisco AMP
B. Cisco Meraki Dashboard
C. Cisco DNA Center
D. Cisco Umbrella
Correct Answer: D
Users cannot access a webserver and after the traffic is captured, the capture tool shows an ICMP packet that reports
"time exceeded in-transit". What is the cause of this webserver access issue?
A. The large distance between the server and the users means that the packets require too much time to reach the
destination.
B. A router along the path is misrouting the packets in a wrong direction.
C. The server is overloaded and the connection was not able to be processed in time.
D. A router along the path has the wrong time.
Correct Answer: B
What is the reason for an HTTP 404 code returned from a REST API request?
A. The requested URL exists, but the HTTP method is not applicable.
B. The requested resource is not found.
C. The request was missing or had an invalid authentication token.
D. The request was successful, but nothing is in the response body.
Correct Answer: B
An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only
25 are returned. Which feature limits the amount of data that is returned by the API?
A. pagination
B. payload limit
C. service timeouts
D. rate limiting
Correct Answer: A
https://developer.atlassian.com/server/confluence/pagination-in-the-rest-api/
A developer creates a Python script to query a REST API by using an HTTP GET request. The remote server will
authorize the request only if it includes HTTP Basic Auth parameters. The username is admin and the password is
devnet123. Which line of code needs to be placed on the snippet where the code is missing?
A. requests.get(url, auth= (\\'admin\\',\\'devnet123\\'))
B. requests.get(url, auth=HTTPDigestAuth(\\'admin\\',\\'devnet123\\'))
C. requests.get(url, auth=HTTPBasicAuth(\\'admin\\',:\\'devnet123\\'))
D. requests.get(url, \\'admin\\', \\'devnet123\\')
Correct Answer: A
DRAG DROP
An engineer must configure devices over Cisco DNA Center. A repository already exists that contains scripts to
communicate with Cisco DNA Center over APIs. The engineer wants to add their own scripts to the same repository.
Drag and drop the actions from the left into the order on the right to clone a Git repository named DNA.
Select and Place:
Correct Answer
DRAG DROP
Drag and drop the code snippets from the bottom to the blanks in the code to complete the HTTP response. Not all
options are used.
Select and Place:
Correct Answer:
A developer needs a list of clients connected to a specific device in a Meraki network. After making a REST API call, the
developer receives an unfamiliar response code. Which Cisco DevNet resource should be used to identify the meaning
of the response code?
A. API documentation
B. Code Exchange
C. Learning Labs
D. Sandbox
Correct Answer: A
https://dynomapper.com/blog/254-the-6-types-of-http-status-codes-explained
The script returns an output of 401. To use the supplied URL. an HTTP GET request must Be sent with an Authorization
header. The header value is a BaseG4 encoded concatenation of the username and password. Which action must be
taken to return an output of 200?
A. Change the verify=False setting in the request to verify=True to enable HTTP Basic authentication
B. Modify the method from LOGIN to GET and supply the username ;password value as JSON payload
C. Verify that the username and password values imported from the configuration file ate still valid.
D. Insert an Authorization header with the values username password from the supplied configuration file.
Correct Answer: B
This seems like a trick question. Simply changing "login" to "get" should fix it. You\\'re still keeping the HTTPBasicAuth
header intact while also sending the user/pass in the json payload according to this answer. Sending it in the payload
shouldn\\'t do anything since it\\'s a simple GET. The payload will be ignored and the basic auth header will be used.
A developer pushes an application to production. The application receives a webhook over HTTPS without a secret. The
webhook information contains credentials to service in cleartext. When the information is received, it is stored in the
database with an SHA-256 hash. Credentials to the database are accessed at runtime through the use of a vault
service. While troubleshooting, the developer sets the logging to debug to view the message from the webhook. What is
the security issue in this scenario?
A. Database credentials should be accessed by using environment variables defined at runtime.
B. During the transport of webhook messages, the credentials could be unencrypted and leaked.
C. During logging, debugging should be disabled for the webhook message.
D. Hashing the credentials in the database is not secure enough; the credentials should be encrypted.
Correct Answer: B
What is the impact on an application from having a large distance between a client device and a host server?
A. latency
B. increased bandwidth
C. loss of connectivity
D. jitter
Correct Answer: A
Leads4pass provides more latest Cisco 200-901 practice materials
Finally, I wish everyone good luck!