Consider the following high-level design.
The application concerned is prone to being sluggish or even unresponsive at times. As thesolution designer you should anticipate that there will be system exceptions and that after an exception case the application might not be in an ideal state.
What should you do? (Choose three.)
Which of the following statements about using Work Queue designs to split a business process into a multi part robotic solution is correct?
1. Using multiple Work Queues and Processes for the different stages of the business process is a valid design option to split a business process into a multi partrobotic solution.
2. Using a single Work Queue and deferring cases for future processing is a valid design option to split a business process into a multi part robotic solution.
3. Using an item’s status to control when to work it is a valid design optionto split a business process into a multi part robotic solution.
4. You cannot split a business process into a multi part robotic solution.
A process is required for a client in the banking sector that involves using an application to transfer funds between accounts. A strong security model is in place to prevent any malicious activity but the client is nervous about the risk of external problems, like a power cut leaving a case in an incomplete state or a fault in thesource data causing a case to be duplicated or an excessively large transfer to be made.
What should be included in the solution design? (Choose three.)
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?
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
Which of the following statement combinations about Blue Prism memory management is correct?
Imagine you are designing the application integration logic for a solution. One of the applications involved is one you have not automated before but it is widely used and the project is the first in a series for this client.
Which of the following are valid considerations when designing business objects? (Choose two.)
Consider the following steps for a theoretical manual process.
If it is possible that there are long intervals between files arriving, what are the alternatives the process should take to control System X, System Y and System Z? (Choose two.)