What will determine which data serialization format is used for interfacing with a system?
A . the system’s API
B . the operating system
C . programming language version
D . IDE specifications
Answer: C
What will determine which data serialization format is used for interfacing with a system?
A . the system’s API
B . the operating system
C . programming language version
D . IDE specifications
Answer: C
Which HTTP status code indicates a response to a successful request?
A . 500
B . 302
C . 200
D . 400
Answer: 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?
A . Assignment
B . Membership
C . bitwise
D . comparison
Answer: B
Exhibit.
Referring to the exhibit, what is the function of the register key?
A . to set an input value for the juniper_junos_rpc module
B . to configure a global setting for the playbook
C . to define a variable containing the return value from the module
D . to print a result to standard out
Answer: C
Exhibit.
Referring to the exhibit, where would the junos. conf file be found?
A . a directory located on R1
B . a directory on juniper__}uno3_conf
C . a local directory on the Ansible control machine
D . a directory on the device list in inventory_hostname
Answer: C
Which statement is correct about YAML?
A . YAML strings must have quotation marks.
B . YAML is not case-sensitive.
C . YAML files must start
D . YAML uses spaces for indentation
Answer: D
Which type of data is contained in the key of the JSON object shown in the exhibit?
A . string
B . name
C . integer
D . interface
Answer: D
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 . Namespaces
Answer: A
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 Juniper device rejects the connection
C . The Juniper device took too long to reply to the RPC call
D . The RPC syntax is incorrect
Answer: C
What are two examples of XPath axes? (Choose two.)
A . grandchild
B . sibling
C . parent
D . grandparent
Answer: B,C
Explanation: Explanation
Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junosscript-automation-xpathoverview.html