Blue Prism ASD01 Exam (page: 1)
Blue Prism Designing Process Solutions (EN)
Updated on: 26-Oct-2025

Viewing Page 1 of 7

ProSafe credit reference agency retrieves data from bank and other credit providers where customers have missed payments or gone into default. The data is very 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 that an 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.)

  1. The solution is not scalable.
  2. The process does not have an end stage.
  3. The rules engine has been built in a process not an object.
  4. The process opens and closes the HotRisk system for each case.
  5. The data is too sensitive for automated processing.
  6. There is no scheduler.

Answer(s): A,D,F



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 SQL database, 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.)

  1. If the PCBS application suffers an outage, all Blue Prism processes specified in this design must stop processing immediately.
  2. The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
  3. There is a risk that the outcome of a data transfer will not be recorded in the SQL database.
  4. To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
  5. The Process Get PCBS Data should be stopped if the Cred+ application suffers an outage to prevent a backlog of cases in the PCBS Data work queue.
  6. Such sensitive data should not be stored in a Blue Prism work queue.

Answer(s): B,E



Pacific West Banking has a payments process that automatically receives pending payments from multiple regions into their payment system (Paytex).

Paytex contains a queue of cases awaiting payment. When processing the case manually an agent must use two other systems, the core banking system (DataPlus) and online account checker (FireWire).

The manual processing must perform the following steps:
-Open the next case where the status is null in Paytex
-Set the status to “In Progress” in Paytex
-Validate source account in DataPlus
-Confirm source funds in DataPlus
-Check for fraud flags in Paytex
-Confirm recipient IBAN details in Firewire
-Perform payment in Paytex
-Update case in Paytex queue. Add payment confirmation number to case and set status to “Completed”
-Where cases cannot be fulfilled due to validation errors (e.g. invalid account details, insufficient funds, suspected fraud etc.) the customers will be contacted by the agent to resolve.

A proposed Blue Prism solution with the following properties has been created to automate the payment processing:

-There will be one Blue Prism process that will perform the steps described above.
-Where a case is an exception the status will be set in Paytex to “Manual Review” in order that the manual team can pick up the case from Paytex and contact the customer and conclude the case.
-It is anticipated that to meet the SLAs of the expected volumes up to 5 instances of the Blue Prism process will be required to run concurrently.
-A Blue Prism work queue will be used to host the payments. The queue will be configured for only 1 attempt per case and the key will be (region) & {source account number}.
-The process will be started by the scheduler at 06:00 and will stop at 05:50.




Which of the following are correct? (Choose three.)

  1. There is a risk that a payment can be duplicated.
  2. The process should not be designed to use a Blue Prism Work Queue but use Paytex as the work queue.
  3. The process will not scale i.e. you cannot run multiple instances at the same time.
  4. The solution exposes sensitive personal information.
  5. The process should not be automated as it uses a third party web application.
  6. There is a risk that a payment can be orphaned.

Answer(s): B,C,D



VivaBank have an account closure process that can take up to three days to close an account. All requests within the bank’s core system to close an account take place overnight during batch processing. There are two scenarios:


The timings relate to the expected automation time.
All requests will arrive in a Blue Prism work queue from multiple channels using either web services or other Blue Prism processes.

The following detail from the Functional Requirement Questionnaire must be considered:
-Cases must be processed on the same day if they come in between 08:00 and 22:00 Monday to Friday
-Exception cases are to be emailed to the manual team during processing as and when they occur.
-It is expected that up to 200 cases can be expected per day.

The Blue Prism solution consists of four processes and four Blue Prism Work Queues.


Cases come into the Account Closures Work Queue and are processed by the Account Closure process which determines if they are “Nil Balance” or “Balance to Transfer” scenarios. Before adding the case to the relevant work queue, a check is made to see if an identical key has been added to the work queue today. If so the case is not added.
The Transfer Balance process work its queue and, for each successfully processed case, adds case to the Close Account queue.
The Close Account process works its queue and, for each successfully processed case, adds a case to the Confirm Closure queue with the case deferred to 08:00 the next day.
The Confirm Closure process completes the sequence by confirming that the account is finally closed.
A scheduler has been created to start all four processes at 08:00. Each process shall be configured to finish accordingly:


Please select from the statements below the ones you consider to be correct. (Choose two.)

  1. All processes should be merged into one process to optimize licenses.
  2. Exception cases should not be distributed whilst the processes are running and instead should be distributed when each process has completed.
  3. There should be a separate work queue for each channel feeding the process.
  4. The Confirm Closure process should work until 22:00.
  5. As an alternative the solution could use just one queue instead of four.

Answer(s): C,D



The following Object Design has been created for a mainframe banking application.


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

  1. The Add Note action in the “BankHost – Notepad” business object does not require an input for Type as the process definition document states that ‘Information’ will always be selected for this process.
  2. The object design facilitates a scalable design that will reduce the impact of change when the object layer needs altering.
  3. The object design should be simplified by storing all BankHost actions in the same object.
  4. There is no need for attach actions to be replicated across all the objects.
  5. The design complies with Blue Prism design best practice.

Answer(s): B,E



Viewing Page 1 of 7



Share your comments for Blue Prism ASD01 exam with other users:

Nabeel 7/25/2023 4:11:00 PM

still learning
Anonymous


gure 7/26/2023 5:10:00 PM

excellent way to learn
UNITED STATES


ciken 8/24/2023 2:55:00 PM

help so much
Anonymous


Biswa 11/20/2023 9:28:00 AM

understand sql col.
Anonymous


Saint Pierre 10/24/2023 6:21:00 AM

i would give 5 stars to this website as i studied for az-800 exam from here. it has all the relevant material available for preparation. i got 890/1000 on the test.
Anonymous


Rose 7/24/2023 2:16:00 PM

this is nice.
Anonymous


anon 10/15/2023 12:21:00 PM

q55- the ridac workflow can be modified using flow designer, correct answer is d not a
UNITED STATES


NanoTek3 6/13/2022 10:44:00 PM

by far this is the most accurate exam dumps i have ever purchased. all questions are in the exam. i saw almost 90% of the questions word by word.
UNITED STATES


eriy 11/9/2023 5:12:00 AM

i cleared the az-104 exam by scoring 930/1000 on the exam. it was all possible due to this platform as it provides premium quality service. thank you!
UNITED STATES


Muhammad Rawish Siddiqui 12/8/2023 8:12:00 PM

question # 232: accessibility, privacy, and innovation are not data quality dimensions.
SAUDI ARABIA


Venkat 12/27/2023 9:04:00 AM

looks wrong answer for 443 question, please check and update
Anonymous


Varun 10/29/2023 9:11:00 PM

great question
Anonymous


Doc 10/29/2023 9:36:00 PM

question: a user wants to start a recruiting posting job posting. what must occur before the posting process can begin? 3 ans: comment- option e is incorrect reason: as part of enablement steps, sap recommends that to be able to post jobs to a job board, a user need to have the correct permission and secondly, be associated with one posting profile at minimum
UNITED KINGDOM


It‘s not A 9/17/2023 5:31:00 PM

answer to question 72 is d [sys_user_role]
Anonymous


indira m 8/14/2023 12:15:00 PM

please provide the pdf
UNITED STATES


ribrahim 8/1/2023 6:05:00 AM

hey guys, just to let you all know that i cleared my 312-38 today within 1 hr with 100 questions and passed. thank you so much brain-dumps.net all the questions that ive studied in this dump came out exactly the same word for word "verbatim". you rock brain-dumps.net!!! section name total score gained score network perimeter protection 16 11 incident response 10 8 enterprise virtual, cloud, and wireless network protection 12 8 application and data protection 13 10 network défense management 10 9 endpoint protection 15 12 incident d
SINGAPORE


Andrew 8/23/2023 6:02:00 PM

very helpful
Anonymous


latha 9/7/2023 8:14:00 AM

useful questions
GERMANY


ibrahim 11/9/2023 7:57:00 AM

page :20 https://exam-dumps.com/snowflake/free-cof-c02-braindumps.html?p=20#collapse_453 q 74: true or false: pipes can be suspended and resumed. true. desc.: pausing or resuming pipes in addition to the pipe owner, a role that has the following minimum permissions can pause or resume the pipe https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro
FINLAND


Franklin Allagoa 7/5/2023 5:16:00 AM

i want hcia exam dumps
Anonymous


SSA 12/24/2023 1:18:00 PM

good training
Anonymous


BK 8/11/2023 12:23:00 PM

very useful
INDIA


Deepika Narayanan 7/13/2023 11:05:00 PM

yes need this exam dumps
Anonymous


Blessious Phiri 8/15/2023 3:31:00 PM

these questions are a great eye opener
Anonymous


Jagdesh 9/8/2023 8:17:00 AM

thank you for providing these questions and answers. they helped me pass my exam. you guys are great.
CANADA


TS 7/18/2023 3:32:00 PM

good knowledge
Anonymous


Asad Khan 11/1/2023 2:44:00 AM

answer 10 should be a because only a new project will be created & the organization is the same.
Anonymous


Raj 9/12/2023 3:49:00 PM

can you please upload the dump again
UNITED STATES


Christian Klein 6/23/2023 1:32:00 PM

is it legit questions from sap certifications ?
UNITED STATES


anonymous 1/12/2024 3:34:00 PM

question 16 should be b (changing the connector settings on the monitor) pc and monitor were powered on. the lights on the pc are on indicating power. the monitor is showing an error text indicating that it is receiving power too. this is a clear sign of having the wrong input selected on the monitor. thus, the "connector setting" needs to be switched from hdmi to display port on the monitor so it receives the signal from the pc, or the other way around (display port to hdmi).
UNITED STATES


NSPK 1/18/2024 10:26:00 AM

q 10. ans is d (in the target org: open deployment settings, click edit next to the source org. select allow inbound changes and save
Anonymous


mohamed abdo 9/1/2023 4:59:00 AM

very useful
Anonymous


Tom 3/18/2022 8:00:00 PM

i purchased this exam dumps from another website with way more questions but they were all invalid and outdate. this exam dumps was right to the point and all from recent exam. it was a hard pass.
UNITED KINGDOM


Edrick GOP 10/24/2023 6:00:00 AM

it was a good experience and i got 90% in the 200-901 exam.
Anonymous