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

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.