Blue Prism Certified Solution Designer (ASD01) — Question 27

Which of the following statements about using Work Queue designs to split a business process into a multi part robotic solution is correct?
1. Using multiple Work Queues and Processes for the different stages of the business process is a valid design option to split a business process into a multi part robotic solution.
2. Using a single Work Queue and deferring cases for future processing is a valid design option to split a business process into a multi part robotic solution.
3. Using an item's status to control when to work it is a valid design option to split a business process into a multi part robotic solution.
4. You cannot split a business process into a multi part robotic solution.

Answer options

Correct answer: C

Explanation

The correct answer is C because both options 1 and 3 describe valid methods for utilizing Work Queues in a multi-part robotic solution. Option 1 emphasizes the use of multiple Work Queues for different phases, while option 3 discusses using item status for processing control. Option 2 is less efficient than option 1, and option 4 is incorrect as processes can indeed be split.