Blue Prism Certified Solution Designer (ASD01) — Question 13
You are the Lead Developer tasked with delivering four processes for the same client. You have enough developers in the team to develop all the processes in parallel. All the processes have one application in common, another application is used by two processes and one process uses an application that none of the others do.
Which of the following statements is true?
Answer options
- A. Other than the standard utilities, there should be 3 objects.
- B. Other than the standard utilities, there should be 4 objects.
- C. Other than the standard utilities, there should be 7 objects.
- D. It's not possible to determine how many objects there should be.
Correct answer: C
Explanation
The correct answer is C because each of the four processes can be broken down into distinct components: one shared application for all, one additional application for two processes, and a unique application for one process. This results in a total of 7 objects, taking into account the shared and unique applications. The other options underestimate the total count by not accounting for the unique application and the shared components.