Weekend Sale Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Blue Prism ASD01 Designing Blue Prism Process Solutions Exam Practice Test

Page: 1 / 3
Total 27 questions

Designing Blue Prism Process Solutions Questions and Answers

Question 1

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

Options:

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 2

SanQuest Bank’s call center regularly receives requests fromcustomers for the exact amount required to clear their loan. This is a complicated calculation that is prone to human error. The bank has decided to use Blue Prism to perform the calculation and is considering amending its front end system OneBase to allowa user to click a button to request a Loan Consolidation Amount.

They plan to communicate with Blue Prism using web services. Consider the two proposed designs:

Question # 2

Here a Blue Prism object is exposed as a web service. OneBase calls this service providingthe account number. The Blue Prism object add the case to a work queue and then returns the Case ID to complete the web service call.

A Blue Prism process works the queue and harvests the data required to perform the calculation. The same Blue Prism process calls a OneBase web service and provides the load settlement figure. OneBase completes the web service call by returning a success flag.

Question # 2

Here the Blue Process that harvests the data is exposed a web service with the loan settlement figure as an output. OneBase calls the web service and provides the account number. The BluePrism process harvests the data and completes the web service call by providing the loan settlement figure.

Considering Blue Prism best practice which of the following statements is correct?

Options:

A.

Design A is the most appropriate option

B.

Design B is the most appropriate option

C.

Neither Design A nor Design B is appropriate

D.

Both Design A and Design B are appropriate

Question 3

The status of a Work Queue can be used as a method of recording that work has been done so far on a Work Queue item.

Please consider the following statements:

1. For MI, to easily see how far an item has beenworked.

2. To aid manual working of exceptions, providing the Item Status can inform staff what work is still outstanding on an item that needs manually.

3. To enable Work Queue items to be safely retried, a process can use the item status to know which updates have already been performed so that they are not repeated.

4. To record the Customer’s Surname

Options:

A.

2 only

B.

2 and 3 only

C.

1, 2 and 3 only

D.

1, 2, 3 and 4

Question 4

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

Options:

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 5

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

Options:

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 6

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

Question # 6

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

Options:

A.

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.

B.

The object design facilitates a scalable design that will reduce the impact of change when the object layer needs altering.

C.

The object design should be simplified by storing all BankHost actions in the same object.

D.

There is no need for attach actions to be replicated across all the objects.

E.

The design complies with Blue Prism design best practice.

Question 7

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:

Question # 7

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

Options:

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 8

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?

Options:

A.

7

B.

6

C.

4

D.

3

Page: 1 / 3
Total 27 questions