- Home
- Server Administration
- Windows
- Developing Microsoft Azure Solutions
21.
Which of the following is a supported VM workload? (Choose all that apply.)
- A.Running Visual Studio (with an MSDN account)
- B.Running Windows 8
- C.Running Ubuntu
- D.Running the Java Development Kit
- Answer & Explanation
- Report
Answer : [A, B, C, D]
Explanation :
Explanation :
A. Correct: There is a VM image with Visual Studio pre-installed. B. Correct: There are several VM images with Windows 8 pre-installed. C. Correct: There are several Ubunto VM images, including the latest versions with Long Term Support (LTS). D. Correct: There is a VM image with the JDK pre-installed. |
22.
Which of the following is not a tool used for generalizing a VM? (Choose all that apply.)
- A.Sysprep
- B.waagent
- C.reset
- D.generalize
- Answer & Explanation
- Report
Answer : [C, D]
Explanation :
Explanation :
A. Incorrect: This is a tool for generalizing Windows VMs. B. Incorrect: This is a tool for generalizing Linux VMs. C. Correct: This is not a tool for generalizing VMs. D. Correct: This is not a tool for generalizing VMs. |
23.
Which of the following diagnostics are valid options for creating a disk?
- A.Create an operating system disk from a single VHD
- B.Create an operating system disk from multiple VHDs
- C.Create a data disk from a single VHD
- D.Create a data disk from multiple VHDs
- Answer & Explanation
- Report
Answer : [A, C]
Explanation :
Explanation :
A. Correct: An operating system disk can only be created from a single VHD. B. Incorrect: A data disk cannot be created from a single VHD. C. Correct: A data disk can only be created from a single VHD. D. Incorrect: A data disk cannot be created from a single VHD. |
24.
Which of the following are valid options for creating a VM image? (Choose all that apply.)
- A.Capture a VM image from a running VM instance
- B.Capture a VM image from a stopped (de-allocated) VM instance
- C.Create a VM image from a single VHD
- D.Capture a VM image from a VM instance running Linux
- Answer & Explanation
- Report
Answer : [A, B, C, D]
Explanation :
Explanation :
A. Correct: You can capture a VM image while the VM instance is running. B. Correct: You can capture a VM image when a VM is stopped. C. Correct: You can capture a VM image from a single VHD. D. Correct: You can capture a VM image from an existing VM image that is running Linux. |
25.
Which of the following statements are true? (Choose all that apply.)
- A.The VM Agent is always installed with a new Windows VM image
- B.The Custom Script Extension can be enabled while creating a VM in either management portal.
- C.Chef client can be enabled for both Windows and Linux-based VM images
- D.Puppet Enterprise agent can be enabled for both Windows and Linux-based VM images.
- Answer & Explanation
- Report
Answer : [B, D, E]
Explanation :
Explanation :
A. Incorrect: VM Agent is selected by default when you create a VM; however, it can
be cleared so that the agent is not installed to the new image. B. Correct: In both portals, if the VM Agent is enabled, you can also optionally enable the Custom Script Extension. C. Incorrect: PowerShell DSC is not installed by default, but if the VM Agent is enabled, you can select PowerShell DSC from the Preview portal only. D. Correct: Chef Client is available for both Windows and Linux operating systems and can be enabled through either portal only if the VM Agent is enabled. E. Correct: Puppet Enterprise Agent is available for both Windows and Linux operating systems and can be enabled through either portal only if the VM Agent is enabled. |