Blue Prism Certified Solution Designer (ASD01) — Question 16
If a solution is to make use of a queue with Maximum Attempts greater than 1, what should the designer put in place? (Choose two.)
Answer options
- A. A decision whether or not to use an available retry item after marking an item as an exception.
- B. A decision whether or not to use an available retry item before marking an item complete.
- C. Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
- D. Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
- E. Logic to identify the progress made by previous attempts to work a case.
- F. A decision whether or not to use an available retry item after marking an item complete.
- G. A decision whether or not to use an available retry item before marking an item as an exception.
Correct answer: B, D
Explanation
The correct answers are B and D. Option B is correct because it allows for retries before marking a case as complete, ensuring the process can continue if needed. Option D is also correct as it keeps the retry attempts on the same machine, which can be important for context or state management, while the other options focus on different logic that does not directly address the requirements for retry attempts.