Exam APD01 All QuestionsBrowse all questions from this exam
Question 32

An application needs to be interfaced with as part of a business process your team has been asked to automate using Blue Prism. The business process uses 30 different screens in the application.

When thinking of your Object Design which of these statements are true? (Select all that apply.)

    Correct Answer: A, D

    Your object design should have multiple Blue Prism Objects for this one application to allow multiple developers to develop the application object layer at the same time. Additionally, having multiple objects for one application reduces the risk of future changes that are made. This approach allows for better modularization and parallel development, making it easier to manage and scale in the future.

Discussion
GaneshkarriOption: A

A, D are the correct options

KarolAndrzej

D is 100% correct. A is technically correct. So yes A,D.

mzuliOption: A

A, D, E E - because one of 5 golden rules says: Keep actions small and limited to a single specific task (e.g. read, write, navigate). If we have 30 screens, we will need at least 30 actions (probably more).

LH1213Option: A

A, D are correct