ASD01 Designing Blue Prism Process Solutions (EN)

Loading demo links...

Showing 1–3 of 5 questions

Question 1

Imagine a DR scenario where the main Production database goes down one afternoon. All processes use work queues and all new work is loaded first thing each morning. The database is backed up regularly but not in real time, so the restored back up will be slightly out of date, say by 1 hour.

If the backup was restored, and processes were restarted what would be the effect? (Choose two.)

Select all that apply, then click Submit answer.

  • The processes would resume with the queue item being worked at the time of the incident.

  • The processes would resume with the next available queue item.

  • The queue item being worked at the time of the incident would be automatically marked as an exception.

  • The queue item being worked at the time of the incident would need to be manually marked as an exception.

  • The work queue would automatically ensure no cases is duplicated.

Question 2

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.)

Select all that apply, then click Submit answer.

  • Nothing because they will not have been started if no files have arrived yet.

  • Nothing, just leave them logged in until more work arrives.

  • Minimize them to keep the desktop clear.

  • Close Y and Z down but keep X open because it is the first application needed to work a case.

  • Log out while waiting and log back in when a file arrives.

  • Stop them from timing out by keeping them active while waiting for files.

Question 3

Which of the following statement combinations about Blue Prism memory management is correct?

Select an option, then click Submit answer.

  • A Blue Prism Process reads a Business Object into memory as required. Once the called Action is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.
    A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.

  • A Blue Prism Process holds a Business Object in memory for the duration of its run.
    A Blue Prism Process reads a Sub Process into memory as required. Once the called Sub Process is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.

  • A Blue Prism Process holds a Business Object into memory as required.
    Once the called Action is complete, the Process releases the memory for the .Net Garbage Collector to reclaim.

  • A Blue Prism Process holds a Sub Process in memory for the duration of its run.
    A Blue Prism Process holds a Business Object in memory for the duration of its run.