Blue Prism Certified Solution Designer (ASD01) — Question 24
Which of the following statement combinations about Blue Prism memory management is correct?
Answer options
- A. 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.
- B. 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.
- C. 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.
- D. 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.
Correct answer: A
Explanation
The correct answer is A because it accurately describes how Blue Prism manages memory by loading Business Objects and Sub Processes into memory as needed and releasing it after execution. Options B, C, and D incorrectly state that Business Objects or Sub Processes are held in memory for the duration of the Process, which is not the case.