EMT Practice Test

1. Question Content...


Question List

Question1: Which two statements are true about an XML schema document? (Choose two.)

Question2: Which process is responsible for XML automation requests?

Question3: You want to use a Python package or module.
In this scenario, which statement would accomplish this task?

Question4: Which two statements about the REST API are correct? (Choose two.)

Question5: Which two PyEZ object methods are included by default when using a Python context manager? (Choose two.)

Question6: What is the default port for NETCONF connections over SSH?

Question7: Junos supports which two APIs for on-box scripting? (Choose two.)

Question8: Which two statements are correct about the Junos REST API Explorer? (Choose two.)

Question9: Which two standard logical operators does XPath support? (Choose two.)

Question10: Which two statements are correct about a Python dictionary data type? (Choose two.)

Question11: What is the difference between a list and a tuple in Python?

Question12: Which development model is the classic approach to software development?

Question13: Which feature is used in XML to ensure that all attributes and elements have unique names?

Question14: Which two data structures are used in JSON? (Choose two.)

Question15: Which two programming languages have a NETCONF library supported by Juniper Networks? (Choose two.)

Question16: You want to perform a dry run on the myPlays playbook and use a custom inventory file called myRouters.ini.
Which Ansible command would you use in this scenario?

Question17: What is the correct Python script syntax to prompt for input?

Question18: Which data construct is used to guarantee that element names and data values remain unique in an XML document?

Question19: Exhibit.

You have the configuration shown in the exhibit, but are unable to access the REST API Explorer.
Which configuration is necessary to solve this problem?

Question20: Which Junos API supports direct modification of the Ephemeral database?

Question21: What are two important aspects of the DevOps culture? (Choose two.)

Question22: What will determine which data serialization format is used for interfacing with a system?

Question23: Using the set rest control configuration command, what are two ways to control access to the REST API running on a Junos device? (Choose two.)

Question24: Given the following Python script:
a = [1,2,3,4,5,6,7,8,9]
print(a[0])
What is the output of this print command?

Question25: Exhibit.

Referring to the exhibit, which two statements about the script are correct? (Choose two.)

Question26: Which Junos configuration database is updated by PyEZ by default?

Question27: You are asked to write an on-box script that will be triggered when a specific interface on a Junos device goes down.
Which type of on-box script should you use to accomplish this task?

Question28: Junos PyEZ tables are formatted using which file type?

Question29: Exhibit.

Referring to the exhibit, which XML XPath expression will only show the IP address XML elements?