Blue Prism AD01 - Blue Prism Accredited Developer Exam
The Developer is debugging an action page in a Business Object by stepping through the stages which interact with the application. What will happen when they click Reset on an Action page in the Business Object?
Please refer to the exhibit.
What is incorrect in the Object design"?
In which of these scenarios is it ok not to use a Blue Prism work queue as part of your Blue Prism solution?
Look at this flow diagram from the Main Page of a process in Process Studio:
Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?
Please refer to the exhibits.
An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''
A business object needs to use a Global Send Keys stage to populate the User Name field in an application entitled Workflow. The application is in focus and cursor is in the User Name field. In order to configure the Global Send Keys, which element needs to be placed in the Element field of the stage below?
Examine the following Blue Prism Process diagram:
The initial values for the 3 data items are displayed in the diagram above.
The expression in ‘Decision A’ is:
lnStr([City 1], "m") > 0
The expression in ‘Decision B’ is:
Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020"
The expression in ‘Decision C’ is:
TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"
What will happen when the process flow executes?
The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.
Data Item 'Attempts' is a number data item with an initial value of 0
Data Item "Max Attempts" is a number data item with an initial value of 3
The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item
To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?
When automating a Windows application, what type of stage is used to perform a 'Global Send Key Events' action?
The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?