Which two statements about Ansible are correct? (Choose two.)

Which two statements about Ansible are correct? (Choose two.)A . Ansible can use a single playbook to configure devices from multiple vendors. B. Ansible modules must be written in Go. C. Ansible is an open source project. D. Ansible requires a license to unlock full functionality.View AnswerAnswer: A,C

September 6, 2023 No Comments READ MORE +

Referring to the exhibit, which two statements about the script arc correct?

Exhibit. Referring to the exhibit, which two statements about the script arc correct? (Choose two.)A . The script prints the name of each configured interface. B. The script retrieves the interface configuration in XML C. The script prints interface information for each interface name. D. The script retrieves the interface...

September 6, 2023 No Comments READ MORE +

Which two statements are correct about Junose PyEZ Tables and Views? (Choose two.)

Which two statements are correct about Junose PyEZ Tables and Views? (Choose two.)A . PyEZ Tables and Views are defined using CSV. B. The Juniper_Junos_config module enables the use of PyEZ Tables and Views. C. The juniper_junos_table module enables the use of PyEZ Tables and Views. D. PyEZ Tables and...

September 6, 2023 No Comments READ MORE +

Which Python operator tests two variables to see if they contain the same value?

Which Python operator tests two variables to see if they contain the same value?A . != B. != = C. = = D. =View AnswerAnswer: C

September 5, 2023 No Comments READ MORE +

Which two programing languages would be used for on-box scripting with Junos devices? (Choose two.)

Which two programing languages would be used for on-box scripting with Junos devices? (Choose two.)A . Python B. Puppet C. Ansible D. XSLTView AnswerAnswer: A,D

September 4, 2023 No Comments READ MORE +

Referring to the exhibit, which two statements are correct?

Exhibit. Referring to the exhibit, which two statements are correct? (Choose two )A . The connection to the Junos device is explicitly opened and closed. B. The connection to the Junos device is automatically opened and closed. C. The Junos configuration database is explicitly locked and unlocked. D. The Junos...

September 4, 2023 No Comments READ MORE +

which two statements are correct?

Referring to the exhibit. which two statements are correct? (Choose two.)A . The retrieved configuration will be from the Junos candidate configuration. B. The configuration will be retrieved in JSON format. C. The configuration will be retrieved in XML format. D. The retrieved configuration will be from the Junos active...

September 3, 2023 No Comments READ MORE +

Which XML feature is used to ensure that elements defined in multiple schemas would be used in the same document without conflicts?

Which XML feature is used to ensure that elements defined in multiple schemas would be used in the same document without conflicts?A . Attributes B. Predicates C. Selectors D. NamespacesView AnswerAnswer: A

September 3, 2023 No Comments READ MORE +

What are two examples of XPath axes? (Choose two.)

What are two examples of XPath axes? (Choose two.)A . grandchild B. sibling C. parent D. grandparentView AnswerAnswer: B,C Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junos­script-automation-xpathoverview.html

September 2, 2023 No Comments READ MORE +

Given the <name> username </name> XML code, what is the information between the opening and closing tags called?

Given the <name> username </name> XML code, what is the information between the opening and closing tags called?A . name node B. data node C. text node D. element nodeView AnswerAnswer: D Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junos­script-automation-xmloverview.html

September 2, 2023 No Comments READ MORE +