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

September 3, 2021 No Comments READ MORE +

In this scenario, which command will provide the information that you need?

You are asked to gather interface information from a Junos device. Your environment supports the JSON format. To determine how interface information is represented, you decide to view all of the configured interface key-value pairs in the current Junos candidate configuration. In this scenario, which command will provide the information...

September 2, 2021 No Comments READ MORE +

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...

September 2, 2021 No Comments READ MORE +

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

September 2, 2021 No Comments READ MORE +

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 APD . No client context is stored on the server between requests.E . The state of the server is not important when making requests.View...

September 2, 2021 No Comments READ MORE +

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

September 2, 2021 No Comments READ MORE +

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...

September 2, 2021 No Comments READ MORE +

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/junos­script-automation-xmloverview.html

September 2, 2021 No Comments READ MORE +

Which two statements about Ansible are correct? (Choose two.)

Which two statements about Ansible are correct? (Choose two.)A . Ansible can use a single playbook to configure devices from multiple vendors.B . Ansible modules must be written in Go.C . Ansible is an open source project.D . Ansible requires a license to unlock full functionality.View AnswerAnswer: A,C

September 2, 2021 No Comments READ MORE +

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-space­sdk/13.1/apiref/com.juniper.junos_space.sdk.help/html/reference/Commonbehav.html

August 30, 2021 No Comments READ MORE +