Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: s2p65

Easiest Solution 2 Pass Your Certification Exams

ASD01 Blue Prism Designing Blue Prism Process Solutions Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Blue Prism ASD01 Designing Blue Prism Process Solutions certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 1
Total 27 questions

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?

A.

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.

B.

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.

C.

The solution 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 loadedinto the queue.

E.

The solution should apply a filter to the Excel file to hide any row with empty cells and only load the complete rows.

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.

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.

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.

Consider the following steps for a theoretical manual process.

    Check in input folder any new files.

    If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come.

    Open the next available file.

    Take the first case.

    Start System X and find the case details.

    If the case can’t be found, move to the next one.

    After finding the case in System X, fetch additional case details from System Y.

    Again if the case can’t be found, move to the next one.

    Analyse all the data to see if System Z should be updated.

    If the data does not meet the requirements, add notes indicating this to System X and Y and move to the nextcase.

    If the data does meet the requirements, update the case in System Z.

    Add notes to System X and Y and move to the next case.

    At the end of the file, go back and look for another.

    Stop checking for new files at 16:00 and finish any remaining cases.

    When all work is complete create a report of the day’s exception cases.

    Close down Systems X, Y and Z.

It is imperative that notes are applied to System X and Y, regardless of whether System Z is updated or not, what could the process do?(Choose two.)

A.

Add all notes before attempting to update System Z.

B.

Create an unhappy path where notes are added as part of exception handling.

C.

Add notes before rejecting a case as a Business Exception.

D.

Create new cases for any cases not found in Systems X and Y so that notes can be added.

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.

Consider the following high-level design. Thesolution 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 butat 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.)

A.

Once in production the processcontroller should ensure that the process is only ever run on one Resource PC.

B.

The solution should log in to the applications before starting the case working loop.

C.

The solution should split the file into pieces to distribute to each Resource PC.

D.

The solution should log out from applications after existing working loop.

E.

Each Resource PC should be set to take a different row from the others, e.g. RPC-A works rows 1, 4, 7, 10 etc., RPC-B works 2, 5, 8 etc. and RPC-C works 3, 6, 9 etc.

F.

The solution should start by loading the file data into a work queue.

G.

The file should be updated at the start of each case to prevent other RPCs from working it.

AnInsurance 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 at6am 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?

A.

7

B.

6

C.

4

D.

3

Page: 1 / 1
Total 27 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved