CiscoCisco
350-401 · Question #1022
350-401 Question #1022: Real Exam Question with Answer & Explanation
The correct answer is A: ncclient. The question asks for the specific Python library used to programmatically interact with network devices using NETCONF and YANG data models.
Submitted by yasin.bd· Mar 6, 2026Automation
Question
Which Python library is used to work with YANG data models via NETCONF?
Options
- Ancclient
- Brequests
- CcURL
- DPostman
Explanation
The question asks for the specific Python library used to programmatically interact with network devices using NETCONF and YANG data models.
Common mistakes.
- B. The
requestslibrary is a general-purpose Python library for making HTTP requests, commonly used for REST APIs, not specifically for NETCONF. - C.
cURLis a command-line tool and library for transferring data using various protocols, but it is not a Python library specifically for NETCONF. - D.
Postmanis an API development environment used for testing and managing APIs, primarily RESTful ones, and is not a Python library.
Concept tested. Python libraries for NETCONF and YANG
Reference. https://developer.cisco.com/docs/ncclient/
Topics
#Python NETCONF library#YANG data models
Community Discussion
No community discussion yet for this question.