Lpi Linux Professional Institute DevOps Tools Engineer Exam 701 (701-100日本語版) - 701-100日本語 Exam Practice Test

一般に利用可能なほとんどのVagrantボックスには、どのセキュリティ問題が存在しますか? (3つの正解を選択してください。)
Correct Answer: A,B,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Prometheus構成のどのセクションがどのノードを監視するかを定義しますか?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Dockerfileには次のステートメントが含まれます。
COPY data / / data /
ボリューム/ data
結果のコンテナが追加のボリューム設定なしで起動されるとどうなりますか? (正解を2つ選択してください。)
Correct Answer: A,E
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
コンテナ環境でのサービス検出に使用されるメカニズムは次のうちどれですか? (正解を2つ選択してください。)
Correct Answer: B,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
暗号化されたファイル内の機密データを管理および保存するために使用される Ansible コマンドはどれですか?
(パスやパラメータなしでコマンドのみを指定します。)
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
Ansibleプレイブックに存在する条件は次のうちどれですか? (3つの正解を選択してください。)
Correct Answer: B,C,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).