PROFESSIONAL-CLOUD-ARCHITECT · Question #312
Case Study: 9 - Helicopter Racing League Company overview Helicopter Racing League (HRL) is a global sports league for competitive helicopter racing. Each year HRL holds the world championship and sev
The correct answer is D. Vertex-AI. This question tests knowledge of selecting the most appropriate managed AI/ML platform on GCP for training, deploying, and serving customized machine learning models for race predictions.
Question
Options
- AVideo Intelligence
- BTensorFlow Enterprise and KubeFlow for the customized models
- CBigQuery ML
- DVertex-AI
- EKubernetes and TensorFlow Extend
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- D94% (31)
Why each option
This question tests knowledge of selecting the most appropriate managed AI/ML platform on GCP for training, deploying, and serving customized machine learning models for race predictions.
Video Intelligence API analyzes video content for labels, objects, and events using pre-trained models; it is not designed for training and serving custom telemetry-based race prediction models.
TensorFlow Enterprise and KubeFlow require managing Kubernetes clusters and ML infrastructure manually, contradicting HRL's requirement for managed AI services and increasing operational overhead.
BigQuery ML trains SQL-based models directly on tabular data in BigQuery but is limited in model architecture complexity and is not the best fit for real-time low-latency prediction serving required during live races.
Vertex AI is Google Cloud's unified managed AI platform that handles the full ML lifecycle: training custom models, hyperparameter tuning, model registry, and online/batch prediction serving. It directly addresses HRL's goal of expanding use of managed AI and ML services without managing underlying infrastructure, and supports both pre-built AutoML models and custom TensorFlow/PyTorch models.
Running Kubernetes with TensorFlow Extended requires building, managing, and scaling your own ML infrastructure, which is the opposite of the managed AI services HRL wants to adopt.
Concept tested: Vertex AI managed ML platform for custom model training and serving
Source: https://cloud.google.com/vertex-ai/docs/start/introduction-unified-platform
Topics
Community Discussion
No community discussion yet for this question.