What is a purpose of RubyEZ?

What is a purpose of RubyEZ?
A . to provide a Ruby interface to Juniper devices that support Puppet
B . to provide an off device interface to Ruby
C . to provide a Ruby interface to the Junos Space management product
D . to provide a Ruby framework for interfacing with Juniper devices

Answer: C

With the inclusion of Python in the Junos OS, what is an advantage that this feature provides administrators?

With the inclusion of Python in the Junos OS, what is an advantage that this feature provides administrators?
A . The ability to compile Python scripts on the device.
B . The ability to execute Python scripts on the device.
C . It provides compatibility with all Python versions.
D . It provides the Python command line (REPL) for testing

Answer: B

What is the purpose of an _intit_.py file ?

What is the purpose of an _intit_.py file ?
A . An_init_.py file sets all magic attributes with the _init_prefix with the appropriate default values.
B . An_init_.py file initializes a Python application with default values for instantiated objects.
C . An_init_.py file contains strings for additional directories that the Python interpreter adds to sys.path [].
D . An_init_.py file indicates to the Python interpreter that a directory contains Python packages or modules.

Answer: B