Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 615

Which Python library is used to work with YANG data models via NETCONF?

Answer options

Correct answer: A

Explanation

The correct answer is A, ncclient, which is specifically designed for NETCONF operations and interacting with YANG data models. The other options, such as requests, cURL, and Postman, are general-purpose HTTP clients and do not provide the specialized functionality required for NETCONF and YANG.