Lpi LPIC-3 Exam 305: Virtualization and Containerization (305-300日本語版) - 305-300日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS
Vagrant と Docker によって提供される機能はどれですか? (3つお選びください。)
Correct Answer: A,D,E
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Packer Inspection サブコマンドの目的は何ですか?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
準仮想化マシンではなく完全仮想化マシンを作成するには、Xen ゲスト ドメインの構成ファイルのオプション ビルダーでどの値を設定する必要がありますか?
Correct Answer:
builder = "hvm"
Explanation:
In Xen virtualization, guest domains can be created using either paravirtualization (PV) or hardware-assisted full virtualization, also known as HVM (Hardware Virtual Machine). According to official Xen documentation, the builder option in a Xen guest domain configuration file determines the type of virtualization used when creating a virtual machine.
To create a fully virtualized (HVM) guest, the configuration file must explicitly set the value of the builder option to "hvm":
builder = "hvm"
This instructs the Xen toolstack to use hardware-assisted virtualization features provided by the CPU, such as Intel VT-x or AMD-V, allowing unmodified guest operating systems to run. Fully virtualized guests behave like physical machines and can run operating systems that are unaware of Xen.
If the builder option is omitted or set to the default paravirtualized builder, Xen expects a PV-capable kernel, which requires guest operating system modifications. HVM guests, by contrast, rely on device emulation and hardware virtualization support.
Virtualization documentation clearly distinguishes between PV and HVM guests and identifies builder =
"hvm" as the required configuration for full virtualization. This setting is fundamental when deploying operating systems such as Windows or standard Linux distributions without Xen-specific kernels.
Therefore, the correct and documented value is builder = "hvm".
Explanation:
In Xen virtualization, guest domains can be created using either paravirtualization (PV) or hardware-assisted full virtualization, also known as HVM (Hardware Virtual Machine). According to official Xen documentation, the builder option in a Xen guest domain configuration file determines the type of virtualization used when creating a virtual machine.
To create a fully virtualized (HVM) guest, the configuration file must explicitly set the value of the builder option to "hvm":
builder = "hvm"
This instructs the Xen toolstack to use hardware-assisted virtualization features provided by the CPU, such as Intel VT-x or AMD-V, allowing unmodified guest operating systems to run. Fully virtualized guests behave like physical machines and can run operating systems that are unaware of Xen.
If the builder option is omitted or set to the default paravirtualized builder, Xen expects a PV-capable kernel, which requires guest operating system modifications. HVM guests, by contrast, rely on device emulation and hardware virtualization support.
Virtualization documentation clearly distinguishes between PV and HVM guests and identifies builder =
"hvm" as the required configuration for full virtualization. This setting is fundamental when deploying operating systems such as Windows or standard Linux distributions without Xen-specific kernels.
Therefore, the correct and documented value is builder = "hvm".
従来の仮想化と比較したコンテナ仮想化の主な利点は何ですか?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
cloud-init はクラウド インスタンスのカスタマイズをどのように強化しますか?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
インフラストラクチャ・アズ・コード (IaC) アプローチで知られているクラウド管理ツールはどれですか (該当するものをすべて選択してください)。
Correct Answer: A,B,C,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
現在のホストで実行されている仮想マシンを一覧表示する virsh 内のコマンドはどれですか?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
AMD CPU のハードウェア仮想化機能を示す CPU フラグはどれですか?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).