When designing business objects which of the following statements is true? (Choose three.)
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:
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.
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?
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
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.)
Which of the following statement combinations about Blue Prism memory management is correct?
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.)
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.)
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?