Question: 1
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 part robotic 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 option to split a business process into a multi part robotic solution
4. You cannot split a business process into a mufti part robotic solution
Question: 2
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 SQL database, the following data must be read from the PCBS application and input into the Cred+ application:
* Account ID
* Product Type
* Name
* Address
* Date of Birth
* Card PAN (Primary Account Number or credit card number)
* Card Issue Date
* Card Expiry Date
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 dat
a. 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? (select 2 responses)
Question: 3
Consider the following steps for a theoretical manual process
* Check in input folder for any new files.
* 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 Systems 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 Systems X and Y and move to the next case.
* At the end of the file, go back and look 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?
Question: 4
A process is required for a telecoms company to work cases supplied via a daily Excel file Although the file will only contain around 1000 rows, the average case time is such that the workload is far too big for one machine to complete in a day, so the solution has been designed with multiple machines in mind. One machine will load the work queue while the others wait, then once the queue is ready all machines will work it together. The requirements state that the input file is machine generated, has a known format is generally clean but may contain exceptions - rows with an empty cell, partial phone numbers, or accounts that don't exist. What should the solution do to combat this problem?
Question: 5
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?