Medium1 markMultiple Choice
GCP ACE · Question 13 · Domain 2.2: Planning and configuring compute resources
You have a batch processing workload that takes 2 hours to complete. The workload is fault-tolerant and can be interrupted and resumed without issues. You want to minimize compute costs. Which TWO configurations should you consider? (Select TWO)
You have a batch processing workload that takes 2 hours to complete. The workload is fault-tolerant and can be interrupted and resumed without issues. You want to minimize compute costs. Which TWO configurations should you consider? (Select TWO)
Answer options:
A.
Spot VMs (or Preemptible VMs)
B.
Committed Use Discounts
C.
Compute Engine custom machine types
D.
Sole-tenant nodes
E.
Shielded VMs
How to approach this question
Look for cost-saving features specifically suited for interruptible workloads and precise resource allocation.
Full Answer
Spot VMs (formerly Preemptible VMs) are highly affordable compute instances suitable for batch jobs and fault-tolerant workloads, as Compute Engine might stop them if it needs the capacity. Custom machine types allow you to tailor the vCPU and memory to your exact needs, preventing over-provisioning and saving money.
Common mistakes
Selecting Committed Use Discounts, which are for steady-state, long-term workloads.
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