Courseiva
mediumDrag & DropObjective-mapped

200-901 Practice Question: Drag and drop the steps to set up a Python…

Drag and drop the steps to set up a Python virtual environment for a DevNet project 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

Create virtual environment, Activate virtual environment, Install required packages, Deactivate virtual environment

Virtual environments isolate dependencies; creation, activation, package installation, and deactivation are standard steps.

Answer analysis

Option-by-option breakdown

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

  • Create virtual environment, Activate virtual environment, Install required packages, Deactivate virtual environment

    Why this is correct

    This is the correct order because you must create the environment first, then activate it to use it, install packages within the activated environment, and finally deactivate when done.

  • Activate virtual environment, Create virtual environment, Install required packages, Deactivate virtual environment

    Why it's wrong here

    This is incorrect because you cannot activate a virtual environment that does not yet exist; creation must come first.

  • Create virtual environment, Install required packages, Activate virtual environment, Deactivate virtual environment

    Why it's wrong here

    This is incorrect because packages must be installed within the activated environment; installing before activation affects the global Python environment instead.

  • Create virtual environment, Activate virtual environment, Deactivate virtual environment, Install required packages

    Why it's wrong here

    This is incorrect because deactivating the environment before installing packages means the packages would not be installed into the isolated environment.

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.