ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 188 - AD01 discussion

Report
Export

A Developer is following the best practices to prepare the Process for a Production release

Which of the following should NOT be implemented?

A.
Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime
Answers
A.
Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime
B.
Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic
Answers
B.
Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic
C.
The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues
Answers
C.
The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues
D.
The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room
Answers
D.
The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room
Suggested answer: B

Explanation:

Best Practices for Production Release:

A . Disable unnecessary stage logging: This is a best practice to reduce data storage and improve performance.

C . Alerting Mechanism: Including an alerting mechanism helps notify Process Controllers of critical issues, which is crucial for maintaining process health and quick issue resolution.

D . Zero Validation Errors: Ensuring there are no validation errors before deployment helps avoid runtime failures.

Handling Business Exceptions:

Using retry loops to handle business exceptions for work queue items is not recommended as it can lead to unnecessary retries and may not address the underlying issue causing the exception. Instead, business exceptions should be handled by sending them to an exception queue for further analysis and resolution.

Blue Prism documentation on best practices for process development and deployment.

asked 16/09/2024
Arushi Rastogi
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first