Skip to main content
Cisco ⭐ Premium ⭐ Featured

Cisco DevNet Associate (200-901 DEVASC)

By Webmaster Certland English 📝 340 questions ❤️ 0 likes

Practice exam for the Cisco Certified DevNet Associate (DEVASC 200-901). Covers software development, APIs, Cisco platforms, application deployment, infrastructure automation, and network fundamentals.

⭐ Premium Updated Mar 2026

Unlock all 340 Cisco DevNet Associate (200-901 DEVASC) questions

Full simulation · Detailed explanations · Unlimited attempts

  • 340 questions — ~5 full-length simulations
  • Detailed explanations — why each answer is right or wrong
  • Unlimited attempts — retake as many times as needed
  • Smart Practice + Focus Mode + no ads
340
Questions
All certifications
from $4.90/mo

Sample Questions — Cisco DevNet Associate (200-901 DEVASC)

5 free sample questions from this practice exam. Correct answers are highlighted.

1. A developer wants to serialize a Python dictionary called `device_data` into a JSON-formatted string to send in an API request body. Which Python statement accomplishes this?

A json.loads(device_data)
B json.dump(device_data)
C json.dumps(device_data) ✓ Correct
D json.load(device_data)

2. A developer is building a YAML configuration file for a network automation playbook. Which of the following is valid YAML syntax for a list of DNS servers?

A dns_servers: ['8.8.8.8', '8.8.4.4']
B dns_servers:\n - 8.8.8.8\n - 8.8.4.4 ✓ Correct
C dns_servers: (8.8.8.8, 8.8.4.4)
D dns_servers: {8.8.8.8, 8.8.4.4}

3. A developer is reviewing REST API documentation and sees that a GET request to `/api/v1/devices` accepts a query parameter `site_id` to filter results by site. How should this parameter be included in the URL?

A /api/v1/devices/site_id=NYC
B /api/v1/devices?site_id=NYC ✓ Correct
C /api/v1/devices&site_id=NYC
D /api/v1/devices#site_id=NYC

4. A developer is calling a REST API that uses API Key authentication. The documentation states the key must be sent in a custom HTTP header named `X-API-Key`. Which Python `requests` code correctly includes this header?

A requests.get(url, params={'X-API-Key': api_key})
B requests.get(url, headers={'X-API-Key': api_key}) ✓ Correct
C requests.get(url, auth=('X-API-Key', api_key))
D requests.get(url, json={'X-API-Key': api_key})

5. A developer accesses the Cisco ACI APIC REST API. The APIC uses a proprietary object model. What is the root object class that represents the entire ACI fabric in the APIC object model?

A topRoot ✓ Correct
B fvTenant
C fvBD
D vzBrCP

Want to test yourself for real?

Create a free account and run our exam simulation engine.

Free No credit card
  • Simulation engine
  • Up to 10 questions per attempt
  • Score & basic stats
Create free account Already have an account? Sign in
Best
Premium Premium
  • All 340 questions
  • Detailed explanations
  • Smart Practice + Focus Mode
⭐ Get Premium

Information

Questions 340
Time 2h
Difficulty Medium
Minimum Score 72.00%


💰 ROI

Official exam $300.00
CertLand $4.90/mo
Prepare for $300 for less than a coffee/mo

Study Guides & Articles

Related Exams

Discussion

No comments yet. Be the first to start the discussion!

Sign in to join the discussion.