Courseiva
Google Cloud Products and ServicesmediumMultiple ChoiceObjective-mapped

Cloud Digital Leader Google Cloud Products and Services Practice Question

A data scientist wants to train a custom machine learning model using a large dataset stored in BigQuery. They need a managed service that supports distributed training with GPU accelerators. 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 Training

Vertex AI provides a unified ML platform with managed training jobs that support distributed training and GPU accelerators.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Dataflow

    Why it's wrong here

    Dataflow is a unified stream and batch data processing service built on Apache Beam, optimized for ETL, real-time analytics, and pipeline orchestration. It does not provide a managed environment for running custom training code, nor does it support the GPU/TPU accelerators, distributed training loops, and model checkpointing required for training a custom ML model. Using Dataflow for model training would be a misapplication of its purpose.

  • Cloud Functions

    Why it's wrong here

    Cloud Functions is a serverless, event-driven compute platform designed for lightweight code that executes in response to triggers, with strict limits on execution time (typically up to 540 seconds) and memory, and no support for GPU/TPU acceleration. Custom ML training requires long-running, resource-intensive jobs with access to specialized hardware and frameworks, which Cloud Functions cannot accommodate. It is meant for glue code, API webhooks, or simple event processing, not model training.

  • AutoML (within Vertex AI)

    Why it's wrong here

    AutoML within Vertex AI automates the process of searching for the best architecture and hyperparameters, constraining the user to a fixed set of supported problem types (e.g., classification, regression) and predefined model families. The data scientist explicitly wants to train a custom machine learning model with manual architecture design and custom code, which AutoML does not allow. AutoML's black-box approach trades away control for ease of use, making it the wrong choice when customizability is a requirement.

  • Vertex AI Training

    Why this is correct

    Vertex AI Training is a fully managed service that runs arbitrary custom training code in containers, with support for distributed training, GPU/TPU accelerators, hyperparameter tuning, and job orchestration. It lets the data scientist define their own model architecture using any ML framework (TensorFlow, PyTorch, JAX) and scale seamlessly from a single VM to large clusters. This directly fulfills the requirement of training a custom model with full control, while offloading infrastructure management to Vertex AI.

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 →

How Courseiva writes practice questions · Editorial policy

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.