Questions for the ASD01 were updated on : Dec 01 ,2025
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 mufti part robotic solution
D
The status of a Work Queue can be used as a method of recording what work has been done so far
on a Work Queue item
Please consider the following statements:
1. For Ml, to easily see how far an item has been worked
2 To aid manual working of exceptions, providing the Item Status can inform staff what work is still
outstanding on an item that needs manually completing
3. To enable Work Queue items to be safely retried, a process can use the item status to know which
updates have already been performed so that they are not repeated
4 To record the Customer's Surname
Which of the statements are valid reasons for updating a case status?
C
A process definition document has been produced for a process that interfaces with two applications
FirstApp and Customer Information (CI) The
process requirement is to perform data extraction from FirstApp before performing a number of
steps in the CI application.
It is estimated that to perform the daily case volume within SLA's will require 10 robots Average
license time is approximately 10 minutes, with the
FirstApp steps requiring only 1 minute to perform.
The client has a limited number of licences for the FirstApp application and is reluctant to use 10 of
these licenses to automate the process.
Which of the below is a valid design option for the project?
A
Which of the following statement combinations about Blue Prism memory management is correct?
complete, the Process releases the memory for the Net Garbage Collector to reclaim.
A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is
complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
B. A Blue Prism Process holds a Business Object in memory for the duration of its run.
A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is
complete, the Process releases the memory for the Net Garbage Collector to reclaim
C. A Blue Prism Process reads a Business Object into memory as required
Once the called Action is complete, the Process releases the memory for the Net Garbage Collector
to reclaim.
D. A Blue Prism Process holds a Sub Process in memory for the duration of its run.
A Blue Prism Process holds a Business Object in memory for the dilation of its run.
A
Which of the following statements about Blue Prism and Web Services is correct?
D
Which of the following accurately describes best practice when work is sourced from an application's
workflow system?
A
A retail bank has promoted 2 Blue Prism processes to production
1. Email poller
2 Customer onboarding
3. Direct Debit Cancellations
One instance of the email poller process will run 24/7 feeding work queues for the other two
processes.
Three instances of the Customer onboarding process will run between 6am and 11 pm each day on
three separate VMs
One instance of the Direct Debit Cancellations process will run between 6am and 4pm each day on
the same VM as the Email poller process
What is the maximum number of Blue Prism licenses that will be consumed each day?
A
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?
C
SanQuest Bank's call centre 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 loan 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 Blue Prism
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?
D
A process is required for a telecoms company to work cases supplied via a daily Excel file Although
the file will only contain around 1000 rows, the average case time is such that the workload is far too
big for one machine to complete in a day, so the solution has been designed with multiple machines
in mind. One machine will load the work queue while the others wait, then once the queue is ready
all machines will work it together. The requirements state that the input file is machine generated,
has a known format is generally clean but may contain exceptions - rows with an empty cell, partial
phone numbers, or accounts that don't exist. What should the solution do to combat this problem?
C
Imagine a DR scenario where the main Production database goes down one afternoon. All processes
use work queues and all new work is loaded first thing each morning. The database is backed up
regularly but not in real time, so the restored back up will be slightly out of date, say by 1 hour. If the
backup was restored, and processes were restarted what would be the effect? (select 2 responses)
BC
If a solution is to make use of a queue with Maximum Attempts greater than 1. what should the
designer put in place? (select 2 responses)
BF
A process is required for a client in the banking sector that involves using an application to transfer
funds between accounts A strong security model is in place to prevent any malicious activity but the
client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete
state or a fault in the source data causing a case to be duplicated or an excessively large transfer to
be made.
What should be included in the solution design? (select 3 responses)
EGA
It's technically possible for one business object to call another Outside of using utility objects are any
of the following valid reasons why you would want to do this?
C
You are the Lead Developer tasked with delivering four processes for the same client. You have
enough developers in the team to develop all the processes in parallel. All the processes have one
application in common, another application is used by two processes and one process uses an
application that none of the others do. Which of the following statements is true?
D