Blue Prism Certified Solution Designer (ASD01) — Question 12
When designing business objects which of the following statements is true? (Choose three.)
Answer options
- A. It's best practice to keep application logic in one business object so that there is a single point of reference.
- B. It's good practice to split application logic into multiple objects so that the process is more efficient.
- C. It's good practice to keep application logic in one business object so that developers know where to find.
- D. It's good practice to keep application logic in one business object to minimize the process dependencies.
- E. It's a good practice to split application logic into multiple objects to minimize the process dependencies.
- F. It's a good practice to split application logic into multiple objects to minimize the effect of change.
- G. It's a good practice to keep application logic in one business object so that the process is more efficient.
Correct answer: A, D, F
Explanation
The correct answers A, D, and F emphasize the importance of consolidating application logic to provide a single point of reference, minimize process dependencies, and reduce the impact of changes. Options B, E, and G suggest splitting application logic, which can lead to increased complexity and dependency issues, countering the benefits outlined in the correct answers.