Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 - 701-100 FREE EXAM DUMPS QUESTIONS & ANSWERS

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.)
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
Which sections can exist in a Logstash configuration file? (Choose three correct answers.)
Correct Answer: B,C,D Vote an answer
Explanation: Only visible for FreeCram 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,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
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.)
Correct Answer: C,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which Ansible command is used to manage and store sensitive data in encrypted files?
(Specify ONLY the command without any path or parameters.)
Correct Answer:
ansible-vault
Explanation:
The ansible-vault command is used to manage and store sensitive data in encrypted files within Ansible.
This allows users to keep variables, passwords, and other confidential information secure by encrypting them in a file.
References: Ansible Documentation - Ansible Vault
Which of the following goals are favored by agile software development methodologies? (Choose two correct answers.)
Correct Answer: B,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10