By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
This topic covers how to select the right Google Cloud infrastructure for ML workloads—whether training models, serving predictions, or running batch jobs. The right choice impacts cost, scalability, latency, and operational overhead. Real-world scenario: A fintech company needs to deploy a fraud detection model that processes 10,000 transactions per second with <100ms latency. Should they use Vertex AI Endpoints, Cloud Run, or GKE? The answer depends on model size, traffic patterns, and team expertise.
gcloud ai endpoints predict
✅ Answer: Vertex AI PredictionWhy? Managed, auto-scaling, low-latency, and requires minimal setup.
✅ Answer: Compute Engine with Spot VMs (GPU/TPU)Why? Full OS access, cheaper than managed services, and Spot VMs reduce costs.
✅ Answer: Vertex AI Prediction (with min instances set to 1)Why? Auto-scaling, low latency, and min instances prevent cold starts.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.