An enterprise HR platform is migrating its background check system to Google Cloud. The system consists of two distinct components:
1. Candidate Web Portal: A stateless HTTP API receiving candidate form submissions. Traffic is highly unpredictable, spiking during business hours and dropping to near zero overnight. The platform team requires zero infrastructure management overhead and automatic scaling down to zero.
2. Verification Rendering Engine: A continuous batch process that performs document validation and rendering. It requires custom C++ Linux socket tuning at the operating system level and runs continuously 24/7 with steady compute demands.
Which TWO architectural decisions should the Cloud Architect recommend to optimize operational efficiency and cost?
- Deploy the Candidate Web Portal on Cloud Run.Cevap
- Deploy the Verification Rendering Engine on Compute Engine Virtual Machines backed by Committed Use Discounts.Cevap
- CProvision a multi-zone Google Kubernetes Engine (GKE) Standard cluster to host the Candidate Web Portal.
- DHost the Verification Rendering Engine on Cloud Run using maximum concurrency limits.
- EPurchase 3-year Committed Use Discounts to cover the peak capacity of the Candidate Web Portal.