Free 200-901 Exam Braindumps (page: 27)

Page 26 of 132

A developer is attempting to retrieve all the messages from a Cisco Webex space. The server responds by sending the first 1,000 messages. The developer must make additional requests to retrieve the rest of the messages. Which API constraint is described in this scenario?

  1. payload limiting
  2. throttling
  3. pagination
  4. rate limiting

Answer(s): C



Refer to the exhibit.


A developer just finished testing a Python script and wants to save the list of packages and versions installed on the current machine. The developer must make sure that it will not cause any issues if tested on another device due to different library versions. Which line of code needs to be placed on the snippet where the code is missing?

  1. pip freeze 2> requirements.txt
  2. pip freeze > requirements.txt
  3. pip freeze => requirements.txt
  4. pip freeze | requirements.txt

Answer(s): B



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?

  1. Database credentials should be accessed by using environment variables defined at runtime.
  2. During the transport of webhook messages, the credentials could be unencrypted and leaked.
  3. During logging, debugging should be disabled for the webhook message.
  4. Hashing the credentials in the database is not secure enough; the credentials should be encrypted.

Answer(s): B



Refer to the exhibit.


A developer cannot reach the web application behind an NGINX load balancer. The developer sends a request to an application FQDN with cURL but gets an HTTP 502 response. Which action solves the problem?

  1. Fix errors in the server configuration, which is behind the load balancer.
  2. Bring up the load balancer to the active state.
  3. Fix errors in the cURL request sent by the client.
  4. Change the default gateway on the load balancer to an active one.

Answer(s): D






Post your Comments and Discuss Cisco® 200-901 exam with other Community members:

200-901 Discussions & Posts