ASSOCIATE-CLOUD-ENGINEER · Question #21
You need to select and configure compute resources for a set of batch processing jobs. These jobs take around 2 hours to complete and are run nightly. You want to minimize service costs. What should y
The correct answer is C. Select Compute Engine. Use preemptible VM instances of the appropriate standard machine. For example, batch processing jobs can run on preemptible instances. If some of those instances stop during processing, the job slows but does not completely stop. Preemptible instances complete your batch processing tasks without placing additional workload on your existing inst
Question
Options
- ASelect Google Kubernetes Engine. Use a single-node cluster with a small instance type.
- BSelect Google Kubernetes Engine. Use a three-node cluster with micro instance types.
- CSelect Compute Engine. Use preemptible VM instances of the appropriate standard machine
- DSelect Compute Engine. Use VM instance types that support micro bursting.
How the community answered
(46 responses)- A4% (2)
- B13% (6)
- C80% (37)
- D2% (1)
Explanation
For example, batch processing jobs can run on preemptible instances. If some of those instances stop during processing, the job slows but does not completely stop. Preemptible instances complete your batch processing tasks without placing additional workload on your existing instances and without requiring you to pay full price for additional normal instances. https://cloud.google.com/compute/docs/instances/preemptible
Topics
Community Discussion
No community discussion yet for this question.