1.

A __________ represents a distributed, immutable collection of elements of type T.(a) PCollect(b) PCollection(c) PCol(d) All of the mentioned

Answer» Right choice is (b) PCollection

To elaborate: PCollection provides a method, parallelDo, that applies a DoFn to each element in the PCollection.


Discussion

No Comment Found

Related InterviewSolutions