Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. To build a parallelized solution for a problem that's intrinsically better-suited to parallelization or that, for want of resources, needs to be chunked.
  2. A.
    map
    B.
    reduce
    C.
    all of the mentioned
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Use map/reduce to approach the problem concurrently.


Be The First To Comment