ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 140 - AD01 discussion

Report
Export

Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:

A)

B)

C)

D)

A.
Option A
Answers
A.
Option A
B.
Option B
Answers
B.
Option B
C.
Option C
Answers
C.
Option C
D.
Option D
Answers
D.
Option D
Suggested answer: B

Explanation:

Understanding Blue Prism Flow Representations:

Blue Prism flow diagrams represent the logic and control flow of automated processes.

Each stage must follow the rules of the process flow, and certain configurations are invalid.

Analysis of Options:

Option A: Shows a timeout leading to an Exception stage, followed by an Email Alert. This is valid as it properly handles an exception and sends an alert.

Option B: Shows a timeout leading to a Resume stage, and then directly to an Email Alert. This is invalid because a Resume stage should be followed by logic to recover from the exception, not directly proceed to another action without resolving the issue.

Option C: Shows a timeout leading to a Recover stage. This is valid as it starts the exception handling process.

Option D: Shows a timeout leading to a Resume stage, followed by an Exception stage. This is valid as it properly handles exceptions by resuming and then throwing an exception if needed.

Conclusion:

Option B is the invalid representation because it incorrectly uses a Resume stage without properly handling the exception before proceeding to the next action.

Blue Prism Developer Documentation: Exception Handling

Blue Prism Training Material on Process Flow and Error Management

asked 16/09/2024
Adetutu Ogunsowo
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first