Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dcdisc65

Page: 1 / 1
Total 8 questions
Exam Code: ASD01                Update: Nov 18, 2025
Exam Name: Designing Blue Prism Process Solutions

Blue Prism Designing Blue Prism Process Solutions ASD01 Exam Dumps: Updated Questions & Answers (November 2025)

Question # 1

MedBank have recently introduced a new Credit Card platform Cred+. There is a requirement to migrate account and card details from the existing banking platform PCBS on to Cred+.

Account IDs of the cases requiring data transfer will be held on a SQL database. The requirement is that, for each account ID specified on the SQLdatabase, the following data must be read from the PCBS application and input into the Cred+ application:

    Account ID

    Product Type

    Name

    Address

    Date of Birth

    Card PAN (Primary Account Number or credit card number)

    Card Issue Date

    Card Expiry Date

Once the data has been successfully input into Cred+ the correct record on the SQL database will be updated to indicate data transfer is complete. All work queues will be encrypted, however due to the sensitivity of the data, MedBank insist that a single robot account does not have access to both PCBS and CRED+ systems.

The following high level design has been proposed:

Which of the following statements about the solution design are correct? (Choose two.)

A.

If the PCBS application suffers anoutage, all Blue Prism processes specified in this design must stop processing immediately.

B.

The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.

C.

There is a risk that the outcome ofa data transfer will not be recorded in the SQL database.

D.

To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.

E.

The Process Get PCBS Data should be stopped if the Cred+ application suffersan outage to prevent a backlog of cases in the PCBS Data work queue.

F.

Such sensitive data should not be stored in a Blue Prism work queue.

Question # 2

It’s technically possible for one business object to call another. Outside ofusing utility objects are any of the following valid reasons why you would want to do this?

A.

No. objects should never call other objects.

B.

Yes but object calling other objects could lead to undesirable memory problems so care must be taken.

C.

Yes, tocreate a wrapper object as a vehicle for a reusable sequence of application logic.

D.

Yes, but only if the object is calling itself.

Question # 3

Imagine a DR scenario where themain 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? (Choose two.)

A.

The processes would resume with the queue item being worked at the time of the incident.

B.

The processes would resume with the next available queue item.

C.

The queue item being worked at the time of the incident would be automatically marked as an exception.

D.

The queue item being worked at the time of the incident would need to be manually marked as an exception.

E.

The work queue would automatically ensure no cases is duplicated.

Question # 4

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 partrobotic 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 optionto split a business process into a multi part robotic solution.

4. You cannot split a business process into a multi part robotic solution.

A.

1 and 2 Only

B.

4 only

C.

1 and 3

D.

1, 2 and 3

Question # 5

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 extractionfrom 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 case time is approximately 10 minutes, with the FirstApp steps requiring only 1 minute to perform.

The client has a limited number of licenses 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.

Automate the end to end processusing two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a Blue Prism Work Queue. Process 1 will run on a single robot, with Process 2 running on 9robots.

B.

Automate the end to end process using two Blue Prism processes. Process 1 will perform the FirstApp tasks, Process 2 will perform the CI tasks. Data will be passed from Process 1 to Process 2 via a spreadsheet. Process 1 will run on a single robot, with Process 2 running on 9 robots.

C.

Automate the end to end process using single Blue Prism process which will only be run on a single robot.

D.

Automate the end to end process using single Blue Prism process which will be run on 10 robots.

Question # 6

Which of the following statement combinations about Blue Prism memory management is correct?

A.

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.A Blue PrismProcess 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.ABlue 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 holds 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 duration of its run.

Question # 7

When designing business objects which of the following statements is true? (Choose three.)

A.

It’s best practice to keep application logic in onebusiness object so that there is a single point of reference.

B.

It’s good practice to split application logic into multiple objects so that the process is more efficient.

C.

It’s good practice to keep application logic in one business object so that developers know where to find.

D.

It’s good practice to keep application logic in one business object to minimize the process dependencies.

E.

It’s a good practice to split application logic into multiple objects to minimize the process dependencies.

F.

It’s agood practice to split application logic into multiple objects to minimize the effect of change.

G.

It’s a good practice to keep application logic in one business object so that the process is more efficient.

Question # 8

ProSafe credit reference agency retrieves data from bank and other credit providers where customers have missed payments or gone into default. The data isvery sensitive and fed directly into a Blue Prism work queue via a web service. Blue Prism process must process the data within 4 hours. The Blue Prism solution runs continuously and each case takes approximately 30 seconds to process. It is expected thatan average of 10,000 cases per day will be required and up to 10 Blue Prism robots are available. The Blue Prism solution is sown below:

For each case of the process will access the customer account in the HotRisk system and, where an account exists, harvest the data which will be fed along with the Work Queue data into a rules engine. The rules engine is a Blue Prism process that does not interact with any target system. It merely consumes data and, via a complicated series of decision and choice stages, determines the new customer risk factor.

There is to be no scheduler used. Instead the Process Controllers who work in shifts to provide 24 hour support will stop and start process instances in line with Work Queue volumes.

As a Blue Prism process solution designer, who is reviewing the solution, which of the following would concern you? (Choose three.)

A.

The solution is not scalable.

B.

The process does not have an end stage.

C.

The rules engine has been built in a process not an object.

D.

Theprocess opens and closes the HotRisk system for each case.

E.

The data is too sensitive for automated processing.

F.

There is no scheduler.

Page: 1 / 1
Total 8 questions

Most Popular Certification Exams

Payment

       

Contact us

dumpscollection live chat

Site Secure

mcafee secure

TESTED 18 Nov 2025