Skip to main content

JN0-220 Real Exam Questions

Automation and DevOps, Associate (JNCIA-DevOps)

65 questions available · Page 1 of 7

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

What are two characteristics found in a modern DevOps environment? (Choose two.)

  1. A

    The development and operations environments are identical

  2. B

    The development and operations environments are different

  3. C

    The DevOps practice relies heavily on the use of physical hardware

  4. D

    The DevOps practice relies heavily on the use of virtualization

Show answer and explanation

Correct answers: B, D

Question 2 Single choice

What does the statement "Ansible provides idempotent operations."
mean?

  1. A

    The result of performing the operation once is exactly the same as the result of performing it repeatedly without any intervening actions.

  2. B

    The result of performing the operation once is not exactly the same as the result of performing it repeatedly without any intervening actions.

  3. C

    The result of performing the operation once will not allow the operation to be run again without any intervening actions to correct the failure.

  4. D

    The result of performing the operation once will not allow the operation to be run again without any intervening actions.

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html

Question 3 Multiple choice

You want to restrict access to the REST API on a Junos device?

What are two ways to accomplish this task? (Choose two.)

  1. A

    Enable a maximum number of connections

  2. B

    Restrict access by the source MAC address

  3. C

    Restrict access by the source IP address

  4. D

    Enable a schedule of specific access times

Show answer and explanation

Correct answers: C, D

Question 4 Multiple choice

Which two statements are true about data structures? (Choose two.)

  1. A

    YAML is human readable and supports serializing arbitrary native data structures

  2. B

    YAML follows the lowest common denominator data types and requires simple processing between different programming environments

  3. C

    JSON is language dependent, which uses conventions that are familiar to programmers of languages like C, C++, Java, Perl, and Python

  4. D

    JSON is simple to generate and parse, though human readability is sacrificed

Show answer and explanation

Correct answers: A, C

Question 5 Single choice

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

  1. A

    A global variable can only be used by functions that are defined later

  2. B

    All variables in Python can be used by any function within the script

  3. C

    A global variable can be used by any function within the script

  4. D

    A global can only be used within the function that created it

Show answer and explanation

Correct answer: A

Explanation

References:
https://stackoverflow.com/questions/423379/using-global-variables-in-a-function

Question 6 Single choice

How does YAML differ from JSON in data interchange formats?

  1. A

    YAML supports comments

  2. B

    JSON is language specific

  3. C

    JSON is a superset of YAML

  4. D

    YAML is not indentation aware

Show answer and explanation

Correct answer: A

Question 7 Multiple choice

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

  1. A

    Ansible core modules for the Junos OS are developed by Ansible developers

  2. B

    Ansible Galaxy modules for the Junos OS are developed by Juniper Networks developers

  3. C

    Ansible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS can coexist on the same control machine

  4. D

    Ansible Galaxy modules for the Junos OS and Ansible core modules for the Junos OS cannot coexist on the same control machine

Show answer and explanation

Correct answers: A, C

Question 8 Single choice

Which statement is true about using Ansible a Junos device?

  1. A

    The Junos device does not have an Ansible agent installed

  2. B

    SFTP must be used to allow communication between the Ansible control server and the Junos device

  3. C

    An Ansible playbook is a set of tasks written in XML

  4. D

    Ansible modules are copied and executed on the Junos device

Show answer and explanation

Correct answer: D

Question 9 Single choice

YAML was designed as a superset of which format?

  1. A

    XML

  2. B

    XSD

  3. C

    Ansible

  4. D

    JSON

Show answer and explanation

Correct answer: D

Explanation

References:
https://medium.com/@williamhayes/yaml-is-a-superset-of-json-it-is-explained-in-more-detail-here-1d758a069508

Question 10 Single choice

Which statement is correct about Ansible playbooks?

  1. A

    A playbook is a collection of tasks to be performed on the host.

  2. B

    A playbook is called by multiple Python modules.

  3. C

    A playbook is a specific Python module that is executed on a host.

  4. D

    A playbook is a collection of host files?

Show answer and explanation

Correct answer: A

Explanation

References:
https://www.tutorialspoint.com/ansible/ansible_playbooks.htm