which two statements are correct?

Referring to the exhibit. which two statements are correct? (Choose two.)A . The retrieved configuration will be from the Junos candidate configuration.B . The configuration will be retrieved in JSON format.C . The configuration will be retrieved in XML format.D . The retrieved configuration will be from the Junos active...

January 4, 2024 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

January 3, 2024 No Comments READ MORE +

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 CSV.B . The Juniper_Junos_config module enables the use of PyEZ Tables and Views.C . The juniper_junos_table module enables the use of PyEZ Tables and Views.D . PyEZ Tables and...

January 2, 2024 No Comments READ MORE +

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: A

January 2, 2024 No Comments READ MORE +

Which Python code block is an example of a context manager?

Which Python code block is an example of a context manager?A . while True: device C Device(host-“vmx-1”, user-“lab”, passwd-“lab123”)...B . try: device C Device(host-“vmx-1”, user-“lab”, passwd-“lab123”)... except: print(“Unable to connect to the vMX1”)C . with Device(host=”vmx-1”, user=”lab”, passwd=”lab123”) as device:...D . for host in [“vmx-1”, “vmx-2”]: device C Device(host-host, user-“lab”,...

January 1, 2024 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

January 1, 2024 No Comments READ MORE +

In this scenario, which command would you use?

While conducting an automation test, you must issue a command using the curl tool to request the text formatted output from the show interfaces ge-0/0/0 terse command.D18912E1457D5D1DDCBD40AB3BF70D5D In this scenario, which command would you use?A . curl Cu “lab:lab123” “http://10.210.10.155:3000/rpc/get­interfaceinformation&format=text&interface-name=ge-0/0/0&terse=”B . curl Cu “lab:lab123” “http://10.210.10.155:3000/rpc/get-interfaceinformation@interface­name=ge-0/0/0?terse=”C . curl Cu “lab:lab123” “http://10.210.10.155:3000/rpc/get­interfaceinformation@format=text&interface-name=ge-0/0/0?terse=”D...

January 1, 2024 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: C  Explanation: Explanation Reference: https://www.juniper.net/documentation/en_US/junos/topics/concept/junos­script-automation-xmloverview.html

December 31, 2023 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...

December 30, 2023 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

December 30, 2023 No Comments READ MORE +