nerdexam
Cisco

200-901 · Question #336

A developer plans to deploy a new application that will use an API to implement automated data collection from Webex with these requirements: - The application was created by using the request…

The correct answer is B. API documentation. API documentation is the correct resource because it contains the exact technical details a developer needs to implement a specific API correctly: authentication methods (in this case HTTP Basic Auth), supported data formats (JSON and XML), available endpoints, required…

Understanding and Using APIs

Question

A developer plans to deploy a new application that will use an API to implement automated data collection from Webex with these requirements:

  • The application was created by using the request library.
  • Requires HTTP basic authentication.
  • Provides data in JSON or XML formats.

Which Cisco DevNet resource helps the developer with how to use the API?

Options

  • ADevNet sandbox
  • BAPI documentation
  • Cforums
  • DDevNet code exchange

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    87% (26)
  • C
    3% (1)
  • D
    7% (2)

Explanation

API documentation is the correct resource because it contains the exact technical details a developer needs to implement a specific API correctly: authentication methods (in this case HTTP Basic Auth), supported data formats (JSON and XML), available endpoints, required headers, request/response structures, and code examples. The scenario describes very specific implementation requirements that only authoritative documentation can address definitively. A DevNet Sandbox (A) provides a test environment to try the API but does not explain how to use it. Forums (C) offer community advice but are not authoritative or structured. DevNet Code Exchange (D) provides sample code and projects but does not comprehensively document authentication schemes and data formats for a specific API.

Topics

#API documentation#DevNet resources#API usage#Webex API

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice