Please refer to the exhibit.

The Developer is automating an SAP Windows-based application within a Citrix environment. There is an issue with a duplicate match found when identifying and highlighting the Document No. field, due to the application window having two of the same labels and buttons.
Which Spy Mode should the Developer use to identify the correct field using Surface Automation?
Answer : D
In a Citrix environment, where traditional spying modes might not work effectively due to the nature of remote desktop applications, Surface Automation techniques are used. The Region mode allows you to define specific areas of the screen to interact with, making it suitable for environments where duplicate elements are present.
Region (Option D): This spy mode allows you to define a specific area on the screen and interact with elements within that region. This is particularly useful in Citrix environments where other spy modes might fail to differentiate between duplicate elements.
The other options are less effective in this scenario:
Win32 (Option A): This mode is used for traditional Windows applications but might not work well in a Citrix environment.
Browser (Option B): This mode is designed for web-based applications and is not suitable for Windows applications in Citrix.
Application Navigator (Option C): This mode is not typically used for surface automation in Citrix environments.
Reference Consult Blue Prism's documentation on surface automation techniques and best practices for automating applications in Citrix environments.
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?
See Below Explanation:
Answer : A
Examine the following Process flow:

This is the Main Page of a simple process which calls the 'Calculation' Page before completing.
The data items are configured as follows:
Value-1 is a number data item with an initial value of 100.
Value-2 is a number data item with an initial value of 4.
Result is a number data item with no initial value.
The Calculation Page Reference stage is configured as follows:

The Calculation Page is configured as follows:

The Data Items are configured as follow:
Value-1 is a Number data item with an initial value of 200
Value-2 is a Number data item with an initial value of 4
Result is a Number data item with no initial value
The Start stage is configured to pass through the Value-1 and Value-2 values as input parameters.
The 'Divide' Calculation stage expression is [Value-1] / [Value-2]
The End stage is configured to pass back the value of the Result data item as an output parameter.
What will be contained in the Result data item on the Main Page following the execution of the Process?
Answer : B
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

What is wrong with the design?
Answer : B
Reason: After resume stage the exception is dead so the Re thrown will not worked.
Consider the following process flow from the Main Page of a process in Process Studio:


Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?
Answer : D
How can a session variable value be updated when a process is running? (select all that apply)
Answer : D
Reason: Session variable values to be update only in the Control room.
Below is the reference.

Study the following page in a process:


Calculation stages will write A, B or C to the Output value data item.
What will be the outcome after the page has run?
Answer : D