ASSOCIATE-CLOUD-ENGINEER · Question #385
ASSOCIATE-CLOUD-ENGINEER Question #385: Real Exam Question with Answer & Explanation
The correct answer is C: Move both your website and background job to Cloud Run.. Cloud Run is a fully managed compute platform that automatically scales down to zero when not in use, aligning with your requirement of no costs when idle. It supports HTTP-triggered services, making it ideal for your background job. Your static website can also be served via Clo
Question
You are planning to move your company's website and a specific asynchronous background job to Google Cloud Your website contains only static HTML content The background job is started through an HTTP endpoint and generates monthly invoices for your customers. Your website needs to be available in multiple geographic locations and requires autoscaling. You want to have no costs when your workloads are not In use and follow recommended practices. What should you do?
Options
- AMove your website to Google Kubemetes Engine (GKE). and move your background job to Cloud
- BMove both your website and background job to Compute Engine.
- CMove both your website and background job to Cloud Run.
- DMove your website to Google Kubemetes Engine (GKE), and move your background job to
Explanation
Cloud Run is a fully managed compute platform that automatically scales down to zero when not in use, aligning with your requirement of no costs when idle. It supports HTTP-triggered services, making it ideal for your background job. Your static website can also be served via Cloud Run, although the more cost-effective and optimal option for static content would be Cloud Storage with a CDN - but Cloud Run still fits the constraints given (autoscaling and multi-region support).
Community Discussion
No community discussion yet for this question.