ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 96 - Professional Data Engineer discussion

Report
Export

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

asked 18/09/2024
Franklin Adama
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first