Juniper JN0-221 Exam Practice Questions (P. 4)
- Full Access (63 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 #16
Which two statements about DevOps are correct? (Choose two.)
- ADevOps is a methodology that allows for frequent, quick modifications
- BDevOps is a methodology that ensures that collaboration does not occur across organizational boundaries
- CDevOps is a methodology used to develop software or systems
- DDevOps is a methodology that is limited to small codebase development
Correct Answer:
AC
Reference:
https://www.juniper.net/us/en/products-services/what-is/devnetops/
AC
Reference:
https://www.juniper.net/us/en/products-services/what-is/devnetops/
send
light_mode
delete
Question #17
Which statement is correct about Infrastructure as Code (IaC)?
- AIt is an infrastructure that runs identical operating systems
- BIt is an infrastructure where devices are entirely virtualized
- CIt is an infrastructure that is used for beta code testing
- DIt is an infrastructure where devices are managed like software
Correct Answer:
D
Reference:
https://www.vmware.com/topics/glossary/content/infrastructure-as-code
D
Reference:
https://www.vmware.com/topics/glossary/content/infrastructure-as-code
send
light_mode
delete
Question #18
Which two statements about Ansible are true? (Choose two.)
- AAnsible modules only execute a change if required
- BBy default, Ansible core modules use NETCONF to connect to the remote host
- CBy default, Ansible playbooks are executed locally
- DAnsible uses an agentless architecture
Correct Answer:
BD
Reference:
https://www.juniper.net/documentation/en_US/junos-ansible/topics/concept/junos-ansible-overview.html#:~:text=Ansible%20uses%20an%20agentless
%20architecture,software%20on%20the%20managed%20nodes.&text=Thus%2C%20Ansible%20users%20can%20get,of%20Python%20to%20use%20Ansible
BD
Reference:
https://www.juniper.net/documentation/en_US/junos-ansible/topics/concept/junos-ansible-overview.html#:~:text=Ansible%20uses%20an%20agentless
%20architecture,software%20on%20the%20managed%20nodes.&text=Thus%2C%20Ansible%20users%20can%20get,of%20Python%20to%20use%20Ansible
send
light_mode
delete
Question #19
Which two Python packages use NETCONF to interact with Junos devices? (Choose two.)
send
light_mode
delete
Question #20
Which Python code block is an example of a context manager?
- Awhile True: device "" Device(host-"vmx-1", user-"lab", passwd-"lab123") ...
- Btry: device "" Device(host-"vmx-1", user-"lab", passwd-"lab123") ... except: print("Unable to connect to the vMX1")
- Cwith Device(host="vmx-1", user="lab", passwd="lab123") as device: ...Most Voted
- Dfor host in ["vmx-1", "vmx-2"]: device "" Device(host-host, user-"lab", passwd-"lab123") ...
Correct Answer:
B
Reference:
https://packetpushers.net/using-python-context-managers/
B
Reference:
https://packetpushers.net/using-python-context-managers/
send
light_mode
delete
All Pages