Practise CCNA 200-301 v2 Restconf practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.
Drag and drop the following steps into the correct order to set up gRPC streaming telemetry subscription on a Cisco IOS-XE device.
A
Enter global configuration mode, create a telemetry subscription, configure the receiver, define the sensor path, associate the sensor group with the subscription.
This is the correct order: start in global config, create the subscription, set the receiver, define the sensor path, then link the sensor group to the subscription.
B
Enter global configuration mode, define the sensor path, create a telemetry subscription, configure the receiver, associate the sensor group with the subscription.
This is incorrect because the sensor path must be defined after the subscription is created and the receiver is configured, not before.
C
Enter global configuration mode, configure the receiver, create a telemetry subscription, define the sensor path, associate the sensor group with the subscription.
This is incorrect because the subscription must be created before configuring the receiver; the receiver is part of the subscription configuration.
D
Enter global configuration mode, create a telemetry subscription, define the sensor path, configure the receiver, associate the sensor group with the subscription.
This is incorrect because the receiver must be configured before defining the sensor path; the sensor path references the receiver.
Ansible is an agentless automation tool that uses SSH to manage devices, making it simple to deploy without requiring additional software on managed nodes.
B
Puppet
Why wrong: Puppet uses a master-agent model where agents run on managed nodes and pull configurations from a master server, requiring agent installation.
C
Chef
Why wrong: Chef uses a master-agent model with agents (chef-client) installed on nodes, and configurations are defined in recipes and cookbooks.
D
SaltStack
Why wrong: SaltStack can operate in both agentless (via SSH) and agent-based modes, but its primary model uses a master-minion architecture with agents.
Drag and drop the following steps into the correct order to retrieve network device information using a REST API call that requires authentication and returns JSON data.
Drag and drop the following steps into the correct order to retrieve the operational status of interface GigabitEthernet0/0 using NETCONF and the ietf-interfaces YANG model.
Drag and drop the following steps into the correct order to retrieve a specific interface's configuration via RESTCONF and apply a change to the interface description.
A
Send GET request to retrieve interface configuration, parse JSON/XML response, modify the description field, send PUT request with updated configuration, send GET request to verify the change.
This sequence follows the correct RESTCONF workflow: first retrieve the current configuration using GET, then parse the response, modify the desired field (description), apply the change using PUT, and finally verify with another GET.
B
Send PUT request to apply the change, send GET request to retrieve interface configuration, parse JSON/XML response, modify the description field, send GET request to verify the change.
This is incorrect because you cannot modify a configuration before retrieving it. The PUT request should be sent after retrieving and modifying the configuration, not before.
C
Send GET request to retrieve interface configuration, modify the description field, send GET request to verify the change, send PUT request with updated configuration.
This is incorrect because the PUT request to apply the change must occur before verification. Verifying before applying the change would show the old configuration.
D
Send PUT request with updated configuration, send GET request to retrieve interface configuration, parse JSON/XML response, modify the description field, send GET request to verify the change.
This is incorrect because the PUT request is sent before retrieving the current configuration, which would overwrite the existing configuration without knowing its current state. Also, modifying after applying is illogical.
Restconf questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Restconf questions in a focused session?
Yes — the session launcher on this page draws every question from the Restconf domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other 200-301 topics?
Use the topic links above to move to related areas, or go back to the 200-301 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the 200-301 exam covers. They are not copied from any real exam or dump site.