What will determine which data serialization format is used for interfacing with a system?
What will determine which data serialization format is used for interfacing with a system?A . the system's APIB . the operating systemC . programming language versionD . IDE specificationsView AnswerAnswer: C
Which HTTP status code indicates a response to a successful request?
Which HTTP status code indicates a response to a successful request?A . 500B . 302C . 200D . 400View AnswerAnswer: C Explanation: Reference: https://www.juniper.net/documentation/en_US/junos-spacesdk/13.1/apiref/com.juniper.junos_space.sdk.help/html/reference/Commonbehav.html
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: B
Referring to the exhibit, what is the function of the register key?
Exhibit. Referring to the exhibit, what is the function of the register key?A . to set an input value for the juniper_junos_rpc moduleB . to configure a global setting for the playbookC . to define a variable containing the return value from the moduleD . to print a result to...
Referring to the exhibit, where would the junos. conf file be found?
Exhibit. Referring to the exhibit, where would the junos. conf file be found?A . a directory located on R1B . a directory on juniper__}uno3_confC . a local directory on the Ansible control machineD . a directory on the device list in inventory_hostnameView AnswerAnswer: C
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
Which type of data is contained in the key of the JSON object shown in the exhibit?
Which type of data is contained in the key of the JSON object shown in the exhibit?A . stringB . nameC . integerD . interfaceView AnswerAnswer: D
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 . AttributesB . PredicatesC . SelectorsD . NamespacesView AnswerAnswer: A
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 deviceB . The...
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/junosscript-automation-xpathoverview.html