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

ASD01 Questions and Answers

Question # 6

VivaBank have an account closure process that can take up tothree 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 BluePrism 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 PrismWork 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 ismade 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 Accountprocess 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.

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

A.

All processes should be merged intoone process to optimize licenses.

B.

Exception cases should not be distributed whilst the processes are running and instead should be distributed when each process has completed.

C.

There should be a separate work queue for each channel feeding the process.

D.

The Confirm Closure process should work until 22:00.

E.

As an alternative the solution could use just one queue instead of four.

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

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

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.

Full Access