Examine the following recover flow taken from a Blue Prism Process:

The 'Exception Detail' data item has no initial value and has a data type of text
The Calculation stage "Save Exception Detail' will output the current exception detail to the 'Exception Detail' data item
What expression would you use in the 'Save Exception Detail' stage to achieve this?
Answer : A
This is the correct expression to use in the calculation stage to output the current exception detail to the data item. It uses the built-in object CurrentException and its property Detail to get the value of the exception detail. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 15)
Blue Prism Processes can be built across multiple workspaces - broken up into individual tasks, that each sit on their own Pages What name is given to this?
Answer : B
This is the correct name given to the practice of building Blue Prism processes across multiple workspaces and pages. It allows the developer to organize and reuse the logic in a modular way. The other options are either incorrect or describe different aspects of Blue Prism. Reference: https://bpdocs.blueprism.com/bp-6-10/en-us/helpDebug.htm?TocPath=Interface%7CStudio%7CProcess%20studio%7C_____7 (page 1)
Examine the following Blue Prism Process diagram which is from the Main Page of a Process:

The Process current stage is the 'Perform Calculation' stage.
The 'Perform Calculation' stage has Exception Handling to resolve all Exceptions within the same Page
What would happen if you click on Step Over or press F10?
Answer : B
This is the correct outcome of clicking on Step Over or pressing F10 when the current stage is a page stage. It will execute all the logic on that page and then move to the next stage on the main page. The other options are either incorrect or describe different scenarios. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 11)
Which of the following statements are correct about Blue Prism data items'?
(Select all items which apply)
Answer : C, E, F
These statements are correct because they describe how Blue Prism data items can be updated depending on their exposure and visibility settings. The other statements are incorrect because Blue Prism data items can also be updated from within a Business Object diagram, and data items with visibility setting disabled cannot be updated from Control Room. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 13)
Examine the following Process flow:

The data item 'City V is configured as a Text data item and has an initial value of 'LiverpooI'.
The data item 'City 2' is configured as a Text data item and has an initial value of 'Manchester'.
The data item 'City 3* is configured as a Text data item and has an initial value of 'London'.
The data item 'List of Cities' is configured as a Text data item and has no initial value.
The 'Calc 1' stage is configured as follows:

What will the value of the list of Cities' data item be after the Process flow has run?
When can a Deferral Date be added to a Work Queue item?
(Select all items which apply)
Answer : B, D
These are the correct situations when a deferral date can be added to a work queue item. It allows the process to specify when an item should be processed based on business rules or availability of resources. The other options are either incorrect or not supported by Blue Prism. Reference: https://portal.blueprism.com/sites/default/files/2021-05/Blue%20Prism%20Certification%20-%20Associate%20Developer%20-%20Certification%20Overview_0.pdf (page 16)
Which of the following items can be used in Blue Prism to transmit values between Process Pages?
(Select all items which apply)