D is not correct because there is no such module in pyez lib. The module responsible for scp is utils.
https://www.juniper.net/documentation/en_US/junos-pyez/topics/reference/general/junos-pyez-modules-overview.html
A. only utils is listed as a module. scp is a function within utils.
https://www.juniper.net/documentation/en_US/junos-pyez/information-products/pathway-pages/junos-pyez-developer-guide.pdf
see page 27
D is correct
PyEz is package, utils is a directory under PyEz and scp is module under utils and put is a class under it. Other modules are fs, start_shell, sw,config & ftp
https://junos-pyez.readthedocs.io/en/latest/jnpr.junos.utils.html#module-jnpr.junos.utils.scp
Junos PyEZ Developer Guide
-- utils is a MODULE-- Includes configuration utilities, file system utilities, shell utilities, software installation utilities, and secure copy utilities.
The utils module defines submodules and classes that handle software installation, file system and copy operations, and configuration management.
-- scp is a CLASS of utils MODULE : You can use the Junos PyEZjnpr.junos.utils.scp.SCP class to secure copy (SCP) files between the local host and a device running Junos OS.
The SCP utility is used to conjunction with :class:`jnpr.junos.utils.sw.SW` when transferring the Junos image to the device.
https://www.juniper.net/documentation/en_US/junos-pyez/information-products/pathway-pages/junos-pyez-developer-guide.pdf
https://junos-pyez.readthedocs.io/en/latest/_modules/jnpr/junos/utils/scp.html#SCP
https://www.juniper.net/documentation/en_US/junos-pyez/topics/reference/general/junos-pyez-modules-overview.html
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.JN0-220 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lxs
4 years, 3 months agoNabeel453
4 years, 3 months agoShamos
4 years, 7 months agoosmankh1
4 years, 8 months agoprince200
5 years, 2 months agojohnelvis
5 years, 3 months agogastonreppeto77
5 years, 4 months ago