Google Cloud Associate Cloud Engineer — Question 214

You have a batch workload that runs every night and uses a large number of virtual machines (VMs). It is fault-tolerant and can tolerate some of the VMs being terminated. The current cost of VMs is too high. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because Spot N2 Standard VMs are a cost-effective solution for workloads that can tolerate interruptions, such as this fault-tolerant batch job. The other options either propose using standard VMs without considering cost (B and C) or suggest a less efficient VM type (D), which does not address the cost concern effectively.