JNCIA-DevOps: Juniper Networks Certified Associate – Automation (2021) — Question 46
Which two Python packages use NETCONF to interact with Junos devices? (Choose two.)
Answer options
- A. numpy
- B. jsnapy
- C. junos-eznc
- D. pyyaml
Correct answer: B, C
Explanation
The correct answers are B and C because jsnapy and junos-eznc specifically leverage NETCONF to manage and interact with Junos devices. In contrast, numpy is a library for numerical computing, and pyyaml is used for parsing YAML, neither of which are related to NETCONF or Junos device management.