LPI 701-100 Exam
DevOps Tools Engineer Exam (Page 5 )

Updated On: 30-Jan-2026

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

  1. clone

Answer(s): A



The following command is issued on two docker nodes:

docker network create --driver bridge isolated_nw

Afterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)

  1. Use a host network instead of a bridged network.
  2. Add the option --inter-container to the docker network create command.
  3. Start the containers on the same node.
  4. Change the --network parameter of docker create to --network=isolated_nw,nofence.
  5. Use an overlay network instead of a bridged network.

Answer(s): C,D


Reference:

https://docs.docker.com/v17.09/engine/userguide/networking/#bridge-networks



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?

  1. latest
  2. default
  3. current
  4. nightly
  5. lts

Answer(s): A


Reference:

https://docs.docker.com/engine/reference/commandline/build/



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

  1. run

Answer(s): A



Consider the following Kubernetes Deployment:


What happens if one of the Pods is terminated with the command kubect1 pod delete?

  1. The remaining Pods are stopped and the Deployment switches to the state Failed.
  2. The number of replicas in the ReplicaSet is changed to 4.
  3. The ReplicaSet immediately starts a new replacement Pod.
  4. The remaining Pods are stopped and a new ReplicaSet is started.
  5. The Deployment switches to the state Degraded.

Answer(s): B



Viewing page 5 of 13
Viewing questions 21 - 25 out of 60 questions



Post your Comments and Discuss LPI 701-100 exam prep with other Community members:

Join the 701-100 Discussion