Blue Prism Certified Developer (AD01) — Question 9
When configuring an object's run mode which of the following is true?
Answer options
- A. Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.
- B. Setting the run mode to exclusive will ensure only one process runs on that resource at a time.
- C. Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.
- D. Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.
Correct answer: A
Explanation
The correct answer is A because setting the run mode to foreground does indeed give that object priority over others. Option B is incorrect because while exclusive mode restricts concurrent processes, it doesn't relate to priority. Option C is wrong as background processes can run simultaneously but do not have priority. Option D is misleading since leaving the run mode blank doesn't prioritize any object.