Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Juniper JN0-220 Exam Actual Questions

The questions for JN0-220 were last updated on May 17, 2024.
  • Viewing page 1 out of 17 pages.
  • Viewing questions 1-4 out of 65 questions

Topic 1 - Single Topic

Question #1 Topic 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?

  • A. list
  • B. tuple
  • C. dictionary
  • D. set
Reveal Solution Hide Solution   Discussion   7

Correct Answer: C 🗳️

Question #2 Topic 1

Which statement is correct about Ansible? (Choose two.)

  • A. Ansible core modules for the Junos OS are developed by Ansible developers
  • B. Ansible Galaxy modules for the Junos OS are developed by Juniper Networks developers
  • C. Ansible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS can coexist on the same control machine
  • D. Ansible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS cannot coexist on the same control machine
Reveal Solution Hide Solution   Discussion   4

Correct Answer: AC 🗳️

Question #3 Topic 1

Which statement is correct about Python variables once they are created?

  • A. A global variable can only be used by functions that are defined later
  • B. All variables in Python can be used by any function within the script
  • C. A global variable can be used by any function within the script
  • D. A global can only be used within the function that created it
Reveal Solution Hide Solution   Discussion   5

Correct Answer: A 🗳️
Reference: https://stackoverflow.com/questions/423379/using-global-variables-in-a-function

Question #4 Topic 1

Which two statements are correct about XML? (Choose two.)

  • A. XML is used to send an event notification to a client
  • B. XML is used to issue Junos operational commands
  • C. XML is used to view or modify a Junos configuration
  • D. XML is used to create a communications session to a remote device
Reveal Solution Hide Solution   Discussion   4

Correct Answer: AB 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...