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...
Why is a REST API considered stateless?
Why is a REST API considered stateless?A . The client requests to the server do not include state information. B. The REST API is an international API. C. No client context is stored on the server between requests. D. The state of the server is not important when making requests.View...
Which configuration is necessary to solve this problem?
Exhibit. You have the configuration shown in the exhibit, but are unable to access the REST API Explorer. Which configuration is necessary to solve this problem?A . Configure the rest service to be active on port 80. B. Configure an IPv4 address on ge-0/0/0 0. C. Configure a secondary IPv6...
Ansible playbooks are written in which format?
Ansible playbooks are written in which format?A . YAML B. Python C. XML D. JSONView AnswerAnswer: D