1
You are designing a serverless microservices architecture for a new startup. The application needs to handle unpredictable traffic spikes without managing any underlying infrastructure. Which compute service should you use?
App Engine
Spot VMs
Google Kubernetes Engine (GKE)
Google Cloud Functions
View Explanation
✓ Correct Answer: Google Cloud FunctionsExplanation:Google Cloud Functions is a serverless compute service that automatically scales with demand, making it ideal for unpredictable traffic without infrastructure management.