
Ultimate access to all questions.
In the context of a Cloud Dataflow workflow, you've created a DoFn function but realize the PCollection lacks all necessary data for a computation. Which Apache Beam construct would you employ to supply extra input for each element processed in the PCollection?
A
Custom window
B
Watermark
C
Side input
D
Partition