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?
OptionsMultipleChoice
Exhibit

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?
OptionsMultipleChoice
Which of the following indicates a case in a Work Queue is waiting to be worked?
OptionsMultipleChoice
Which of the following flows can you not create in Blue Prism? (select 2 responses)
OptionsMultipleChoice
Which of the following Stages can be found in Process Studio AND Object Studio?
Options