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.)
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:
3 instances of the Renewals process on the same virtual machine
2 instances of the Claims Processing process on 2 different virtual machines
1 instance of the Change of Address process on its own virtual machine
How many licenses will be consumed by the running processes?
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
When designing business objects which of the following statements is true? (Choose three.)
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?
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.)
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?
Which of the following statements about Blue Prism and Web Services is correct?