200-901 Question 108
Select 3You are tasked with deploying a new application on a virtual machine in a cloud environment. The application requires specific configurations, including 8 GB of RAM, 4 CPU cores, and 100 GB of storage. Which of the following steps are critical to ensuring that the virtual machine meets the application's requirements?
- A
Select a virtual machine instance type that meets or exceeds the required specifications.
- B
Manually configure the virtual machine to match the required CPU, RAM, and storage settings after deployment.
- C
Verify that the hypervisor supports creating virtual machines with the specified resources.
- D
Ensure the virtual machine operating system is compatible with the application requirements.
Show answer and explanation
Correct answers: A, C, D
Explanation
When deploying an application on a virtual machine, it is important to select an instance type that satisfies or exceeds the application's hardware requirements. Additionally, verifying hypervisor support for the needed resources ensures deployment feasibility. Finally, ensuring operating system compatibility helps prevent application incompatibility issues. Manually adjusting resources after deployment is not a standard or recommended practice.
- A. Correct.
Correct. Choosing a virtual machine instance type that meets or exceeds the required specifications is critical to ensure the application performs as expected.
- B. Incorrect.
Incorrect. Virtual machine specifications are typically defined during the creation or selection of the instance type, not manually adjusted after deployment.
- C. Correct.
Correct. The hypervisor must support creating virtual machines with the specified resources to ensure the instance can be deployed successfully.
- D. Correct.
Correct. Ensuring that the operating system is compatible with the application's requirements is essential for proper functionality.