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

Exact2Pass Menu

Question # 4

Consider the following high-level design. Thesolution is intended to read medical data from one application in order to update another. An input file is prepared by an overnight batch run for the solution to work through each morning before patients arrive. Usually the input file is fairly small butat certain times each month the file is much larger.

Which of these options should be considered be the process solution designer to guarantee the quality of the end-to-end solution? (Choose four.)

A.

Once in production the processcontroller should ensure that the process is only ever run on one Resource PC.

B.

The solution should log in to the applications before starting the case working loop.

C.

The solution should split the file into pieces to distribute to each Resource PC.

D.

The solution should log out from applications after existing working loop.

E.

Each Resource PC should be set to take a different row from the others, e.g. RPC-A works rows 1, 4, 7, 10 etc., RPC-B works 2, 5, 8 etc. and RPC-C works 3, 6, 9 etc.

F.

The solution should start by loading the file data into a work queue.

G.

The file should be updated at the start of each case to prevent other RPCs from working it.

Full Access
Question # 5

A retail bank has promoted 2 Blue Prism processes to production:

1. Email poller

2. Customer onboarding

3. Direct DebitCancellations

One instance of the email poller process will run 24/7 feeding work queues for the other two processes.

Three instances of the Customer onboarding process will run between 6am and 11pm each day on three separate VMs.

One instance of the Direct Debit Cancellations process will run between 6am and 4pm each day on the same VM as the Email poller process.

What is the maximum number of Blue Prism licenses that will be consumed each day?

A.

3

B.

4

C.

5

D.

6

Full Access
Question # 6

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

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

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.

Full Access
Question # 8

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

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.

Full Access