Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Blue Prism > Solution Designer > ASD01

ASD01 Designing Blue Prism Process Solutions (EN) Question and Answers

Question # 4

A process is required for a client in the banking sector that involves using an application to transfer funds between accounts. A strong security model is in place to prevent any malicious activity but the client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete state or a fault in thesource data causing a case to be duplicated or an excessively large transfer to be made.

What should be included in the solution design? (Choose three.)

A.

A different queue for each major processing step.

B.

A different process for each majorprocessing step.

C.

A single queue that is cleared of all worked items at the start of each day.

D.

Rules to limit transaction values.

E.

A key value that will uniquely identify queue items.

F.

A requirement that the solution is never run on more than onemachine.

G.

An exception handling procedure to track manual referrals.

Full Access
Question # 5

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.

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

Full Access
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.

Full Access
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

Full Access
Question # 8

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 usesits own business objects to keep it separate from any other.

Full Access