Free 701-100 Questions for Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 701-100 Exam as PDF & Practice Test Engine
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
Correct Answer: D,E
Vote an answer
Explanation: Only visible for ExamDiscuss 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: D
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following tasks can Logstash fulfill without using other components of the Elastic Stack?
(Choose three.)
(Choose three.)
Correct Answer: A,B,E
Vote an answer
Explanation: Only visible for ExamDiscuss 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 of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)
Correct Answer: A,D
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
Correct Answer: B,C,E
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10
