701-100 試験問題を無料オンラインアクセス
試験コード: | 701-100 |
試験名称: | Linux Professional Institute DevOps Tools Engineer Exam 701 |
認定資格: | Lpi |
無料問題数: | 60 |
更新日: | 2025-10-18 |
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
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.)
Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
Which of the log messages below matches the following Logstash grok filter?
grok {
match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}
The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?