Home »
MCQs »
Apache Flink MCQs
Each element of a data stream is transformed into zero, one, or many items of another stream using the ____ function
24. Each element of a data stream is transformed into zero, one, or many items of another stream using the ____ function.
- Map()
- Element()
- flatMap()
- StreamMap()
Answer: C) flatMap()
Explanation:
Each element of a data stream is transformed into zero, one, or many items of another stream using the flatMap() function.