EMT Practice Test

1. Question Content...


Question List

Question1: Exhibit.

You are asked to create a block of code containing a list of desserts.
What would you do to correct the YAML block shown in the exhibit?

Question2: Which Python code block is an example of an context manager?
A)

B)

C)

D)

Question3: Which two processes does Junos automation use? (Choose two.)

Question4: Exhibit.

Which command produces the output shown in the exhibit?

Question5: Which statement is correct about Infrastructure as Code (IaC)?

Question6: Referring to the exhibit.

which two statements are correct? (Choose two.)

Question7: 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?

Question8: Exhibit.

What is the function of the . // syntax in the code shown in the exhibit?

Question9: Your organization is developing an application to automate management of Junos network appliances. You want to use the existing PyEZ libraries to improve the development process.
Which API would satisfy this requirement?

Question10: As part of an application to manage network devices, you must query hundreds of network devices and return the unique set of IP prefixes by configured firewall filters. To accomplish this task you will require a mutable data type that contains unordered, unique elements.
Which Python data type will fulfill these requirements?

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

Question12: Exhibit.

Referring to the exhibit, what is the function of the register key?

Question13: Ansible playbooks are written in which format?

Question14: Which two Junos processes handle automation on Junos devices? (Choose two.)

Question15: Which API does the Junos CLI use to modify the configuration database?

Question16: Exhibit.

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

Question17: Which two statements about DevOps are correct? (Choose two.)

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

Question19: What are two examples of XPath operators? (Choose two.)

Question20: Which statement about using Ansible with a Junos device is correct?

Question21: In the PyEZ utils module, which class would be used to begin the software upgrade process on a Junos device?

Question22: Which set of DevOps CAUMS values is correct?

Question23: 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?

Question24: Which two statements about the Junos PyEZ configuration module are correct? (Choose two )

Question25: An Ansible playbook executes which type of module?

Question26: Which two tools should be used to test REST APIs? (Choose two.)

Question27: 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?

Question28: You are a programmer currently developing code on a Linux device. You want to start the Python interactive interpreter (shell) from the command prompt.
Which command must be used to accomplish this task?

Question29: What is a valid JSON object?

Question30: In Phython, my_list = [ 1, 2, 3] is an example of which type of operation?

Question31: What are two components of the Waterfall model of software development? (Choose two.)

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

Question33: What are two examples of XPath axes? (Choose two.)

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

Question35: Which type of data is contained in the key of the JSON object shown in the exhibit?