Which statement is correct about YAML?
Which statement is correct about YAML?A . YAML strings must have quotation marks.B . YAML is not case-sensitive.C . YAML files must startD . YAML uses spaces for indentationView AnswerAnswer: D
What are two examples of XPath axes? (Choose two.)
What are two examples of XPath axes? (Choose two.)A . grandchildB . siblingC . parentD . grandparentView AnswerAnswer: B,C Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junosÂscript-automation-xpathoverview.html
Which two statements about DevOps are correct? (Choose two.)
Which two statements about DevOps are correct? (Choose two.)A . DevOps is a methodology that allows for frequent, quick modificationsB . DevOps is a methodology that ensures that collaboration does not occur across organizational boundariesC . DevOps is a methodology used to develop software or systemsD . DevOps is a...
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...
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 releasesB . a small volume of code changes between releasesC . a short interval of time between releasesD . a long interval of time between releasesView AnswerAnswer: A,D
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 XMLC . The script prints interface information for each interface name.D . The script retrieves the interface...
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 feature is used in XML to ensure that all attributes and elements have unique names?
Which feature is used in XML to ensure that all attributes and elements have unique names?A . selectorsB . predicateC . namespaceD . XPathView 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 . PythonB . PuppetC . AnsibleD . XSLTView AnswerAnswer: A,D
In Phython, my_list = [ 1, 2, 3] is an example of which type of operation?
In Phython, my_list = [ 1, 2, 3] is an example of which type of operation?A . AssignmentB . MembershipC . bitwiseD . comparisonView AnswerAnswer: A