Google
PROFESSIONAL-DATA-ENGINEER · Question #96
You are developing a software application using Google's Dataflow SDK, and want to use conditional, for loops and other complex programming structures to create a branching pipeline. Which component…
The correct answer is B. Transform. Explanation/Reference: In Google Cloud, the Dataflow SDK provides a transform component. It is responsible for the data processing operation. You can use conditional, for loops, and other complex programming structure to create a branching pipeline.
Submitted by ravi_2018· Mar 30, 2026Building and operationalizing data processing systems
Question
You are developing a software application using Google's Dataflow SDK, and want to use conditional, for loops and other complex programming structures to create a branching pipeline. Which component will be used for the data processing operation?
Options
- APCollection
- BTransform
- CPipeline
- DSink API
How the community answered
(65 responses)- A3% (2)
- B89% (58)
- C6% (4)
- D2% (1)
Explanation
Explanation/Reference: In Google Cloud, the Dataflow SDK provides a transform component. It is responsible for the data processing operation. You can use conditional, for loops, and other complex programming structure to create a branching pipeline.
Topics
#Dataflow transform#pipeline branching#Apache Beam#data processing
Community Discussion
No community discussion yet for this question.