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

ASD01 Exam Dumps - Designing Blue Prism Process Solutions (EN)

Question # 4

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

Full Access
Question # 5

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.

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

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 # 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