Cloud Digital Leader Google Cloud Products and Services Practice Question
A data scientist wants to train a custom machine learning model using their own data and deploy it for online predictions. They want a unified platform that manages the entire ML lifecycle from data preparation to model serving. Which service should they use?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Vertex AI
Vertex AI is Google Cloud's unified ML platform that covers data labeling, training, tuning, evaluation, and deployment (online prediction endpoints). AutoML is part of Vertex AI but focuses on automated model building. Cloud Functions is for serverless code, not ML. AI Platform (unified) is the old name for Vertex AI.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Cloud Functions
Why it's wrong here
Cloud Functions is a serverless, event-driven compute service that runs stateless functions in response to triggers, with maximum execution timeouts and resource limits that make it unsuitable for ML training. It lacks built-in support for GPUs/TPUs, distributed training, and model versioning. For training a custom model, you need a managed ML platform like Vertex AI, not a general-purpose function service.
- ✓
Vertex AI
Why this is correct
Vertex AI is the correct choice because it is Google Cloud's unified platform for building, training, and deploying ML models at scale. It provides a custom training service where you can launch training jobs with your own code, containers, and hardware accelerator configurations, and it manages compute clusters and automatically handles node provisioning. It also offers persistent online prediction endpoints, batch prediction, and integration with Vertex AI Pipelines for orchestration, making it ideal for a data scientist who needs full control.
- ✗
AutoML
Why it's wrong here
AutoML is a part of Vertex AI that automates model development, using techniques like neural architecture search and transfer learning to train models from labeled data without requiring custom code. While it could handle many tabular, image, or text tasks, the scenario specifically says 'custom machine learning model,' implying the data scientist wants to write their own training code and define a custom architecture. AutoML does not allow you to modify the underlying training algorithm or bring your own training scripts, so it lacks the flexibility needed for truly custom training.
- ✗
AI Platform (Unified)
Why it's wrong here
AI Platform (Unified) is the former name for Vertex AI; Google Cloud renamed the service to Vertex AI in 2021. Since it refers to the same underlying product, it is not a distinct alternative. In a current exam or documentation, the correct name is Vertex AI, so selecting the old name is inaccurate, even though the functionality would be identical. Thus, if 'Vertex AI' is listed as an option, it should be chosen over the outdated alias.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
Learn chapter
Cloud Digital Transformation
Key term
Cloud Functions
Cloud Functions are serverless compute services that let you run single-purpose code in response to events without managing servers.
Key term
Google Cloud
Google Cloud is a suite of cloud computing services offered by Google that provides infrastructure, platform, and software solutions over the internet.
About these practice questions
Courseiva writes every GCDL question from scratch — 829 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.