Discussion :: Spring MCQs
- 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.
Answer : Option C
Explanation :
Use map/reduce to approach the problem concurrently.
Be The First To Comment