Single Choice 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 Database Manipulation in D365 F&O X++ 164 views
Question Info
#11015Q ID
EasyDifficulty
Database Manipulation in D365 F&O X++Topic

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

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.