Home/lpi/Free LPI 701-100 Actual Exam Questions

Free LPI 701-100 Actual Exam Questions

The questions for this exam were last updated on January 7, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for 701-100 certification exam which are developed and validated by LPI subject domain experts certified in LPI 701-100 . These practice questions are update regularly as we keep an eye on any recent changes in 701-100 syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our LPI 701-100 exam questions and pass your exam on first try.

Question No. 1

CORRECT TEXT Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)

Question No. 2

CORRECT TEXT Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)

Question No. 3

CORRECT TEXT Which vagrant sub command executes a command in a running box? (Specify only the sub command without any path or parameters.)

Question No. 4

CORRECT TEXT Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)

Question No. 5

CORRECT TEXT Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.)

Question No. 6

CORRECT TEXT Which docker-machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker-machine? (Specify only the sub command without any path or parameters.)

Question No. 7

CORRECT TEXT Which statement in a Dockerfile defines which command should be started in the container by default when it is started? (Specify ONLY the statement’s name without any values or parameters.)

Question No. 8
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}
Select one option, then reveal solution.
Question No. 9
The file index.php, which is being maintained in a git repository, was changed locally and contains an
error. If the error has not been committed to the repository yet, which of the following git commands
reverts the local copy of index.php to the latest committed version in the current branch?
Select one option, then reveal solution.
Question No. 10
Which section of the Prometheus configuration defines which nodes are monitored?
Select one option, then reveal solution.
Question No. 11
What must be the first line of a plain text user-data configuration containing YAML configuration for
cloud-init?
Select one option, then reveal solution.
Question No. 12
Which of the following information is contained in the output of git status? (Choose three correct
answers.)
Select all that apply, then reveal solution.
Question No. 13
Which statements are true regarding databases during the deployment of a new release of a service
using canary deployment? (Choose two correct answers.)
Select all that apply, then reveal solution.
Question No. 14
What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
Select one option, then reveal solution.
Question No. 15
Which of the following commands lists the nodes in a Docker Swam cluster?
Select one option, then reveal solution.