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...
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
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
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...
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...
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
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
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
What are two components of the Waterfall model of software development? (Choose two.)
What are two components of the Waterfall model of software development? (Choose two.)A . a large volume of code changes between releases B. a small volume of code changes between releases C. a short interval of time between releases D. a long interval of time between releasesView AnswerAnswer: A,D
In this scenario, what would be the reason for this error?
You are asked to write an automation script using Python. When you execute the script, you notice that your code sends an RpcTimeoutError error. In this scenario, what would be the reason for this error?A . The Python script was not able to connect to the Juniper device B. The...