eBay interview question

design a system that can create reports from huge data

Interview Answer

Anonymous

28 Jul 2017

have the data sharded and then merge it, similiar to the merge sort algorithm. You should probably include a component that manages all the tasks.