APD01 Exam QuestionsBrowse all questions from this exam

APD01 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.)

Show Answer
Correct Answer: AD

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

3 comments
Sign in to comment
GaneshkarriOption: A
Nov 10, 2020

A, D are the correct options

KarolAndrzej
Jul 3, 2022

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

LH1213Option: A
Mar 29, 2023

A, D are correct

mzuliOption: A
May 9, 2023

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).