Easy1 markMultiple Choice
GCP ACE · Question 12 · Domain 2.2: Planning and configuring compute resources
You are designing an architecture for a batch processing job that renders video frames. The job can be paused and resumed without losing data. You want to process the frames as cheaply as possible.
Which Compute Engine instance type should you choose?
You are designing an architecture for a batch processing job that renders video frames. The job can be paused and resumed without losing data. You want to process the frames as cheaply as possible.
Which Compute Engine instance type should you choose?
Answer options:
A.
Standard VMs with Committed Use Discounts
B.
Spot VMs (Preemptible VMs)
C.
Custom Machine Types
D.
Sole-tenant nodes
How to approach this question
Identify the cheapest compute option for fault-tolerant workloads.
Full Answer
B.Spot VMs (Preemptible VMs)✓ Correct
Spot VMs (Preemptible VMs)
Spot VMs (formerly Preemptible VMs) are highly affordable compute instances suitable for batch jobs and fault-tolerant workloads. Compute Engine might stop these instances if it needs to reclaim the compute capacity.
Common mistakes
Thinking Spot VMs are a different service than Compute Engine; they are just a pricing model for VMs.
Practice the full GCP Associate Cloud Engineer Practice Exam 4
50 questions · hints · full answers · grading
More questions from this exam
Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ04Your startup has a strict monthly cloud budget of $500. You want to be notified via email when yo...EasyQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...Medium
Expert