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

どの git サブコマンドがローカルコミットをリモートリポジトリにコピーしますか? (パスやパラメータなしでサブコマンドのみを指定します。)
Correct Answer:
PUSH
Explanation:
The git push command is used to upload local repository content to a remote repository.
Pushing is how you transfer commits from your local repository to a remote repository.
It is the command used to copy local commits to a remote repository.
References: Git documentation
次のKubernetesの展開を検討してください。

ReplicaSetの場合:

そしてポッド:

ポッドの1つがコマンドkubect1 pod deleteで終了するとどうなりますか?
Correct Answer: E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
どのAnsibleモジュールを使用してファイルの内容を変更できますか? (3つの正解を選択してください。)
Correct Answer: A,B,C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
実行中のボックスでコマンドを実行する Vagrant サブコマンドはどれですか? (パスやパラメータなしでサブコマンドのみを指定します。)
Correct Answer:
ssh
Explanation:
To execute a command in a running Vagrant box, you typically use vagrant ssh to open an SSH session into the box.
Once inside the SSH session, you can run any command as you would on a regular SSH session.
References:
* Vagrant Documentation - SSH
Dockerfileには次のステートメントが含まれます。
COPY data / / data /
ボリューム/ data
結果のコンテナが追加のボリューム設定なしで起動されるとどうなりますか? (正解を2つ選択してください。)
Correct Answer: B,C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
単体テストでは何がテストされますか?
Correct Answer: C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).