Question 46 of 506
Collaborating to manage data and modelshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to mount a Cloud Storage bucket to the Composer workers using GCSFuse to store large artifacts externally. This is the most effective long-term solution because GCSFuse allows worker nodes to access dependencies directly from Cloud Storage without copying them to the local ephemeral disk, which is the root cause of the disk space failures. By treating Cloud Storage as a mounted filesystem, the pipeline reads and writes large artifacts remotely, eliminating the local storage bottleneck while leveraging Google Cloud’s scalable, durable, and cost-effective object storage. On the Google Professional Machine Learning Engineer exam, this scenario tests your understanding of Cloud Composer’s worker architecture and the limitations of local disk, often appearing as a trap where candidates might incorrectly suggest increasing disk size or using Airflow’s local executor. The key insight is that local disk is ephemeral and finite, while GCSFuse provides a virtually unlimited, shared storage layer. Memory tip: think “GCSFuse = disk space truce” — it fuses Cloud Storage into your workers, so large dependencies never touch local storage.

PMLE Collaborating to manage data and models Practice Question

This PMLE practice question tests your understanding of collaborating to manage data and models. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.

A company uses Cloud Composer to orchestrate an ML pipeline. They notice that the pipeline occasionally fails because the Composer environment runs out of disk space on the worker nodes. The pipeline uses many large dependencies. What is the most effective long-term solution?

Question 1hardmultiple choice
Full question →

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

Mount a Cloud Storage bucket to the Composer workers using GCSFuse to store large artifacts externally.

Mounting a Cloud Storage bucket via GCSFuse allows Composer workers to access large artifacts stored externally without consuming local disk space. This provides a scalable, durable, and cost-effective solution for handling large dependencies, as the pipeline can read/write directly to Cloud Storage, eliminating the disk space bottleneck on worker nodes.

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.

  • Mount a Cloud Storage bucket to the Composer workers using GCSFuse to store large artifacts externally.

    Why this is correct

    Keeps local disk usage low by offloading to Cloud Storage.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Move the pipeline to Cloud Functions to avoid Composer's disk limitations.

    Why it's wrong here

    Cloud Functions have even stricter limits and are not for orchestration.

  • Reduce the size of the Docker image used by the pipeline.

    Why it's wrong here

    The image size isn't the main issue; it's runtime data.

  • Increase the number of worker nodes in the Composer environment.

    Why it's wrong here

    More nodes distribute load but each node may still run out of space.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the misconception that scaling out (adding more nodes) solves disk space issues, but the real problem is per-node disk capacity, not overall cluster capacity.

Detailed technical explanation

How to think about this question

GCSFuse uses FUSE (Filesystem in Userspace) to mount a Cloud Storage bucket as a local filesystem, allowing applications to interact with objects as if they were local files. However, it does not support all POSIX semantics (e.g., file locking, hard links), and performance can degrade with many small files due to metadata overhead. In practice, for ML pipelines, it is common to use GCSFuse for storing model artifacts, checkpoints, or large datasets, while keeping code and small dependencies on the local disk.

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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

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 PMLE 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 PMLE 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 PMLE question test?

Collaborating to manage data and models — This question tests Collaborating to manage data and models — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Mount a Cloud Storage bucket to the Composer workers using GCSFuse to store large artifacts externally. — Mounting a Cloud Storage bucket via GCSFuse allows Composer workers to access large artifacts stored externally without consuming local disk space. This provides a scalable, durable, and cost-effective solution for handling large dependencies, as the pipeline can read/write directly to Cloud Storage, eliminating the disk space bottleneck on worker nodes.

What should I do if I get this PMLE 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 PMLE 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 PMLE exam.