Courseiva
mediumDrag & DropObjective-mapped

200-901 Practice Question: Drag and drop the steps to deploy a Python script…

Drag and drop the steps to deploy a Python script to a Cisco device via RESTCONF into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

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

Authenticate to the device, then construct the RESTCONF URL and headers, then send the HTTP request with the Python script payload, then verify the response.

RESTCONF operations require authentication, correct URL, headers, and payload; verify with response.

Answer analysis

Option-by-option breakdown

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

  • Authenticate to the device, then construct the RESTCONF URL and headers, then send the HTTP request with the Python script payload, then verify the response.

    Why this is correct

    This is the correct order because RESTCONF requires a valid authenticated session before making requests. The URL and headers must be defined before sending the request, and the response must be verified after sending to ensure success.

  • Construct the RESTCONF URL and headers, then authenticate to the device, then send the HTTP request with the Python script payload, then verify the response.

    Why it's wrong here

    This is incorrect because authentication should be performed before constructing the URL and headers. While it is possible to construct the URL first, it is more logical and secure to authenticate first to ensure you have access to the device.

  • Send the HTTP request with the Python script payload, then construct the RESTCONF URL and headers, then authenticate to the device, then verify the response.

    Why it's wrong here

    This is incorrect because you cannot send an HTTP request without first having the correct URL and authentication. The request will fail if sent before establishing these prerequisites.

  • Authenticate to the device, then send the HTTP request with the Python script payload, then construct the RESTCONF URL and headers, then verify the response.

    Why it's wrong here

    This is incorrect because the URL and headers must be constructed before sending the request. Sending the request first will result in an error as the endpoint and content type are not defined.

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 →

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.