PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #193
You work for a company that offers a free photo processing application. You are designing the infrastructure for the backend service that processes the photos. The service: - Uses Cloud Storage to sto
The correct answer is D. Deploy the service by using Spot VMs.. Spot VMs are the most cost-effective option since they provide significant cost savings compared to standard VMs while being suitable for workloads that can tolerate interruptions. Since the service can resume processing photos in case of failure and there is no strict SLO, using
Question
Options
- ADeploy the service by using Cloud Run.
- BDeploy the service by using standard VMs with a 3-year committed use discount.
- CDeploy the service by using GKE.
- DDeploy the service by using Spot VMs.
How the community answered
(45 responses)- A4% (2)
- B9% (4)
- C22% (10)
- D64% (29)
Explanation
Spot VMs are the most cost-effective option since they provide significant cost savings compared to standard VMs while being suitable for workloads that can tolerate interruptions. Since the service can resume processing photos in case of failure and there is no strict SLO, using Spot VMs allows the company to minimize infrastructure costs without impacting service functionality.
Topics
Community Discussion
No community discussion yet for this question.