ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 185 - AD01 discussion

Report
Export

Please refer to the exhibit.

The action gets account details from the screen and applies a new limit unless the risk codes are of a specific value According to Blue Prism best practice, how should a Developer design the Object(s) supporting this?

A.
1 Object; 2 Actions - Get Account Details and Apply New Limit, and move the decision-making logic to the Process
Answers
A.
1 Object; 2 Actions - Get Account Details and Apply New Limit, and move the decision-making logic to the Process
B.
1 Object: 3 Actions - Get Account Details. Verify Risk Code, and Apply New Limit
Answers
B.
1 Object: 3 Actions - Get Account Details. Verify Risk Code, and Apply New Limit
C.
1 Object; 2 Actions - Get Account Details and Apply New Limit
Answers
C.
1 Object; 2 Actions - Get Account Details and Apply New Limit
D.
2 Objects - Get Account Details and Apply New Limit; and move the decision-making logic to the Process
Answers
D.
2 Objects - Get Account Details and Apply New Limit; and move the decision-making logic to the Process
Suggested answer: A

Explanation:

Single Object Design:

According to Blue Prism best practices, it is generally recommended to minimize the number of objects and actions to keep the solution simple and maintainable.

Actions:

Get Account Details: This action retrieves account information from the screen.

Apply New Limit: This action applies a new limit to the account.

Decision-Making Logic:

The decision-making logic (checking for high-risk code) should be placed in the process, not the object. This separation ensures that the object focuses on interacting with the application, while the process handles the business logic.

Blue Prism best practices on object design and separation of concerns between objects and processes.

asked 16/09/2024
Sandeep Ramakrishnan
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first