Free Lpi 701-100 Practice Test & Real Exam Questions
What is tested by unit tests?
Correct Answer: E
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Consider the following Kubernetes Deployment:

With the ReplicaSet:

And the Pods:

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

With the ReplicaSet:

And the Pods:

What happens if one of the Pods is terminated with the command kubect1 pod delete?
Correct Answer: A
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
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.)
(Specify ONLY the statement's name without any values or parameters.)
Correct Answer:
ENTRYPOINT
Explanation:
In a Dockerfile, the ENTRYPOINT instruction is used to specify the command that will be executed when a container starts. Unlike CMD, which can be overridden by arguments provided in docker run, ENTRYPOINT ensures that the specified command is always run.
References:
* Docker Documentation - ENTRYPOINT
Explanation:
In a Dockerfile, the ENTRYPOINT instruction is used to specify the command that will be executed when a container starts. Unlike CMD, which can be overridden by arguments provided in docker run, ENTRYPOINT ensures that the specified command is always run.
References:
* Docker Documentation - ENTRYPOINT
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
Correct Answer: E
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which of the following properties apply to a content delivery network? (Choose three correct answers.)
Correct Answer: A,C,E
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
Correct Answer: A,D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
