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

September 7, 2021 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”,...

September 7, 2021 No Comments READ MORE +

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)A . PyEZ RPCs return XML dataB . PyEZ RPCs can be used to view only the interface configurationC . PyEZ RPCs can be used to view the active device configurationD . PyEZ RPCs return CSV dataView AnswerAnswer: A,B

September 6, 2021 No Comments READ MORE +

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)A . PyEZ RPCs return XML dataB . PyEZ RPCs can be used to view only the interface configurationC . PyEZ RPCs can be used to view the active device configurationD . PyEZ RPCs return CSV dataView AnswerAnswer: A,B

September 6, 2021 No Comments READ MORE +

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

September 6, 2021 No Comments READ MORE +

What are two popular methods of data serialization? (Choose two.)

What are two popular methods of data serialization? (Choose two.)A . PythonB . JSONC . SLAXD . YAMLView AnswerAnswer: A,D Explanation: Reference: https://docs.python-guide.org/scenarios/serialization/

September 6, 2021 No Comments READ MORE +

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

September 4, 2021 No Comments READ MORE +

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

September 4, 2021 No Comments READ MORE +

Referring to the exhibit, which statement about REST is correct?

Exhibit. Referring to the exhibit, which statement about REST is correct?A . The device is configured to allow only two simultaneous REST connections.B . The device is configured to allow connections from the REST API ExplorerC . The device is configured to allow HTTP connections on port 3030.D . The...

September 4, 2021 No Comments READ MORE +

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

September 3, 2021 No Comments READ MORE +