Official Bank 0/27

Designing Blue Prism Process Solutions (EN) (ASD01) - Blockchain Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
27 Total Questions
1
Question
Consider the following high-level design:

Exhibit

The application concerned is prone to being sluggish or even unresponsive at times. As the solution designer you should anticipate that there will be system exceptions and that after an exception case the application might not be in arNdea1 state. What should you do? (select 3 responses).
Select 3
Options
A Kill the application after each case and log back in to ensure the next case starts in the right position.
B Add clean up' logic to get the application in the right position after Apply Queue Item Result.
C Move Log into Application to be before Work Stepl1 and move Log Out of Application to be after
Step3.
D Add "clean up' logic to get the application in the right position before Work Stepl1.
G. Add clean up' logic to get the application in the right position after Work Step3.
E Restart the application if attempts to navigate back to the home position fail
F Instruct the developers to build objects capable of navigating the application back to the home position.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
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?
Options
A 2 and 3 only
B 1, 2 and 3
C 1 ,2, 3 and 4
D 2 only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Imagine you are designing the application integration logic for a solution. One of the applications involved is one you have not automated before but it is widely used and the project is the first in a series for this client. Which of the following are valid considerations when designing business objects? (select 2 responses)
Select 2
Options
A When an application is automated for the first time a single business object should be used to isolate the first process from any that follow.
B It's best that each process uses its own business objects to keep it separate from any other.
C The first Production process to automate an application should not share its integration logic with any other because there will invariably be teething problems during an initial implementation.
D Any new application should be assessed to find the appropriate integration technique and identify any potential technical issues.
E It's best that objects are designed to be reusable and are not made bespoke for one process.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
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?
Options
A 3
B 4
C 6
D 5
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
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?
Options
A The solution should open the file and delete any row with either missing, incomplete or invalid data. Then the clean' file should be read and the resulting collection added to the queue.
B The solution should apply a filter to the Excel file to hide any row with empty cells and only load the complete rows.
C The solution should read the file and then loop through the resulting collection and discard any row with either missing, incomplete or invalid data. Then the 'clean' collection should then be loaded into the queue
D The solution should validate the data and check that the accounts exist in the target applications beforehand, so that only clean cases are loaded into the queue.
E The solution should read the file and load the queue without validating the data The data validation should be the first step in working a queue item, with invalid cases marked as exceptions.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.