Hard1 markMultiple Choice
GCP ACE · Question 14 · Domain 2.2: Planning and configuring compute resources
You are deploying a legacy application that requires a specific older version of a Linux kernel and cannot run in a container. The application requires high disk I/O and will run 24/7 for the next 3 years. What is the MOST cost-effective compute strategy?
You are deploying a legacy application that requires a specific older version of a Linux kernel and cannot run in a container. The application requires high disk I/O and will run 24/7 for the next 3 years. What is the MOST cost-effective compute strategy?
Answer options:
A.
Google Kubernetes Engine with Local SSDs.
B.
Compute Engine with a custom image and a 3-year Committed Use Discount.
C.
App Engine Flexible environment.
D.
Compute Engine with Sustained Use Discounts.
How to approach this question
Identify the service that supports custom kernels (Compute Engine) and the pricing model for long-term 24/7 usage (CUD).
Full Answer
B.Compute Engine with a custom image and a 3-year Committed Use Discount.✓ Correct
Compute Engine with a custom image and a 3-year Committed Use Discount.
Because the application requires a specific kernel and cannot be containerized, Compute Engine (IaaS) is required. You can use a custom image to support the older kernel. Since the workload is predictable and will run 24/7 for 3 years, purchasing a 3-year Committed Use Discount (CUD) will provide the maximum cost savings (up to 57-70% off).
Common mistakes
Relying on Sustained Use Discounts, which offer less savings than a commitment.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert