Official Bank 0/60

DevOps Tools Engineer (701-100) - Linux Professional Institute Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
60 Total Questions
1
Question
What is the Puppet equivalent to an Ansible Playbook called?
Options
A A Puppet Catalog
B A Puppet Declaration
C A Puppet Manifest
D A Puppet Playbook
E A Puppet Factsheet
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)
docker run –v /data –ti debian
Select 2
Options
A The new /data volume contains a copy of the complete container’s base image.
B The /data volume can be attached to another Docker container.
C If the command is run a second time, another volume for /data is created.
D The volume containing the container’s rootfile system is retained until the /data volume is deleted.
E The /data volume is discarded when the container terminates.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Which of the following container names could have been assigned automatically by Docker?
Options
A docker-c00001
B c0023817
C 2.0.17.172
D clever_ritchie
E container
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which of the following git commands is used to manage files in a repository? (Choose two correct
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Select 2
Options
A Delete all volumes defined in the composer file.
B Delete all images used in the composer file from the Docker nodes.
C Delete all containers defined in the composer file.
D Delete all images built from the composer file from their registry.
E Delete all networks defined in the composer file.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.