2023年最新のJN0-422問題集の無料PDFゲットせよ!最近更新された問題
JN0-422認定試験問題集には65練習テスト問題
質問 37
What are two message types that compose the message layer of the Juniper NETCONF implementation? (Choose two.)
- A. <rpc>
- B. <get>
- C. <lock>
- D. <rpc-reply>
正解: A,D
質問 38
Which statement describes the purpose of Ansible roles?
- A. A collection of permissions for users of your Ansible setup.
- B. A collection of tasks to be run on a given set of hosts.
- C. A collection of Ansible playbooks.
- D. A collection of hosts that have been categorized by purpose.
正解: B
質問 39
What are three ways for PyEZ to connect to supported Junos devices? (Choose three.)
- A. NETCONF over SSH
- B. Webook
- C. Telnet
- D. JET API
正解: A
質問 40
Using the REST ful API on Junos device, you are able to retrieve configuration information in which three formats? (choose three.)
- A. XML
- B. plain text
- C. YAML
- D. JSON
- E. GPB
正解: A,B,D
質問 41
With the inclusion of Python in the Junos OS, what is an advantage that this feature provides administrators?
- A. The ability to execute Python scripts on the device.
- B. It provides compatibility with all Python versions.
- C. The ability to compile Python scripts on the device.
- D. It provides the Python command line (REPL) for testing
正解: A
質問 42
What is the purpose of an _intit_.py file ?
- A. An_init_.py file contains strings for additional directories that the Python interpreter adds to sys.path [].
- B. An_init_.py file initializes a Python application with default values for instantiated objects.
- C. An_init_.py file indicates to the Python interpreter that a directory contains Python packages or modules.
- D. An_init_.py file sets all magic attributes with the _init_prefix with the appropriate default values.
正解: B
質問 43
What are two attributes of the jsd JET service process? (Choose two.)
- A. It creates a separate thread to service JET application requests
- B. It supports only one client session at a time
- C. It executes APIs from multiple sessions in parallel
- D. It executes one API request per session.
正解: A,C
質問 44
Which pair of daemons in the Junson OS handle automation?
- A. jsd and gRPC
- B. JET and gRPC
- C. mgd and jsd
- D. mgd and JET
正解: C
質問 45
Which YAML document represents a valid mapping(dictionary) of sequences (lists) ?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option A
- D. Option B
正解: C
質問 46
Click the Exhibit button.



Referring to the exhibit, what are two results of the Python operational script? (Choose two.)
- A. It does not commit the configuration
- B. It commits the configuration
- C. It deactivates a user-selected interface.
- D. It disables a user-selected interface.
正解: B,D
質問 47
Click the Exhibit button.


Referring to the exhibit, what is the type of the myConfig variable on line 17 of the Python script?
- A. list
- B. dictionary
- C. template
- D. string
正解: C
質問 48
You want to enable an unsigned Python op script named inventory.py that will be stored on a local Junos device.
Which two commands are needed to accomplish this task? (Choose two.)
A)
B)
C)
D)
- A. Option C
- B. Option B
- C. Option D
- D. Option A
正解: B,D
質問 49
What is a purpose of RubyEZ?
- A. to provide a Ruby interface to Juniper devices that support Puppet
- B. to provide a Ruby framework for interfacing with Juniper devices
- C. to provide an off device interface to Ruby
- D. to provide a Ruby interface to the Junos Space management product
正解: D
質問 50
What are two format distinctions to know when using YAML? (Choose two.)
- A. whit space indentation sensitive
- B. white space indentation insensitive
- C. tab indentation allowed
- D. tab indentation not allowed
正解: A,D
質問 51
In SLAX, what is the difference between the jcs : invoke ( ) and the jcs : execute ( ) functions?
- A. RPCs called by jcs : invoke ( ) are executed within an existing connection.
- B. RPCs called by jcs : invoke ( ) are not executed until the conclusion of the script.
- C. RPCs called by jcs : execute ( ) are executed within an existing connection.
- D. RPCs called by jcs : execute ( ) are not executed until the conclusion of the script.
正解: C
質問 52
Click the Exhibit:

Referring to the exhibit, what will he hostname be if interface ge-0/0/0 goes down?
- A. int-test-3
- B. int-test-1
- C. int-test-2
- D. int-test-4
正解: C
質問 53
Click the Exhibit button.
The r0 device is currently in a factory-default state. The console connection of r0 is reachable using Telnet on TCP port 555 of the console_server host.
Referring to the exhibit, which statement is true?
- A. The device does not require configuration changes for the playbook to run successfully.
- B. A password for the root user must be configured for the playbook to run successfully.
- C. The Telnet service must be configured for the playbook to run successfully.
- D. The NETCONF service must be configured for the playbook to run successfully.
正解: D
質問 54
Click the Exhibit button.


Referring to the exhibit, which Python statement selects the <user-entry> element for the user logged in on the pts/2 TTY?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option A
- D. Option B
正解: B
質問 55
The <rpc-reply> XML tag is a member of which NETCONF protocol layer?
- A. Content
- B. Transport
- C. Operations
- D. Messages
正解: D
質問 56
You are writing a SLAX op script to provide a customized rendition of the show interface output. You want to include a command-line argument named interface and provide it whit the default value of fxp0.
A)
B)
C)
D)
- A. Option C
- B. Option B
- C. Option D
- D. Option A
正解: B
質問 57
Which messaging protocol do JET service APIs use to interface with the Junos OS?
- A. gRPC
- B. NETCONF
- C. Rabbit MQ
- D. MQTT
正解: D
質問 58
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 C
- B. Option B
- C. Option D
- D. Option A
正解: B
質問 59
Which format does an Ansible playbook use
- A. JSON
- B. YAML
- C. CSV
- D. XML
正解: B
質問 60
What is a valid method for determining the Junos RPC associated with the show version command?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option A
- D. Option B
正解: B
質問 61
Which two primary processes are used by Juniper devices for on-box or off-box automation?
- A. mgd
- B. ancpd
- C. jsd
- D. rpd
正解: A,C
質問 62
......
最新JN0-422試験問題集には高得点で一発合格:https://jp.fast2test.com/JN0-422-premium-file.html
Juniper JN0-422実際の問題とブレーン問題集:https://drive.google.com/open?id=10Is4ufKjthAOWzKkEpOvdK_3HZHENBSe