Drag a concept onto its matching description — or click a concept then click the description.
HTTP library for REST API calls
SSH protocol implementation
NETCONF client for network devices
Validate JSON data structures
Parse and emit YAML files
Match each Python library to its typical use in network automation.
Drag a concept onto its matching description — or click a concept then click the description.
HTTP library for REST API calls
SSH protocol implementation
NETCONF client for network devices
Validate JSON data structures
Parse and emit YAML files
Answer choices
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Netmiko: Simplifies SSH connections to network devices
Netmiko, NAPALM, Paramiko, and PyEZ are common Python libraries in network automation. Netmiko simplifies SSH, NAPALM provides a vendor-agnostic API, Paramiko is a low-level SSH library, and PyEZ is Juniper-specific. Common confusions include mixing Netmiko with HTTP libraries and NAPALM with vendor-specific tools.
Answer analysis
For each option: why learners choose it and why it is or isn't the right answer here.
Netmiko: Simplifies SSH connections to network devices
Why this is correct
Netmiko is a Python library built on Paramiko that simplifies SSH management of network devices.
NAPALM: Provides a vendor-agnostic API for network automation
Why this is correct
NAPALM offers a unified, multi-vendor API for interacting with network devices.
Paramiko: Low-level SSH implementation for Python
Why this is correct
Paramiko is a Python implementation of the SSHv2 protocol, providing low-level SSH access.
PyEZ: Juniper-specific library for automating Junos devices
Why this is correct
PyEZ is a Python library developed by Juniper Networks for automating Junos OS devices.
Netmiko: Used for HTTP REST API calls
Why it's wrong here
Incorrect — Netmiko is for SSH, not HTTP. The requests library is used for REST API calls.
NAPALM: Juniper-specific library for automation
Why it's wrong here
Incorrect — NAPALM is multi-vendor, not Juniper-specific. PyEZ is the Juniper-specific library.
Go deeper
About these practice questions
This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.