Blue Prism Certified Developer (AD01) — Question 36
Which of the following comments about an object's run mode is true?
Answer options
- A. A run mode of foreground will enable the business object to run at the same time as other foreground business objects.
- B. A run mode of background will enable the business object to run at the same time as other background, foreground and exclusive business objects.
- C. A run move of exclusive cannot run at the same time as any other business object.
- D. The run mode of a business object has no influence on how many business objects can be run at the same time. B
Correct answer:
Explanation
Option B is correct because a background run mode allows for concurrent execution with multiple types of business objects. Option A is incorrect as foreground objects cannot run simultaneously. Option C is false because an exclusive run mode indeed cannot run with others. Option D is wrong since the run mode does influence concurrent execution capabilities.