MultipleChoice
Please refer to the exhibits.


A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed
What is the reason"?
OptionsMultipleChoice
The Centrex Data Solutions application has been launched successfully and Blue Prism has navigated the application to the New Order screen, as displayed below:

Before Blue Prism can interact with the New Order screen, there is a requirement to ensure the screen is in focus first. Which of the following configurations are correct to the ensure the New Order screen is in focus? A)

B)

C)

D)

MultipleChoice
Please refer to the exhibit.

A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?
OptionsMultipleChoice
Study the following image showing pan: of the flow within a process:

MultipleChoice
The Stock Value Calculator application has been launched successfully by a Business Object named 'Stock Value Calculator -- Basic Actions'.
A second Business Object named 'Stock Value Calculator - Historic Values' is used to interface with the Historic Values screen within the application.
The Wait stage highlighted below has encountered an Internal Exception:

Details of the Exception are provided below:

What action is required to present this error occurring?
OptionsMultipleChoice
A Developer has a number of cases which need to be loaded into a Work Queue. The source data collection contains a field to indicate the customer account type as either Business, Personal or Joint Which method should the Developer use to ensure that the Business Customer cases are worked first?
OptionsFillInTheBlank
Examine the following Blue Prism Process diagram:

The Process contains logic in the 'Control Room Stop Request?' Decision stage, to recognise when a Process Controller has used the 'Request Stop' feature in Control Room, to bring the Process to a controlled stop.
What expression would you use in the 'Control Room Stop Request?' Decision stage, to ensure that the Process recognises that the Control Room 'Request Stop' command has been triggered?
(Remember, Blue Prism expressions are case sensitive)
MultipleChoice
Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

Consider the following potential s as to what is wrong with the design:
1. The exception handling is not within an Exception Block.
2. There is no Resume stage in the shown process flow.
3. There is a potential for the flow to cause an infinite loop within the process.
4. Because the flow is on the Main Page of the process there should not be a 'Re-Throw' Exception stage as there are no parent/calling pages for the exception to 'bubble up' to.
Which of the above appropriately describes what is wrong with this design?
OptionsMultipleChoice
What is wrong with the flow shown in the image?
OptionsMultipleChoice
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?
Options