Objective 2.3

PMLE

Tracking and running ML experiments

Objective 2.3 sits in Collaborating within and across teams to manage data and models, which carries 16% of the ML Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.

Objective title verbatim from the official objectives. Google Cloud exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

2-3Collaborating within and across teams to manage data and models

A team lead asks what the experiment tracking layer adds to the monthly bill on top of the training jobs themselves. What is charged?

A charge per run once past a free tierThere is no run count threshold to cross.
A flat fee for each experiment createdNo per experiment charge appears on the bill.
A charge per metric written to storageLogging a metric is not metered separately.
Only the resources the runs consumeCorrect · your answerCorrect. The bookkeeping itself is free.

Correct.

Concept

Tracking metadata is bookkeeping over work that is already metered. Charging for it again would penalise recording what happened, so the meter stays on the compute and storage the runs actually touch.

Why D

Experiment runs do not incur additional charges. You are charged only for the resources you use during the experiment, as described in the platform pricing.

Source

Experiment runs don't incur additional charges. You're only charged for resources that you use during your experiment as described in Gemini Enterprise Agent Platform pricing .

Introduction to Experiments, Agent Platform documentation, checked August 2026
#gcp#experiments#cost#mlops

Now you: objective 2.3 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

2-3Collaborating within and across teams to manage data and models

An engineer logs a validation loss at every training step and a final test accuracy once. Which metric kind holds the per step values?

Sample question 2 of 3

2-3Collaborating within and across teams to manage data and models

A team wants to know where the longitudinal training curves from an experiment run are physically kept. What holds them?

Sample question 3 of 3

2-3Collaborating within and across teams to manage data and models

A team associates a pipeline job with an experiment rather than with an existing experiment run. Where do that run's parameters and metrics come from?

Full ML Engineer question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Collaborating within and across teams to manage data and models