Automation and DevOps Associate (JNCIA-DevOps) Questions and Answers
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.)
Which development model is the classic approach to software development?
Which statement is correct about DevOps?
Which two statements about the REST API are correct? (Choose two.)
What is an example of correct XML syntax?
What are two Junos PyEZ configuration object methods? (Choose two.)
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?
Which two programming languages are used for Junos on-box scripting? (Choose two.)
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?
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?
Which Junos configuration database is updated by PyEZ by default?
Which two statements are correct about using the Junos REST API? (Choose two.)
Which statement about the NETCONF content layer is true?
Which two processes are used by Junos automation? (Choose two.)
Which two PyEZ object methods are included by default when using a Python context manager? (Choose two.)
Which Python operator is used to test if two variables are equal?
Which HTTP status code indicates a response to a successful request?
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?
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?