Which component will be used for the data processing operation?

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?
A . PCollection
B . Transform
C . Pipeline
D . Sink API

Answer: B

Explanation:

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.

Reference: https://cloud.google.com/dataflow/model/programming-model

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments