Exam AD01 All QuestionsBrowse all questions from this exam
Question 78

Examine the following Page of a Blue Prism Process:

The expressions of each of the Calculation stages are provided below:

What will the value of the Result Data Item be after the page has run?

    Correct Answer: B

    The process will throw an internal exception. When examining the Choice Criteria for 'Which Path', the first path is evaluated with the expression StartsWith([Test Value], 'Technology'), which returns true. The second path, evaluated with Right([Test Value], 5) = 'tool', also returns true in this case. According to Blue Prism rules, when multiple conditions for paths evaluate to true, an exception is thrown because the process cannot decide which path to take. Thus, the process will not proceed to set any result value correctly, leading to an internal exception.

Discussion
LH1213Option: B

B is the answer

BlueprismUser199212345Option: B

B is correct as there in an error with the brackets in the A path

vivianli520Option: B

B is correct answer