Free LPI 701-100 Exam Actual Questions

The questions for 701-100 were last updated On Dec 20, 2024

Question No. 1

Which of the following Ansible tasks copies the file example.txt to a manage system?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

If a Dockerfile references the container's base image without a specific version tag, which tag of that image is used to create the container?

Show Answer Hide Answer
Question No. 3

Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)

Show Answer Hide Answer
Question No. 4

Given the following excerpt of a Dockerfile:

Run apt-get --y update && apt-get install --y fortunes && apt-get clean

Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

What does the command packer validate template.json do?

Show Answer Hide Answer