| Exam Code/Number: | 701-100Join the discussion |
| Exam Name: | Linux Professional Institute DevOps Tools Engineer Exam 701 |
| Certification: | Lpi |
| Question Number: | 60 |
| Publish Date: | Jun 08, 2026 |
|
Rating
100%
|
|
Which of the following HTTP headers is a CORS header?
A Dockerfile contains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)
What happens when a merge conflict occurs in git? (Choose two correct answers.)
Which of the following commands lists the nodes in a Docker Swam cluster?
Which of the log messages below matches the following Logstash grok filter?
grok {
match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}