AD01 Exam QuestionsBrowse all questions from this exam

AD01 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?

Show Answer
Correct Answer: AB

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

3 comments
Sign in to comment
vivianli520Option: B
Feb 27, 2023

B is correct answer

BlueprismUser199212345Option: B
Mar 1, 2023

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

LH1213Option: B
Mar 29, 2023

B is the answer