PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #170
You work with a video rendering application that publishes small tasks as messages to a Cloud Pub/Sub topic. You need to deploy the application that will execute these tasks on multiple virtual…
The correct answer is C. Deploy the application as a managed instance group with Preemptible VMs. A is incorrect. This is not the cheapest method. B is incorrect because CUDs are for a 1-year minimum, so you would be overbilled for 11 C is correct because Preemptible VMs are the cheapest way of running a VM. Running them in a MIG will start new instances when some are…
Question
Options
- ADeploy the application as a managed instance group.
- BDeploy the application as a managed instance group. Configure a Committed Use Discount for
- CDeploy the application as a managed instance group with Preemptible VMs.
- DDeploy the application as a managed instance group with Preemptible VMs. Configure a
How the community answered
(22 responses)- A5% (1)
- B9% (2)
- C73% (16)
- D14% (3)
Explanation
A is incorrect. This is not the cheapest method. B is incorrect because CUDs are for a 1-year minimum, so you would be overbilled for 11 C is correct because Preemptible VMs are the cheapest way of running a VM. Running them in a MIG will start new instances when some are terminated. D is incorrect because CUDs are for a 1-year minimum, so you would be overbilled for 11 https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed- instances#creating_groups_of_preemptible_instances https://cloud.google.com/compute/sole-tenant-gpu-pricing#nodes
Topics
Community Discussion
No community discussion yet for this question.