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.)
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?
Which of the following statements about Blue Prism and Web Services is correct?
Consider the following steps for a theoretical manual process.
Check in input folder any newfiles.
If there are no files check again later as files can arrive anytime, and there is no limit to the number of files that may come.
Open the next available file.
Take the first case.
Start System X and find the case details.
If the case can’t be found, move to the next one.
After finding the case in System X, fetch additional case details from System Y.
Again if the case can’t be found, move to the next one.
Analyse all the data to see if System Z should be updated.
If the data does not meet the requirements, add notes indicating this to System X and Y and move to the next case.
If the data does meet the requirements, update the case in System Z.
Add notes to System X and Y and move to the next case.
At the end of the file, go back andlook for another.
Stop checking for new files at 16:00 and finish any remaining cases.
When all work is complete create a report of the day’s exception cases.
Close down Systems X, Y and Z.
If the volume of incoming cases is such that 1 Resource PC can easily handle the workload, which of the following steps for an automated solution should be part of the ‘Preparation’ phase of an automated process?
If a solution is to make use of a queue with Maximum Attempts greater than 1, what should the designer put in place? (Choose two.)
It’s technically possible for one business object to call another. Outside ofusing utility objects are any of the following valid reasons why you would want to do this?
ProSafe credit reference agency retrieves data from bank and other credit providers where customers have missed payments or gone into default. The data isvery sensitive and fed directly into a Blue Prism work queue via a web service. Blue Prism process must process the data within 4 hours. The Blue Prism solution runs continuously and each case takes approximately 30 seconds to process. It is expected thatan average of 10,000 cases per day will be required and up to 10 Blue Prism robots are available. The Blue Prism solution is sown below:
For each case of the process will access the customer account in the HotRisk system and, where an account exists, harvest the data which will be fed along with the Work Queue data into a rules engine. The rules engine is a Blue Prism process that does not interact with any target system. It merely consumes data and, via a complicated series of decision and choice stages, determines the new customer risk factor.
There is to be no scheduler used. Instead the Process Controllers who work in shifts to provide 24 hour support will stop and start process instances in line with Work Queue volumes.
As a Blue Prism process solution designer, who is reviewing the solution, which of the following would concern you? (Choose three.)
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.)