
Explanation:
The correct answer is D because the M1 machine type is designed for memory-intensive workloads, providing a high memory-to-CPU ratio. This makes it ideal for applications requiring the full database to be stored in memory for fast access and minimal latency.
For more details, refer to GCP's machine types documentation.
Ultimate access to all questions.
When migrating an on-premise customer-facing application to GCP that stores its full database in-memory to minimize latency, how should you configure the resources on GCP?
A
Use Compute Engine instances with GPUs attached.
B
Use Compute Engine instances with local SSDs attached.
C
Use preemptible Compute Engine instances.
D
Use Compute Engine instances with M1 machine type.
No comments yet.