
Answer-first summary for fast verification
Answer: Utilize the Compute Engine machine type n1-standard-96 for direct access to 96 vCPUs.
**A** is the correct choice because the n1-standard-96 machine type directly provides the 96 vCPUs required by the application, ensuring a seamless transition to GCP. **B** is incorrect as the CPU platform choice (Intel Skylake) does not influence the number of vCPUs available. **C** is not feasible because modifying a running instance to increase vCPUs to 96 is unsupported and may not yield optimal performance. **D** is unsuitable because Rightsizing Recommendations do not guarantee the specific vCPU requirement of 96, focusing instead on general performance optimization. For more details, refer to [Google Compute Engine machine types](https://cloud.google.com/compute/docs/machine-types).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As part of the operations team for a multiplayer online game company, you're migrating an application from a private data center to Google Cloud Platform (GCP). The application demands 96 vCPUs for its operations. What is the most effective way to replicate this environment in GCP?
A
Utilize the Compute Engine machine type n1-standard-96 for direct access to 96 vCPUs.
B
Select Intel Skylake as the CPU platform on Compute Engine for enhanced CPU features.
C
Start with Compute Engine default settings and later modify the instance to 96 vCPUs using gcloud.
D
Begin with Compute Engine default settings and adjust based on Rightsizing Recommendations over time.
No comments yet.