An Insurance company has created 4 Blue Prism processes:
Change of Address
Claims Processing
Renewals
Order Letter
The Order Letter process is not a published process but is called as a sub process by each of the 3 other processes.
Each day at 6am a scheduler starts:
2 instances of the Renewals process on the same virtual machine
9 instances of the Claims Processing process on 3 different virtual machines
1 instance of the Change of Address process on its own virtual machine
How many robot licenses will be consumed by the running processes?
Answer : A
A business requirement exists to be able to distinguish between cases that have failed due to 'not being an adult' and cases that have failed due to 'invalid ID' based on the exception detail Blue Prism has captured. The following Process configuration has been built as a solution.

Which of the following statements are correct?
Answer : C
Which of the following accurately describes best practice when work is sourced from an application's workflow system?
Answer : B
The following sub-page in a process creates an order in an order system.

The Actions called perform the following steps:
Navigate to New Order -- The application is navigated to a new order screen. There is a wait stage to confirm the navigation is successful -- if this wait stage times out, an exception is configured which will bubble up to this page.
Enter Order Details -- The Order details are entered triggering a 'Confirm Order' window. At this page, the order has not been submitted. There is a wait stage to confirm the 'Confirm Order' window has appeared -- if this stage times out, an exception is configured which will bubble up to this page.
Submit Order -- The order is confirmed and placed in the Client's order system. There is a wait stage, for a reference number, configured that the order has been successfully submitted. If this wait stage times out, an exception is configured which will bubble up to this page. There is a known bug in the application which results in the application occasionally freezing when an order is submitted but before the reference number is displayed, thus leaving the user uncertain if the order has been successfully submitted or not.
Get Reference Number -- A resultant reference number is read from the application.
In order to build some resilience into the process, some retry logic is to be added. Which of the below options offers the best retry solution?
Answer : D
Study the process flow below:





The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.
How many times will the Business Objects Action 'Screen AO1 -- Enter Data' be read into memory during the execution of the Process?
Answer : C
When using Surface Automation which of the following is a valid Action within a Read Stage to read a numeric value from a field which has been identified as a Region?
Answer : C
Which of the following techniques is most suitable for extracting text from a PDF Document which is a scan of a hand written document?