InterviewSolution
Saved Bookmarks
| 1. |
If the operations do not wait to produce tuples, then it is called as _________(a) Demand driven pipeline(b) Producer driven pipeline(c) Query driven pipeline(d) None of the mentioned |
|
Answer» The correct option is (b) Producer driven pipeline Explanation: If the operations do not wait to produce tuples, then it is called as producer driven pipeline. IT does not wait to produce tuples but it produces tuples eagerly. |
|