An organization is evaluating Google Cloud compute solutions for two newly developed services with distinct operational profiles:
1. Service Alpha: A stateless HTTP webhook receiver that experiences unpredictable request bursts. Single HTTP request execution times range from a few seconds up to 45 minutes. The team requires zero infrastructure/node management and automatic scaling down to zero when idle.
2. Service Beta: A batch analytics engine that performs large-scale computations overnight. The application is stateless, includes checkpointing logic to resume execution if interrupted, and must be deployed with maximum cost efficiency.
Which TWO compute architectural configurations should the cloud engineer select to meet the requirements for Service Alpha and Service Beta? (Select TWO.)
- Deploy Service Alpha on Cloud Run with a request timeout configured to 45 minutes.Cevap
- Deploy Service Beta on Compute Engine instances using Spot VMs within a Managed Instance Group.Cevap
- CDeploy Service Alpha on Cloud Functions (2nd gen) utilizing default function execution timeouts.
- DDeploy Service Beta on Compute Engine using standard On-Demand VMs to prevent node preemption during nightly batch runs.
- EDeploy Service Alpha on GKE Standard node pools to achieve zero operational and node management overhead.