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 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?
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:
How many licenses will be consumed by the running processes?
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:
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.)
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.)