A) It's best practice to keep application logic in one business object so that there is a single point of reference.
B) It's good practice to split application logic into multiple objects so that the process is more efficient.
C) It's good practice to keep application logic in one business object so that developers know where to find.
D) It's good practice to keep application logic in one business object to minimize the process dependencies.
E) It's a good practice to split application logic into multiple objects to minimize the process dependencies.
F) It's a good practice to split application logic into multiple objects to minimize the effect of change.
G) It's a good practice to keep application logic in one business object so that the process is more efficient.
Correct Answer
verified
Multiple Choice
A) 1 and 2 Only
B) 4 only
C) 1 and 3
D) 1, 2 and 3
Correct Answer
verified
Multiple Choice
A) If the PCBS application suffers an outage, all Blue Prism processes specified in this design must stop processing immediately.
B) The solution enables multiple instances of the Get PCBS Data and Update Cred+ processes to run without risk of collision.
C) There is a risk that the outcome of a data transfer will not be recorded in the SQL database.
D) To reduce the elapsed time of the end to end process, the Get Cases process should be run across multiple machines.
E) The Process Get PCBS Data should be stopped if the Cred+ application suffers an outage to prevent a backlog of cases in the PCBS Data work queue.
F) Such sensitive data should not be stored in a Blue Prism work queue.
Correct Answer
verified
Multiple Choice
A) A decision whether or not to use an available retry item after marking an item as an exception.
B) A decision whether or not to use an available retry item before marking an item complete.
C) Logic to ensure that the next attempt to work a case is executed on a different machine from the previous attempt.
D) Logic to ensure that the next attempt to work a case is executed on the same machine as the previous attempt.
E) Logic to identify the progress made by previous attempts to work a case.
Correct Answer
verified
Multiple Choice
A) The solution is not scalable.
B) The process does not have an end stage.
C) The rules engine has been built in a process not an object.
D) The process opens and closes the HotRisk system for each case.
E) The data is too sensitive for automated processing.
F) There is no scheduler.
Correct Answer
verified
Multiple Choice
A) A different queue for each major processing step.
B) A different process for each major processing step.
C) A single queue that is cleared of all worked items at the start of each day.
D) Rules to limit transaction values.
E) A key value that will uniquely identify queue items.
F) A requirement that the solution is never run on more than one machine.
G) An exception handling procedure to track manual referrals.
Correct Answer
verified
Multiple Choice
A) Once in production the process controller should ensure that the process is only ever run on one Resource PC.
B) The solution should log in to the applications before starting the case working loop.
C) The solution should split the file into pieces to distribute to each Resource PC.
D) The solution should log out from applications after existing working loop.
E) Each Resource PC should be set to take a different row from the others, e.g. RPC-A works rows 1, 4, 7, 10 etc., RPC-B works 2, 5, 8 etc. and RPC-C works 3, 6, 9 etc.
F) The solution should start by loading the file data into a work queue.
G) The file should be updated at the start of each case to prevent other RPCs from working it.
H) Once in production the clinic should wait until the solution has completed before admitting patients.
I) The batch run should create multiple input files so that each Resource PC has its own file to work with.
J) The file should be updated after each case to indicate that the case has been worked.
K) The solution should use an environment lock to ensure the file can only be accessed by one Resource PC at a time.
Correct Answer
verified
Multiple Choice
A) No. objects should never call other objects.
B) Yes but object calling other objects could lead to undesirable memory problems so care must be taken.
C) Yes, to create a wrapper object as a vehicle for a reusable sequence of application logic.
D) Yes, but only if the object is calling itself.
Correct Answer
verified
Showing 1 - 8 of 8