Blue Prism ASD01 Exam Practice Questions (P. 2)
- Full Access (27 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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.)

Which of these options should be considered be the process solution designer to guarantee the quality of the end-to-end solution? (Choose four.)
- AOnce in production the process controller should ensure that the process is only ever run on one Resource PC.
- BThe solution should log in to the applications before starting the case working loop.
- CThe solution should split the file into pieces to distribute to each Resource PC.
- DThe solution should log out from applications after existing working loop.
- EEach 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.
- FThe solution should start by loading the file data into a work queue.
- GThe file should be updated at the start of each case to prevent other RPCs from working it.
- HOnce in production the clinic should wait until the solution has completed before admitting patients.
- IThe batch run should create multiple input files so that each Resource PC has its own file to work with.
- JThe 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:
BEGH
BEGH
send
light_mode
delete
Question #7
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 an ideal state.
What should you do? (Choose three.)

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 an ideal state.
What should you do? (Choose three.)
- AAdd "˜clean up' logic to get the application in the right position after Apply Queue Item Result.
- BKill the application after each case and log back in to ensure the next case starts in the right position.
- CInstruct the developer to build objects capable of navigating the application back to the home position.
- DRestart the application if attempts to navigate back to the home position fail.
- EMove Log Into Application to be before Work Step1 and move Log Out of Application to be after Step3.
- FAdd "˜clean up' logic to get the application in the right position before Work Step1.
- GAdd "˜clean up' logic to get the application in the right position after Work Step3.
Correct Answer:
ABC
ABC
send
light_mode
delete
Question #8
Consider the following steps for a theoretical manual process.
✑ Check in input folder 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 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 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?
✑ Check in input folder 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 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 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?
- ACheck input folder, wait for files.
- BCheck input folder, wait for files, read file and load queue.
- CLog into applications.
- DCheck input folder, wait for files, read file and load queue, log into applications.
Correct Answer:
C
C
send
light_mode
delete
Question #9
Consider the following steps for a theoretical manual process.
✑ Check in input folder 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 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 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 it is possible that there are long intervals between files arriving, what are the alternatives the process should take to control System X, System Y and System Z?
(Choose two.)
✑ Check in input folder 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 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 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 it is possible that there are long intervals between files arriving, what are the alternatives the process should take to control System X, System Y and System Z?
(Choose two.)
- ANothing because they will not have been started if no files have arrived yet.
- BNothing, just leave them logged in until more work arrives.
- CMinimize them to keep the desktop clear.
- DClose Y and Z down but keep X open because it is the first application needed to work a case.
- ELog out while waiting and log back in when a file arrives.
- FStop them from timing out by keeping them active while waiting for files.
Correct Answer:
BE
BE
send
light_mode
delete
Question #10
Consider the following steps for a theoretical manual process.
✑ Check in input folder 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 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 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.
It is imperative that notes are applied to System X and Y, regardless of whether System Z is updated or not, what could the process do? (Choose two.)
✑ Check in input folder 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 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 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.
It is imperative that notes are applied to System X and Y, regardless of whether System Z is updated or not, what could the process do? (Choose two.)
- AAdd all notes before attempting to update System Z.
- BCreate an unhappy path where notes are added as part of exception handling.
- CAdd notes before rejecting a case as a Business Exception.
- DCreate new cases for any cases not found in Systems X and Y so that notes can be added.
Correct Answer:
AD
AD
send
light_mode
delete
All Pages