Question 62 of 500
Fundamentals of Generative AIeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the tuningPipeline field specifies a pipeline to fine-tune the base model. This field is technically essential because it defines a dedicated MLOps workflow—often built on Vertex AI Pipelines or Kubeflow—for orchestrating parameter-efficient fine-tuning (like LoRA) or full fine-tuning, keeping the fine-tuning process separate from training from scratch or model serving. On the Google Cloud Generative AI Leader exam, this concept tests your understanding of how Vertex AI YAML configurations decouple model customization from base model management, and a common trap is confusing tuningPipeline with a training pipeline for a new model from scratch. Remember, tuningPipeline is for refinement, not creation. Memory tip: think of it as a “tuning track” that runs alongside, not over, the original model.

Generative AI Leader Fundamentals of Generative AI Practice Question

This Generative AI Leader practice question tests your understanding of fundamentals of generative ai. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

apiVersion: aiplatform/v1
kind: Model
metadata:
  name: my-model
spec:
  baseModel: "publishers/google/models/gemini-1.5-pro"
  tuningPipeline:
    ...

Refer to the exhibit. A machine learning engineer is configuring a model using this YAML. What is the purpose of the 'tuningPipeline' field?

Question 1easymultiple choice
Full question →

Exhibit

apiVersion: aiplatform/v1
kind: Model
metadata:
  name: my-model
spec:
  baseModel: "publishers/google/models/gemini-1.5-pro"
  tuningPipeline:
    ...

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

It specifies a pipeline to fine-tune the base model

The 'tuningPipeline' field in this YAML configuration specifies a dedicated pipeline for fine-tuning the base model, which is a common practice in MLOps frameworks like Vertex AI Pipelines or Kubeflow. It allows the engineer to define a separate workflow for parameter-efficient fine-tuning (e.g., LoRA) or full fine-tuning, distinct from training from scratch or serving. This field is essential for orchestrating the fine-tuning process, including data preprocessing, training, and evaluation steps, without affecting the base model's original weights.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • It specifies a pipeline to fine-tune the base model

    Why this is correct

    The tuningPipeline references a pipeline that performs supervised fine-tuning of the base model.

    Related concept

    Read the scenario before looking for a memorised answer.

  • It configures the model for online prediction

    Why it's wrong here

    Online prediction settings are defined in the endpoint deployment, not in the model definition.

  • It defines the hyperparameters for training from scratch

    Why it's wrong here

    The baseModel indicates a pre-existing model, so tuningPipeline is for fine-tuning, not training from scratch.

  • It sets the model for batch prediction

    Why it's wrong here

    Batch prediction configuration is separate; tuningPipeline is for training.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the distinction between 'tuningPipeline' (fine-tuning an existing model) and 'trainingPipeline' (training from scratch), and the trap here is that candidates confuse fine-tuning with full training or assume the field is for inference tasks like prediction.

Detailed technical explanation

How to think about this question

Under the hood, 'tuningPipeline' often references a compiled pipeline specification (e.g., a JSON file from Kubeflow Pipelines or a YAML from Vertex AI) that includes steps for loading the base model, applying fine-tuning techniques like LoRA (Low-Rank Adaptation) or QLoRA, and saving the adapted model. A subtle behavior is that the tuning pipeline may automatically freeze base model layers and only update adapter weights, drastically reducing memory usage and training time. In real-world scenarios, this field is critical for MLOps workflows where the same base model is fine-tuned for multiple downstream tasks, enabling version control and reproducibility of each fine-tuned variant.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related Generative AI Leader practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free Generative AI Leader practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this Generative AI Leader question test?

Fundamentals of Generative AI — This question tests Fundamentals of Generative AI — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: It specifies a pipeline to fine-tune the base model — The 'tuningPipeline' field in this YAML configuration specifies a dedicated pipeline for fine-tuning the base model, which is a common practice in MLOps frameworks like Vertex AI Pipelines or Kubeflow. It allows the engineer to define a separate workflow for parameter-efficient fine-tuning (e.g., LoRA) or full fine-tuning, distinct from training from scratch or serving. This field is essential for orchestrating the fine-tuning process, including data preprocessing, training, and evaluation steps, without affecting the base model's original weights.

What should I do if I get this Generative AI Leader question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This Generative AI Leader 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 Generative AI Leader exam.