ASD01 Designing Blue Prism Process Solutions Questions and Answers
An Insurance company has created 4 Blue Prism processes:
1. Change of Address
2. Claims Processing
3. Renewals
4. 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:
3 instances of the Renewals process on the same virtual machine
2 instances of the Claims Processing process on 2 different virtual machines
1 instance of the Change of Address process on its own virtual machine
How many licenses will be consumed by the running processes?
Consider the following high-level design. The solution is intended to read medical data from one application in order to update another. An input file is prepared by an overnight batch run for the solution to work through each morning before patients arrive. Usually the input file is fairly small but at certain times each month the file is much larger.

Which of these options should be considered be the process solution designer to guarantee the quality of the end-to-end solution? (Choose four.)
Which of the following statements about using Work Queue designs to split a business process into a multi part robotic solution is correct?
1. Using multiple Work Queues and Processes for the different stages of the business process is a valid design option to split a business process into a multi part robotic solution.
2. Using a single Work Queue and deferring cases for future processing is a valid design option to split a business process into a multi part robotic solution.
3. Using an item’s status to control when to work it is a valid design option to split a business process into a multi part robotic solution.
4. You cannot split a business process into a multi part robotic solution.
SanQuest Bank’s call center regularly receives requests from customers for the exact amount required to clear their loan. This is a complicated calculation that is prone to human error. The bank has decided to use Blue Prism to perform the calculation and is considering amending its front end system OneBase to allow a user to click a button to request a Loan Consolidation Amount.
They plan to communicate with Blue Prism using web services. Consider the two proposed designs:

Here a Blue Prism object is exposed as a web service. OneBase calls this service providing the account number. The Blue Prism object add the case to a work queue and then returns the Case ID to complete the web service call.
A Blue Prism process works the queue and harvests the data required to perform the calculation. The same Blue Prism process calls a OneBase web service and provides the load settlement figure. OneBase completes the web service call by returning a success flag.

Here the Blue Process that harvests the data is exposed a web service with the loan settlement figure as an output. OneBase calls the web service and provides the account number. The BluePrism process harvests the data and completes the web service call by providing the loan settlement figure.
Considering Blue Prism best practice which of the following statements is correct?
