
Explanation:
The correct answer is D. The M1 machine type is specifically designed for memory-intensive applications such as ERP systems that hold the full database in-memory. These machine types are memory-optimized and provide higher memory-to-vCPU ratios, which makes them ideal for handling large in-memory databases like SAP HANA, as well as other in-memory analytics and SQL Server workloads. Provisioning M1 machine types ensures that the application will have the necessary resources to perform efficiently.
Ultimate access to all questions.
No comments yet.
You are planning to deploy a new Enterprise Resource Planning (ERP) system on Google Cloud. This ERP application is designed to keep the entire database in-memory to ensure swift data access. What are the best resources and configurations you should use on Google Cloud to optimize the performance and efficiency of this application?
A
Provision preemptible Compute Engine instances.
B
Provision Compute Engine instances with GPUs attached.
C
Provision Compute Engine instances with local SSDs attached.
D
Provision Compute Engine instances with M1 machine type.