Practice 200-901 Cisco Platforms and Development questions with full explanations on every answer.
Start practicing
Cisco Platforms and Development — choose a session length
Free · No account required
Click any question to see the full explanation and answer options, or start a focused practice session above.
A developer needs to retrieve a list of all network devices from Cisco DNA Center. Which API endpoint and HTTP method should be used?
2An application uses the Meraki Dashboard API to fetch the list of networks for an organization. The API response includes a Link header with rel='next' pointing to the next page. Which pagination method is the API using?
3A developer wants to send a message to a specific room in Webex using the API. The developer already has the room ID. Which API call is correct?
4A network engineer is using Cisco IOS XE RESTCONF to retrieve the hostname of a device. The YANG module used is 'Cisco-IOS-XE-native'. Which URL path is correct?
5When using the Meraki Dashboard API, what HTTP header is used to pass the API key?
6A developer is automating network configuration using Cisco DNA Center. They want to deploy a configuration template to multiple devices. Which API category should they use?
7An application sends many requests to the Meraki API and receives HTTP 429 errors. The response includes a 'Retry-After' header. What does this status code indicate?
8A developer is using NX-API on a Cisco Nexus switch to execute CLI commands via JSON. Which endpoint and method should be used?
9Which YANG model is an OpenConfig model commonly used for interface configuration?
10A developer wants to create a Webex webhook that triggers when a new message is posted in any room the bot is in. Which resource event should they subscribe to?
11A network administrator wants to use EEM on an IOS XE device to send a syslog message whenever a specific CLI command is entered. Which event detector should be used?
12An application needs to authenticate to Cisco DNA Center. Which authentication method is used?
13A developer is using the Meraki Dashboard API to manage networks. Which two statements about pagination are correct?
14A network engineer is planning to use model-driven programmability with YANG models. Which three statements about YANG models are correct?
15A developer is integrating with Cisco Webex Teams. Which two resources can trigger a webhook?
16A network engineer needs to retrieve a list of all network devices from Cisco DNA Center. Which API endpoint should they use?
17An administrator wants to receive real-time notifications when a new message is posted to a Webex room. Which Webex API resource should be used to configure this?
18A developer is using the Meraki Dashboard API to retrieve a list of clients for a network. After a successful request, the response includes a Link header with rel="next" pointing to the next page. What does this indicate about the API's pagination?
19An engineer needs to authenticate to the Cisco DNA Center API to obtain a token. What is the correct authentication method and endpoint?
20A developer wants to send a message to a Webex room using the API. Which HTTP method and endpoint should they use?
21An engineer is configuring IOS XE for RESTCONF. Which YANG module must be enabled to use RESTCONF?
22A developer is using the Meraki Dashboard API and receives an HTTP 429 status code with a Retry-After header. What is the correct interpretation?
23Which Cisco platform provides a cloud-managed networking solution with a RESTful API that uses an API key in the X-Cisco-Meraki-API-Key header?
24A network automation engineer needs to retrieve the Layer 2 topology for a specific VLAN from Cisco DNA Center. Which API endpoint should be used?
25An engineer is using EEM on an IOS XE device. They want to trigger an applet when a specific syslog message appears. Which event trigger type should they use?
26A developer is exploring YANG models on yangcatalog.org. They want to find a standard model for interface configuration that is vendor-neutral. Which model should they look for?
27Which Cisco platform uses NX-API to allow programmatic access to CLI commands via JSON?
28A developer wants to use Cisco DNA Center to change the network configuration. Which TWO API categories provide capabilities to modify the network? (Choose two.)
29A network automation engineer is evaluating options for model-driven programmability on Cisco devices. Which THREE are valid YANG model sources or tools? (Choose three.)
30A developer is building an integration with Cisco Webex and needs to retrieve information about the authenticated user. Which TWO APIs can be used? (Choose two.)
31A network engineer wants to retrieve a list of all network devices from Cisco DNA Center using the REST API. Which authentication method is required to obtain an access token?
32A developer is using the Meraki Dashboard API to retrieve a list of clients for a given network. The initial GET request returns a 429 HTTP status. What should the developer do to handle this response appropriately?
33A developer wants to send a message to a Webex room using the API. The message should contain a simple text body. Which endpoint and parameter are required?
34An engineer is configuring Cisco IOS XE for RESTCONF programmability. Which configuration is necessary to enable the RESTCONF API?
35Using the Cisco DNA Center API, which endpoint should be queried to retrieve the Layer 2 topology for a specific VLAN?
36A developer is using the Meraki Dashboard API to list all organizations. The base URL is https://api.meraki.com/api/v1/. What is the correct endpoint and authentication method?
37An EEM applet is triggered when a specific syslog message pattern appears. Which action should be used to send a custom syslog message?
38Which YANG model type is defined by industry standards and supported by multiple vendors, offering interoperability?
39A developer wants to retrieve the current user's Webex profile information. Which API endpoint should be called?
40When using the NX-API on Cisco NX-OS, which HTTP method is used to send CLI commands in JSON format?
41In Cisco DNA Center, which API category includes the ability to deploy a configuration template to devices?
42Which Meraki API response header provides information for paginating through a large result set?
43A developer is building an application that interacts with the Webex API to create rooms and send messages. The application needs to receive real-time notifications when a new message is posted in any room. Which TWO actions should the developer take? (Choose two.)
44A network engineer is using Cisco DNA Center to automate network changes. Which THREE operations are part of the 'Change your network' API category? (Choose three.)
45A developer is working with the Meraki Dashboard API to manage SSIDs. Which TWO statements about pagination are correct? (Choose two.)
46A network engineer wants to retrieve a list of all network devices from Cisco DNA Center using REST API. Which URL and HTTP method should be used?
47An administrator is configuring a Cisco Meraki Dashboard API integration. After receiving a 429 HTTP response, what header should be examined to determine when the request can be retried?
48A developer wants to create a new room in Cisco Webex using the API. Which HTTP request is appropriate?
49In Cisco IOS XE, a network engineer wants to retrieve the hostname of a device using RESTCONF. Which URI and method should be used? Assume RESTCONF is enabled and the base URL is https://device/restconf.
50An application uses Cisco DNA Center APIs and needs to receive notifications when a new device is added. Which DNA Center API category should be used to set up event-driven notifications?
51What authentication method is required to obtain a token from Cisco DNA Center's API?
52A Meraki dashboard API request to list networks returns a paginated response. The engineer notices a Link header in the response. What does this header typically contain?
53An engineer is developing an EEM applet on a Cisco IOS XE device to run a CLI command when a specific syslog message appears. Which event trigger should be used?
54A developer wants to use the Cisco Webex API to send a message to a specific person by email. Which parameter should be used in the POST /v1/messages request?
55Which YANG model is commonly used as an open standard for interface configuration and is supported by many vendors?
56An application needs to retrieve all network clients from a specific Meraki network. The API response may be paginated. Which query parameters can be used to implement cursor-based pagination with the Meraki Dashboard API?
57Which Cisco platform provides an API to retrieve a list of issues affecting the network?
58A network automation engineer is using Cisco DNA Center APIs. Which TWO of the following are valid API categories? (Choose two.)
59A developer is building a Cisco Webex bot that needs to automatically respond to messages. Which THREE resources/endpoints are essential for this functionality? (Choose three.)
60A network administrator is planning to use model-driven programmability on Cisco IOS XE devices. Which TWO are valid YANG model sources for configuration? (Choose two.)
61An administrator wants to retrieve a list of all network devices from Cisco DNA Center using the REST API. Which authentication method is required to obtain the API token?
62A developer is using the Meraki Dashboard API to list the organizations accessible by the API key. They send a GET request to https://api.meraki.com/api/v1/organizations. What is the correct way to pass the API key?
63A developer is using the Cisco Webex API to send a message to a specific room. They have the room ID. Which endpoint and method should they use?
64A network engineer is using Cisco IOS XE RESTCONF to retrieve the hostname of a device. The device has already enabled netconf-yang and restconf. Which URL path should be used?
65A developer wants to receive real-time notifications when a new message is posted in a Webex room. Which Webex API resource should they use?
66An organization uses Cisco DNA Center and wants to programmatically deploy a configuration template to multiple devices. Which API category should be used?
67A developer is working with Meraki API to list all clients on a network. The response is paginated. Which parameter allows the developer to specify the starting point for the next page?
68Which Cisco platform provides a cloud-managed dashboard with a REST API that uses an API key in the header and has a rate limit of 5 requests per second?
69A developer wants to use Cisco NX-API on a Nexus switch to execute a CLI command via JSON. What must be enabled on the switch first?
70An engineer is exploring YANG models for network interfaces. They need a vendor-neutral model that can be used across multiple device types. Which YANG model should they use?
71A developer needs to retrieve the current user's details from Webex API. Which endpoint should they call?
72Which Cisco DNA Center API is used to retrieve a list of network devices?
73Which TWO statements about Cisco Meraki API pagination are correct? (Choose two.)
74Which THREE items are valid triggers for Cisco EEM (Embedded Event Manager) applets? (Choose three.)
75Which TWO of the following are categories of Cisco DNA Center APIs? (Choose two.)
76An administrator wants to retrieve a list of all network devices from Cisco DNA Center using the REST API. Which authentication method must be used first to obtain a token?
77A developer is using the Meraki Dashboard API to retrieve a list of devices in an organization. The API response is paginated. Which HTTP header does Meraki use to indicate the next page of results?
78A Webex bot needs to send a message to a room. The bot has the room ID. Which API endpoint should be used, and what is the correct HTTP method?
79Which API is used to execute CLI commands on Cisco IOS XE devices using on-device programmability?
80A developer is using the NX-API on a Cisco Nexus switch to retrieve the configuration. The developer sends a POST request to /ins with a JSON payload. Which HTTP method and path are correct?
81In DNA Center, which API endpoint is used to retrieve a list of current network issues?
82Which tool can be used to explore YANG models locally?
83A developer needs to register a Webex webhook that triggers when a new message is posted in any room the bot is a member of. Which resource and event should be specified?
84A Meraki API request is receiving HTTP 429 responses. According to the Meraki rate limit, what should the developer do?
85Which EEM applet action is used to execute a CLI command when an event triggers?
86In DNA Center, which API category is used to deploy templates to devices?
87A developer needs to retrieve the hostname of a Cisco IOS XE device using RESTCONF. Which URI path is correct?
88A developer is using the Meraki Dashboard API to list all networks in an organization. Which TWO of the following are valid methods for pagination?
89Which THREE of the following are valid event triggers in Cisco EEM?
90Which TWO of the following are features of the DNA Center 'Platform' API category?
91A developer wants to retrieve a list of all network devices from Cisco DNA Center. Which API endpoint should they use?
92An administrator is automating the deployment of a new switch using Cisco DNA Center. Which API category should they use to provision the device with a configuration template?
93A developer is using the Meraki Dashboard API to retrieve a list of clients for a network. The API returns a 429 error. What should the developer do to handle this correctly?
94Which authentication method is used by the Cisco Meraki Dashboard API?
95A developer wants to get the current user's information from the Webex API. Which endpoint should they use?
96An administrator needs to retrieve the hostname of an IOS XE device using RESTCONF. Which URL and data path should they use?
97A developer is working with the Webex API to receive real-time notifications when a message is posted. Which resource should they create?
98Which command enables the NX-API feature on a Cisco NX-OS device?
99A developer needs to send a message to a Webex room using the API. Which HTTP method and endpoint should they use?
100A network engineer wants to automate a configuration change on a Cisco IOS XE device when a specific syslog message appears. Which tool should they use?
101A developer is using the Cisco DNA Center API and receives a token. How is this token typically used in subsequent API requests?
102Which YANG model is an OpenConfig model used for interface configuration?
103A developer is using the Meraki Dashboard API to list all organizations. Which TWO of the following are true regarding pagination in the Meraki API? (Choose TWO.)
104A developer is building a chatbot that needs to send a direct message to a user on Webex. Which TWO fields are required in the POST /v1/messages request? (Choose TWO.)
105Which THREE of the following are valid event triggers for an EEM applet on Cisco IOS XE? (Choose THREE.)
106Which authentication method does Cisco DNA Center use to obtain an API token?
107A developer wants to retrieve the list of network devices from Cisco DNA Center. Which API endpoint should be used?
108When making API calls to Cisco Meraki Dashboard, what header must be included for authentication?
109A developer is using the Meraki Dashboard API to list all networks in an organization. The response includes a Link header with rel="next". What does this indicate?
110A developer needs to send a message to a specific room in Webex using the API. What is the correct endpoint and required body parameter for the room destination?
111When using RESTCONF on Cisco IOS XE, which URL retrieves the hostname configuration?
112An engineer wants to trigger an EEM applet when a specific syslog message appears. Which event detector should be used?
113Which NX-OS API method allows sending CLI commands in JSON format without enabling any additional features?
114Which tool is used to explore and validate YANG models?
115A network administrator is using Cisco DNA Center APIs to automate network changes. Which two API categories are used to perform configuration deployments? (Choose two.)
116A developer is building an integration with Cisco Meraki and needs to handle rate limiting. Which two responses indicate rate limiting and how should they be handled? (Choose two.)
117Which three components are required to set up a Webex webhook for message creation events? (Choose three.)
118A network engineer wants to use model-driven programmability on IOS XE devices. Which two YANG model types are commonly used? (Choose two.)
119Which two Meraki Dashboard API features are used to paginate through large result sets? (Choose two.)
120Which three actions can an EEM applet perform when triggered? (Choose three.)
121An engineer is using the Cisco Meraki Dashboard API to retrieve a list of all network clients for a specific network. Which TWO of the following are required to successfully make this API call?
122A developer is building an automation script to retrieve network device details from Cisco DNA Center. The script needs to authenticate and then call the device list API. Which THREE steps are required in the correct sequence?
123A network administrator wants to use Cisco Webex APIs to automate sending messages to a specific room. Which TWO pieces of information are required to send a message using POST /v1/messages?
124An engineer is configuring Cisco IOS XE device programmability using RESTCONF. Which THREE of the following are required to enable and use RESTCONF on the device?
The Cisco Platforms and Development domain covers the key concepts tested in this area of the 200-901 exam blueprint published by Cisco. Courseiva provides free domain-focused practice, mock exams, missed-question review, and readiness tracking across all 200-901 domains — no account required.
The Courseiva 200-901 question bank contains 124 questions in the Cisco Platforms and Development domain. Click any question to see the full explanation and answer breakdown.
Start with a 10-question focused session to identify your baseline accuracy in this domain. Read every explanation — even for questions you answer correctly — to understand the reasoning. Once you score consistently above 80%, move to a 20–30 question session to confirm depth before moving to the next domain.
Yes — the session launcher on this page draws questions exclusively from the Cisco Platforms and Development domain. Choose 10, 20, 30, or 50 questions for a focused session, or click individual questions to review them one by one.
Save your results, see per-domain analytics, and get readiness scores — free, for every certification.
Sign Up FreeFree forever · Every certification included