Courseiva
mediumMultiple SelectObjective-mapped

200-901 Practice Question: When using the Cisco DNA Center API, which three…

When using the Cisco DNA Center API, which three steps are typically involved in making a successful API call? (Choose three.)

⚠ Common exam trap

Cisco often tests the distinction between where the token is placed (header vs. body) and which protocols are appropriate for REST APIs, so candidates mistakenly think the token goes in the request body or that SNMP is a valid method for DNA Center API calls.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Send requests to the correct API endpoint.

Every REST API call to Cisco DNA Center must target the correct URI endpoint (e.g., `/dna/intent/api/v1/network-device`) to access the intended resource or action. Sending a request to an incorrect endpoint will result in a 404 Not Found or an unintended response, making endpoint accuracy fundamental to successful API interactions.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Send requests to the correct API endpoint.

    Why this is correct

    Correct endpoints are necessary to access desired resources.

  • Obtain an authentication token using Basic Auth credentials.

    Why this is correct

    The initial step is to POST to /dna/system/api/v1/auth/token with Basic Auth.

  • Use the token in the request body.

    Why it's wrong here

    Token is not placed in the request body.

  • Use SNMP to retrieve device data.

    Why it's wrong here

    DNA Center uses REST APIs, not SNMP.

  • Include the token in the Authorization header as Bearer.

    Why this is correct

    All subsequent requests must include 'Authorization: Bearer <token>'.

About these practice questions

This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.