Juniper JN0-220 Exam Practice Questions (P. 1)
- Full Access (65 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
You are creating a Python data type that contains a collection of multiple ordered values. As part of your script, you must make changes to the values that are stored in your data type.
In this scenario, which data type should you use?
In this scenario, which data type should you use?
send
light_mode
delete
Question #2
Which statement is correct about Ansible? (Choose two.)
- AAnsible core modules for the Junos OS are developed by Ansible developers
- BAnsible Galaxy modules for the Junos OS are developed by Juniper Networks developers
- CAnsible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS can coexist on the same control machine
- DAnsible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS cannot coexist on the same control machine
Correct Answer:
AC
AC
send
light_mode
delete
Question #3
Which statement is correct about Python variables once they are created?
- AA global variable can only be used by functions that are defined later
- BAll variables in Python can be used by any function within the script
- CA global variable can be used by any function within the script
- DA global can only be used within the function that created it
Correct Answer:
A
Reference: https://stackoverflow.com/questions/423379/using-global-variables-in-a-function
A
Reference: https://stackoverflow.com/questions/423379/using-global-variables-in-a-function
send
light_mode
delete
Question #4
Which two statements are correct about XML? (Choose two.)
- AXML is used to send an event notification to a client
- BXML is used to issue Junos operational commands
- CXML is used to view or modify a Junos configuration
- DXML is used to create a communications session to a remote device
Correct Answer:
AB
AB
send
light_mode
delete
Question #5
Which statement is true about YAML?
- AYAML is a Unicode-based serialization language designed around common data types
- BYAML is designed around parsing speed over human readability
- CYAML is widely used on the Internet as a method to mode data between webservers and AJAX clients on Web browsers
- DYAML follows the lowest common denominator data types and requires simple processing between different programming environments
Correct Answer:
A
Reference: http://yaml.org/spec/spec.pdf
A
Reference: http://yaml.org/spec/spec.pdf
send
light_mode
delete
All Pages