You want to make a list in Python to store data.
Which statement is the correct way to accomplish this task?
Which two programming languages are used for Junos on-box scripting? (Choose two.)
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 two statements about NETCONF layers are correct? (Choose two.)
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?
Which two statements are valid regarding Junos automation? (Choose two.)
Which statement is valid regarding YAML and JSON?