VivaBank have an account closure process that can take up to three 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 Blue Prism 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 Prism Work 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 is made 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 works its queue and, for each successfully processed case, adds case to the Close Account queue.
The Close Account process 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.
A scheduler 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 (select 2 responses
A process definition document has been produced for a process that interfaces with two applications FirstApp and Customer Information (CI) The
process requirement is to perform data extraction from FirstApp before performing a number of steps in the CI application.
It is estimated that to perform the daily case volume within SLA's will require 10 robots Average license time is approximately 10 minutes, with the
FirstApp steps requiring only 1 minute to perform.
The client has a limited number of licences for the FirstApp application and is reluctant to use 10 of these licenses to automate the process.
Which of the below is a valid design option for the project?
Which of the following accurately describes best practice when work is sourced from an application's workflow system?
You are the Lead Developer tasked with delivering four processes for the same client. You have enough developers in the team to develop all the processes in parallel. All the processes have one application in common, another application is used by two processes and one process uses an application that none of the others do. Which of the following statements is true?
Imagine a DR scenario where the main 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? (select 2 responses)