ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 176 - AD01 discussion

Report
Export

Please refer to the exhibit.

The Developer is using the basic Blue Prism Process Templates

What is wrong with how this Main Page is handling exceptions''

A.
The Main Page flow adheres to best practice in the basic Process Template
Answers
A.
The Main Page flow adheres to best practice in the basic Process Template
B.
The exception handling does not contain any consecutive exception logic
Answers
B.
The exception handling does not contain any consecutive exception logic
C.
Between the Recover and Resume stages there should be logic to reset the application ready for the next case
Answers
C.
Between the Recover and Resume stages there should be logic to reset the application ready for the next case
D.
Exception Block should be removed as exceptions should be handled in the sub-pages
Answers
D.
Exception Block should be removed as exceptions should be handled in the sub-pages
Suggested answer: C

Explanation:

Exception Handling Best Practices:

Proper exception handling involves not only recovering from an error but also ensuring the system is ready for subsequent operations.

This typically includes resetting the application or any global data to a known good state.

Issue in the Main Page:

In the provided diagram, the flow directly connects the Recover stage to the Resume stage without any intermediate logic.

This is problematic because the system might be left in an inconsistent state after an error.

Required Logic:

Implement logic between the Recover and Resume stages to reset the application or any relevant data.

This ensures that after handling an exception, the system is in a known good state and can continue processing new items reliably.

Blue Prism documentation on best practices for exception handling and process design.

asked 16/09/2024
Daniel Calleja
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first