MCQ Single Best Answer Easy

QYou need to run a process in parallel. There are around 1,000 work items that would need to run with a bundle size of 100. You know that the run time for each work item will vary. What approach should you take to run this process?

ID: #11015 Module 14: Database Manipulation 152 views
Question Info
#11015Q ID
EasyDifficulty
Module 14: Database ManipulationTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Individual task modeling
  • B Batch bundling
  • C Top picking
Correct Answer: Option C

Explanation

  • A. Incorrect: The individual task modeling does not handle multiple records well.
  • B. Incorrect: Because the run time varies between work items, the batch bundling approach does not handle the uneven workload well.
  • C. Correct: The top picking approach handles multiple records and handles uneven workloads well.
Related Topic: Performance Optimization

Share This Question

Challenge a friend or share with your study group.