Which of these options should be considered be the process solution designer to guarantee the quality of the end-to-end solution?

Posted by: Pdfprep Category: ASD01 Tags: , ,

Consider the following high-level design. The solution is intended to read medical data from one application in order to update another. An input file is prepared by an overnight batch run for the solution to work through each morning before patients arrive. Usually the input file is fairly small but at certain times each month the file is much larger.

Which of these options should be considered be the process solution designer to guarantee the quality of the end-to-end solution? (Choose four.)
A . Once in production the process controller should ensure that the process is only ever run on one Resource P
C . The solution should log in to the applications before starting the case working loop.
D . The solution should split the file into pieces to distribute to each Resource P
F . The solution should log out from applications after existing working loop.
G . 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.
H . The solution should start by loading the file data into a work queue.
. The file should be updated at the start of each case to prevent other RPCs from working it.
. Once in production the clinic should wait until the solution has completed before admitting patients.
. The batch run should create multiple input files so that each Resource PC has its own file to work with.
. The file should be updated after each case to indicate that the case has been worked.
. The solution should use an environment lock to ensure the file can only be accessed by one Resource PC at a time.

Answer: BEGH

Leave a Reply

Your email address will not be published.