hardMultiple ChoiceObjective-mapped
200-901 Practice Question: During a migration from legacy to SD-Access, a…
During a migration from legacy to SD-Access, a network team wants to use Cisco DNA Center to automate policy deployment. They have defined a macro-level intent but need to ensure that the fabric devices are correctly configured. Which API call should they use to validate the fabric configuration?
⚠ Common exam trap
Cisco often tests the distinction between CRUD operations in intent APIs, and the trap here is that candidates confuse a POST (create) or PUT (update) with a GET (read/validate) when the question specifically asks for validation.
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
✓
GET /dna/intent/api/v1/business/sda/fabric-site
The GET /dna/intent/api/v1/business/sda/fabric-site API call retrieves the current configuration of fabric sites, allowing the team to validate that fabric devices are correctly provisioned and associated with the intended site. This aligns with the intent-based API model where GET operations are used for validation and monitoring of deployed policies.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
PUT /dna/intent/api/v1/business/sda/fabric-device
Why it's wrong here
Used for updating a fabric device.
- ✗
POST /dna/intent/api/v1/business/sda/fabric-site
Why it's wrong here
Used for creating a fabric site, not for validation.
- ✓
GET /dna/intent/api/v1/business/sda/fabric-site
Why this is correct
Retrieves the fabric site configuration for validation.
- ✗
GET /dna/intent/api/v1/business/sda/network-profile
Why it's wrong here
Retrieves network profiles, not fabric configuration.
Go deeper
Related to this question
About these practice questions
Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
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.