Which two automation frameworks are agentless when managing Junos devices?
- A . Chef
- B . Ansible
- C . Puppet
- D . SaltStack
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
What are two benefits of network automation? (Choose two )
- A . to enforce consistency in automated devices
- B . increase programming language fluency
- C . to provide historical configuration management
- D . to improve product lifecycle management
Which command is used to execute an Ansible playbook?
- A . ansible-vault
- B . ansible
- C . ansible-galaxy
- D . ansible-playbook
What are two attributes of the jsd JET service process? (Choose two.)
- A . It executes APIs from multiple sessions in parallel
- B . It executes one API request per session.
- C . It creates a separate thread to service JET application requests
- D . It supports only one client session at a time
Exhibit:
Referring to the exhibit. how would you solve this issue ?
- A . Enable protocol-version v1 under the SSH configuration hierarchy.
- B . Enable ssh under the NETCONF configuration hierarchy.
- C . Enable outbound-ssh with services netconf under the SSH configuration hierarchy.
- D . Enable trace options under the NETCONF configuration hierarchy.
In the Python commit script, which object provides the post-inheritance candidate configuration?
- A . Commit-Script-Input
- B . Checkout_Configuration
- C . Junos_ Configuration
- D . Canadidate_ Configuration
Which format does an Ansible playbook use
- A . JSON
- B . YAML
- C . XML
- D . CSV
Referring to the exhibit, what should <CHANGEME> be replaced with to correctly print out the exception message Cannot cannot to device ?
- A . PeramissionError
- B . RpcError
- C . ConnectError
- D . CommitError
Click the Exhibit:
Referring to the exhibit, what will he hostname be if interface ge-0/0/0 goes down?
- A . int-test-2
- B . int-test-3
- C . int-test-4
- D . int-test-1
Click the Exhibit button.
You need to programmatically extract interface information using PYeZ from you MX Series device. You log in and use the show interfaces terse I display xml rpc command and see the information shown in the exhibit.
What is the correct PyEZ syntax to accomplish this task?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which transport protocol must be supported by RFC-compliant NETCONF implementations?
- A . SSH
- B . Telnet
- C . TLS
- D . BEEP
Which command is valid for assessing a Junos device using the RESTful API on the default port?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which YAML document represents a valid mapping(dictionary) of sequences (lists) ?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which two statements are correct about JSON characteristics? (Choose two.)
- A . JSON is programming language independent
- B . JSON uses # # for comments
- C . JSON is a supported template language.
- D . JSON is easy to read for humans and devices.
Referring to the exhibit, the configuration components are displayed in which format?
- A . XML
- B . YANG
- C . YAML
- D . JSON
Which statement is true about a Junos ephemeral configuration database?
- A . It can be used to reduce commit time.
- B . It can be used to archive previous versions of the ephemeral configuration.
- C . It can be used to validate configuration data semantics.
- D . It can be used to trigger a commit script.
Click the Exhibit button.
Where would the Python code shown in the exhibit be used?
- A . a commit script
- B . an op script
- C . an event script
- D . an SNMP script
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
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.