What is NOT considered one of the golden rules for Object Design?
A.
Keep actions small and limited to a specific task
B.
Do not include business logic in the Object
C.
Use InpuVOutput parameters to promote usability
D.
Use a single Object for an entire application
The Answer Is:
D
This question includes an explanation.
Explanation:
The golden rules for Object Design in Blue Prism focus on creating modular, reusable, and maintainable objects. These rules are:
Keep actions small and limited to a specific task (Option A): This ensures that actions are simple, easy to understand, and reusable.
Do not include business logic in the Object (Option B): Business logic should be handled in the Process layer, keeping objects focused on interacting with applications.
Use Input/Output parameters to promote usability (Option C): This enhances the flexibility and reusability of objects by allowing different data to be passed in and out of actions.
However, using a single Object for an entire application (Option D) is not recommended. This approach would result in a monolithic and difficult-to-maintain object. Instead, it is better to create multiple objects, each handling a specific part of the application or a specific type of interaction.
ReferencesRefer to Blue Prism's best practices and guidelines on Object Design, which emphasize modularity, separation of concerns, and reusability.
AD01 PDF/Engine
Printable Format
Value of Money
100% Pass Assurance
Verified Answers
Researched by Industry Experts
Based on Real Exams Scenarios
100% Real Questions
Get 60% Discount on All Products,
Use Coupon: "8w52ceb345"