Google
PROFESSIONAL-DATA-ENGINEER · Question #98
Which of the following is not true about Dataflow pipelines?
The correct answer is D. Pipelines can share data between instances. Explanation/Reference: The data and transforms in a pipeline are unique to, and owned by, that pipeline. While your program can create multiple pipelines, pipelines cannot share data or
Submitted by tunde_lagos· Mar 30, 2026Building and operationalizing data processing systems
Question
Which of the following is not true about Dataflow pipelines?
Options
- APipelines are a set of operations
- BPipelines represent a data processing job
- CPipelines represent a directed graph of steps
- DPipelines can share data between instances
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C4% (1)
- D87% (20)
Explanation
Explanation/Reference: The data and transforms in a pipeline are unique to, and owned by, that pipeline. While your program can create multiple pipelines, pipelines cannot share data or
Topics
#Dataflow pipelines#directed graph#pipeline concepts#data isolation
Community Discussion
No community discussion yet for this question.