Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 - 701-100 Exam Practice Test

Which of the log messages below matches the following Logstash grok filter?
grok {
match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
What implications does container virtualization have for DevOps? (Choose two answers.)
Correct Answer: C,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)
docker run -v /data -ti debian
Correct Answer: A,B
Explanation: Only visible for TrainingDump 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: A,C,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
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.)
Correct Answer:
env
Explanation:
The docker-machine env subcommand outputs a list of commands that set environment variables required to make Docker work with a Docker host managed by docker-machine. These variables configure the Docker client to communicate with the Docker Engine on the specified host.
References: Docker Documentation - docker-machine env
What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
0
0
0
0