Loading provider exams...
Sign Up & unlock 100% of Exam Questions
No Strings Attached!
Updated
What is the correct sequence for Python script execution?
This exam has 48 community-verified practice questions. Create a free account to access all questions, comments, and explanations.
Which type of on-box automation script is designed to run every time a user executes a configuration change?
Which DevOps "Three way" principle addresses technical debt?
Which two data structures are used in JSON? (Choose two.)
You are asked to develop an on-box Junos script that prevents deletion of the SNMP configuration.
Which type of script serves this purpose?
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Which two PyEZ object methods are included by default when using a Python context manager? (Choose two.)
Which Junos configuration database is updated by PyEZ by default?
YAML uses which two data structures? (Choose two.)
Junos supports which two APIs for on-box scripting? (Choose two.)
Which two statements about NETCONF layers are correct? (Choose two.)
Which two tools would you use to make REST API requests? (Choose two.)
Which two processes are used by Junos automation? (Choose two.)
Which two statements are valid regarding Junos automation? (Choose two.)
What is the difference between a list and a tuple in Python?
You want to use a Python package or module.
In this scenario, which statement would accomplish this task?
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 two statements about Junos automation are correct? (Choose two.)
Which two statements are correct about using the Junos REST API? (Choose two.)
What is the correct Python script syntax to prompt for input?
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?