Free 200-901 Exam Braindumps (page: 14)

Page 13 of 132

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?

  1. pagination
  2. payload limit
  3. service timeouts
  4. rate limiting

Answer(s): A



A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the conditional check?

  1. body
  2. headers
  3. link
  4. URL
  5. status code

Answer(s): B



Refer to the exhibit.


A REST API returns this JSON output for a GET HTTP request, which has been assigned to a variable called “vegetables”. Using Python, which output is the result of this command?

print(filter(lambda 1: 1[‘type’] == ‘fruit’, vegetables) [0][‘items’][0][‘items’] [0])

  1. {‘color’: ‘green’, ‘items’: [‘kiwi’, ‘grape’]}
  2. [‘kiwi’, ‘grape’]
  3. lettuce
  4. kiwi

Answer(s): D



DRAG DROP (Drag and Drop is not supported)
Drag and drop the Python code from the left onto the correct step on the right to call a REST API.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:






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

200-901 Discussions & Posts