Exam AD01 All QuestionsBrowse all questions from this exam
Question 93

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?

    Correct Answer: A

    The process executed involves the Calculation Page where two input values are provided from the Main Page: Value-1 set to 100 and Value-2 set to 4. The 'Divide' Calculation stage on the Calculation Page divides these two values, which is calculated as 100 / 4, resulting in 25. Therefore, the Result data item on the Main Page will contain the value 25 after the process execution.

Discussion
BlueprismUser199212345Option: B

B is correct, handle isnt specified. The main page will fail with an internal exception.