Courseiva
Data Pipeline OrchestrationmediumMultiple ChoiceObjective-mapped

GCP-ADP Data Pipeline Orchestration Practice Question

You are orchestrating a pipeline with Workflows that invokes several Cloud Functions. You need to pass the output of one function as an argument to the next. What is the correct syntax?

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

Assign the call result to a variable and reference it in the next step.

In Workflows, you capture the output of a call and pass it as an input variable to the next step using the assignment operator.

Answer analysis

Option-by-option breakdown

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

  • Use global environment variables to store intermediate state.

    Why it's wrong here

    Workflows are stateless; passing data via variables is the correct pattern.

  • Assign the call result to a variable and reference it in the next step.

    Why this is correct

    Workflows allows assigning results to variables for use in subsequent steps.

  • Combine all function calls into a single synchronous block.

    Why it's wrong here

    This does not solve the data passing requirement.

  • Write the output to a temporary GCS file and read it back.

    Why it's wrong here

    Overkill for passing data between steps; use variables.

Quick reference

Cloud Service Model Comparison

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

About these practice questions

This GCP-ADP question is part of Courseiva's 205-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Google Cloud exam blueprint

This GCP-ADP 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 GCP-ADP exam.