A cloud administration team is planning Compute Engine resource configurations for two distinct applications:
1. A stateless, fault-tolerant batch image processing worker service that can easily resume processing if interrupted.
2. A memory-intensive caching service that requires continuous uptime and high RAM-to-vCPU ratios.
Which TWO deployment options represent recommended Compute Engine resource planning decisions for these workloads? (Select TWO.)
- Provision Spot VMs for the stateless batch image processing worker service to optimize compute costs.Answer
- Select a memory-optimized machine type for the high-throughput caching service to fulfill high memory demand.Answer
- CProvision Spot VMs for the high-throughput caching service to achieve maximum cost savings.
- DDeploy the memory-intensive caching service on Cloud Functions to eliminate virtual machine planning requirements.
Answer
The team should provision Spot VMs for the stateless batch processing service and select a memory-optimized machine type for the high-throughput caching service.
Selecting Spot VMs for stateless, fault-tolerant batch processing reduces compute expenses significantly while ensuring the batch job can withstand preemption. Choosing a memory-optimized machine family for the caching service ensures adequate RAM per core for memory-intensive workloads while maintaining reliable continuous operation.
Step-by-Step Solution
Key Concept
Selecting machine families based on memory demands and choosing Spot VMs for fault-tolerant batch processing.
Estimated Time:1m 0s