Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Designing Blue Prism Process Solutions

Last Update 7 hours ago Total Questions : 27

The Designing Blue Prism Process Solutions content is now fully updated, with all current exam questions added 7 hours ago. Deciding to include ASD01 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our ASD01 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these ASD01 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Designing Blue Prism Process Solutions practice test comfortably within the allotted time.

Question # 1

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? (Choose two.)

A.

It’s best that objects are designed to be reusable and are not made bespoke for one process.

B.

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.

C.

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.

D.

Any new application should be assessed to find the appropriate integration technique and identify any potential technical issues.

E.

It’s best that each process uses its own business objects to keep it separate from any other.

Question # 2

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?

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, to create 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

If a solution is to make use of a queue with Maximum Attempts greater than 1, what should the designer put in place? (Choose two.)

A.

A decision whether or not to use an available retry item after marking an item as an exception.

B.

A decision whether or not to use an available retry item before marking an item complete.

C.

Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.

D.

Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.

E.

Logic to identify the progress made by previous attempts to work a case.

F.

A decision whether or not to use an available retry item after marking an item complete.

G.

A decision whether or not to use an available retry item before marking an item as an exception.

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 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 multi part robotic solution.

A.

1 and 2 Only

B.

4 only

C.

1 and 3

D.

1, 2 and 3

Question # 5

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?

A.

Other than the standard utilities, there should be 3 objects.

B.

Other than the standard utilities, there should be 4 objects.

C.

Other than the standard utilities, there should be 7 objects.

D.

It’s not possible to determine how many objects there should be.

Question # 6

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?

A.

7

B.

6

C.

4

D.

3

Question # 7

Which of the following accurately describes best practice when work is sourced from an application’s workflow system?

A.

There is no need to use a Blue Prism queue as workflow is managed within the application

B.

Even though there is a workflow system managing and allocating work, a Blue Prism Work Queue should still be used

C.

Blue Prism cannot source work from an application’s workflow system

D.

When sourcing work from an applications workflow system, case data should be stored in an excel document

Question # 8

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.)

A.

If the PCBS application suffers an outage, 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 of a 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 suffers an 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.