701-100 Dumps

701-100 Free Practice Test

Microsoft 701-100: LPIC-OT DevOps Tools Engineer

QUESTION 1

A recently installed application writes log data to /opt/app/log/info.log. If Filebeat is already installed and set up for communication with a remote Logstash, what has to be done in order to submit the log data of the new application to Logstash?

Correct Answer: E

QUESTION 2

How is cloud-init integrated with a managed system image?

Correct Answer: D

QUESTION 3

Which of the log messages below matches the following Logstash grok filter?
grok { match => [“message”, “%{SYSLOGBASE} new node %{IPORHOST:node}” ]
}

Correct Answer: C

QUESTION 4

Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)

Correct Answer: BCD

QUESTION 5

Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)

Correct Answer: AC
Reference https://docs.docker.com/compose/reference/down/