ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 166 - AD01 discussion

Report
Export

The Developer is revisiting Blue Prism Automations which have been experiencing some issues. Most significantly that the process terminates unnecessarily when the underlying application is performing erratically.

At the time of Development the Team had not attended any Blue Prism training and were not aware of the available Process Templates

Which TWO statements should the Developer communicate to the wider team about the importance of using the Blue Prism Process Templates that directly relates to their challenges'5

A.
Contains logic loops which will recover from an Exception, navigate back to a known point in the application, and try to perform the function again
Answers
A.
Contains logic loops which will recover from an Exception, navigate back to a known point in the application, and try to perform the function again
B.
Contains Environment Variables allowing for the Developer to dynamically change the name of the Process that is being created enabling it to be passed to specific action
Answers
B.
Contains Environment Variables allowing for the Developer to dynamically change the name of the Process that is being created enabling it to be passed to specific action
C.
Any error that occurs within a page that is not handled by retrying, will be caught and bubbled up to the Main Page and will go to the Mark Item as Exception' page if not resolved
Answers
C.
Any error that occurs within a page that is not handled by retrying, will be caught and bubbled up to the Main Page and will go to the Mark Item as Exception' page if not resolved
D.
Includes Session Variables which allow a Process to be Stopped on demand at the request of the Process Controller within the Control room
Answers
D.
Includes Session Variables which allow a Process to be Stopped on demand at the request of the Process Controller within the Control room
E.
Centralized management of the Work Queue used by a specific process allowing for load balancing across multiple Digital Workers
Answers
E.
Centralized management of the Work Queue used by a specific process allowing for load balancing across multiple Digital Workers
Suggested answer: A, C

Explanation:

Blue Prism Process Templates are designed to handle common challenges and ensure robust, reliable automation. The following points directly address the issues the team is facing:

Contains logic loops which will recover from an Exception, navigate back to a known point in the application, and try to perform the function again (Option A): This ensures that the process can handle transient errors by retrying the operation, thereby improving resilience and reducing unnecessary termination.

Any error that occurs within a page that is not handled by retrying, will be caught and bubbled up to the Main Page and will go to the Mark Item as Exception' page if not resolved (Option C): This ensures that unhandled errors are appropriately managed, preventing the process from terminating unexpectedly and allowing for proper exception handling.

Other options, while useful, do not directly address the described challenges:

Environment Variables (Option B): These are useful for configuration but do not address error handling directly.

Session Variables (Option D): These allow for stopping processes but are not related to error recovery.

Centralized management of the Work Queue (Option E): This helps with load balancing but does not directly relate to error handling or process recovery.

Reference Refer to Blue Prism's documentation on Process Templates, highlighting their built-in error handling and retry mechanisms.

asked 16/09/2024
Julius Nammeh
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first