It's technically possible for one business object to call another Outside of using utility objects are any of the following valid reasons why you would want to do this?
Answer : C
Which of the following accurately describes best practice when work is sourced from an application's workflow system?
Answer : A
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?
Answer : D
The following Object Design has been created for a mainframe banking application.
Which of the following statements about the Object design above are correct? (select 2 responses)
Answer : B, E
Consider the following high-level design:
The application concerned is prone to being sluggish or even unresponsive at times. As the solution designer you should anticipate that there will be system exceptions and that after an exception case the application might not be in arNdea1 state. What should you do? (select 3 responses).
Answer : A, C, D
Which of the following statement combinations about Blue Prism memory management is correct?
Answer : A
VivaBank have an account closure process that can take up to three days to close an account. All requests within the bank's core system to close an account take place overnight during batch processing. There are two scenarios:
The timings relate to the expected automation time.
All requests will arrive in a Blue Prism work queue from multiple channels using either web services or other Blue Prism processes.
The following detail from the Functional Requirement Questionnaire must be considered:
* Cases must be processed on the same day if they come in between 08 00 and 22:00 Monday to Friday
* Exception cases are to be emailed to the manual team during processing as and when they occur.
* It is expected that up to 200 cases can be expected per day.
The Blue Prism solution consists of four processes and four Blue Prism Work Queues.
Cases come into the Account Closures Work Queue and are processed by the Account Closure process which determines if they are ^Nil Balance" or "Balance to Transfer" scenarios. Before adding the case to the relevant work queue, a check is made to see if an identical key has been added to the work queue today. If so the case is not added.
The Transfer Balance process works its queue and, for each successfully processed case, adds case to the Close Account queue.
The Close Account process works its queue and. for each successfully processed case, adds a case to the Confirm Closure queue with the case deferred to 08:00 the next day.
The Confirm Closure process completes the sequence by confirming that the account is finally closed.
A scheduler has been created to start all four processes at 08:00. Each process shall be configured to finish accordingly:
Please select from the statements below the ones you consider to be correct (select 2 responses
Answer : C, D