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 code block shows valid YAML syntax?
Which code block shows valid YAML syntax?A . Switches : -s1 s2 Switches: .{s1, s2}B . Switches: ["s1", ''s2"]C . Switches s1 s2View AnswerAnswer: A
Which character is used to separate multiple parameters in a single REST API call?
Which character is used to separate multiple parameters in a single REST API call?A . &B . #C . ?D . =View AnswerAnswer: A Explanation: Reference: https://www.juniper.net/documentation/en_US/junos-space-sdk/13.1/apiref/ com.juniper.junos_space.sdk.help/html/reference/Commonbehav.html
Referring to the exhibit, what is the output from the print(x) line?
Exhibit Referring to the exhibit, what is the output from the print(x) line?A . [‘b’, ‘c’]B . [‘b’, ‘c’, ‘d’]C . [‘a’, ‘b’, ‘c’]D . [‘a’, ‘b’]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 . PythonB . PuppetC . AnsibleD . XSLTView AnswerAnswer: A,D
Ansible playbooks are written in which format?
Ansible playbooks are written in which format?A . YAMLB . PythonC . XMLD . JSONView AnswerAnswer: D
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 nodeB . data nodeC . text nodeD . element nodeView AnswerAnswer: D Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junosscript-automation-xmloverview.html
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 CSC . The Juniper_Junos_config module enables the use of PyEZ Tables and Views.D . The juniper_junos_table module enables the use of PyEZ Tables and Views.E . PyEZ Tables and...
Junos PyEZ is a microframework used to operate the Junos OS using which language?
Junos PyEZ is a microframework used to operate the Junos OS using which language?A . PuppetB . ChefC . PythonD . RubyView AnswerAnswer: C Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos-pyez/topics/concept/junospyezoverview.html#:~:text=Junos%20PyEZ%20is%20a%20microframework,operating%20 system%20(Junos% 20OS).
Referring to the exhibit, which two statements are correct?
Exhibit. Referring to the exhibit, which two statements are correct? (Choose two)A . The Junos configuration database is automatically locked and unlocked.B . The connection to the Junos device is explicitly opened and closedC . The connection to the Junos device is automatically opened and closedD . The Junos configuration...