Which statement is correct about Ansible? (Choose two.)

Which statement is correct about Ansible? (Choose two.)A . Ansible core modules for the Junos OS are developed by Ansible developersB . Ansible Galaxy modules for the Junos OS are developed by Juniper Networks developersC . Ansible Galaxy modules for the Junos OS and Ansible core modules for the Junos...

March 19, 2019 No Comments READ MORE +

Which statement is correct about Python?

Which statement is correct about Python?A . Python automatically deletes unused objects from memoryB . The Python interpreter is written in JavaC . Python behavior is influenced by the host OSD . Python code must be compiled on a Junos deviceView AnswerAnswer: AC

March 18, 2019 2 Comments READ MORE +

What is the default REST HTTPS port used on a Junos device?

What is the default REST HTTPS port used on a Junos device?A . 3000B . 8443C . 3443D . 443View AnswerAnswer: C Explanation: Reference: https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/ port-edit-system-services-rest.html

March 18, 2019 No Comments READ MORE +

Which Junos process handles automation requests involving the XML API, YANG, the REST API, and SNMP functions?

Which Junos process handles automation requests involving the XML API, YANG, the REST API, and SNMP functions?A . chassisdB . rpdC . jsdD . mgdView AnswerAnswer: D Explanation: Reference: http://overloadedbits.eu/jnics_devops_01_overview/

March 17, 2019 No Comments READ MORE +

Which two statements are true regarding JSON? (Choose two.)

Which two statements are true regarding JSON? (Choose two.)A . JSON can be used to evaluate conditional statementsB . JSON can be used to perform programming loopsC . JSON can be used to structure dataD . JSON can be used to format data between a client and a serverView AnswerAnswer:...

March 13, 2019 No Comments READ MORE +

What are two ways to accomplish this task?

You want to restrict access to the REST API on a Junos device? What are two ways to accomplish this task? (Choose two.)A . Enable a maximum number of connectionsB . Restrict access by the source MAC addressC . Restrict access by the source IP addressD . Enable a schedule...

March 13, 2019 1 Comment READ MORE +

In this scenario, which data type should you use?

You are creating a Python data type that contains a collection of multiple ordered values. As part of your script, you must make changes to the values that are stored in your data type. In this scenario, which data type should you use?A . listB . tupleC . dictionaryD ....

March 13, 2019 No Comments READ MORE +

Where does Junos store the associated log files in this scenario?

You have enabled REST API traceoptions on your Junos device. Where does Junos store the associated log files in this scenario?A . /var/chroot/rest-api/var/logB . /var/homeC . /var/tmpD . /var/logView AnswerAnswer: A Explanation: Reference: https://www.juniper.net/documentation/en_US/junos/information-products/pathway-pages/rest­api/rest-api.pdf (50)

March 11, 2019 No Comments READ MORE +

Which two modules would you use to accomplish this task?

Your manager wants you to use Ansible to upgrade your Junos devices to the current JTAC supported release. Which two modules would you use to accomplish this task? (Choose two.)A . junos_packageB . junos_configC . juniper_junos_systemD . juniper_junos_softwareView AnswerAnswer: AD

March 9, 2019 No Comments READ MORE +

Which two actions are performed by the PyEZ Python script shown in the exhibit?

Click the Exhibit button. Which two actions are performed by the PyEZ Python script shown in the exhibit? (Choose two.)A . It saves the current configuration as a rescue configuration only if one does not existB . It prints the rescue configuration if one already existsC . It prints the...

March 8, 2019 No Comments READ MORE +