AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 5


Study the following page in a process:

The calculation stages contain the following:

What will be the outcome after the page has run?

Show Answer
Correct Answer: D

The process is designed to make a decision based on specific criteria. The choice criteria in Path 1 should be 'StartsWith([Input Value],"G")' and in Path 2 'Right([Input Value],4)="Good"'. However, in the provided images, the expressions for Answer A and Answer C are just written as A and C without being in double quotes to indicate text values. This incorrect format will likely cause an internal exception to be thrown, as the process will not be able to recognize these as valid text strings. Therefore, the expected outcome is that an internal exception will be thrown.

Discussion

11 comments
Sign in to comment
ruizuoOption: D
Oct 10, 2020

Should be D

barreOption: D
Oct 10, 2020

the answer is D because the string should be in double quotes for eg "A"

sstusard
Jan 31, 2021

and also in the multi calc stage, the starting square bracket is missing on path 1

zhimingOption: D
Oct 22, 2020

Should be D, since in A the called data should be in square brackets, while left half missing in A.

sstusard
Jan 31, 2021

A should be in double quotes, not square bracket. And yes there are two problems, first is A not in double-quotes and the second is in multi calc stage the starting square bracket is missing on path 1. So option D is correct.

prabhaprabhuOption: D
Oct 15, 2022

Expresion in path1 was wrong where it should be StartsWith([Input Value] "G")

prabhaprabhuOption: D
Oct 15, 2022

Expresion in path1 was wrong where it should be StartsWith([Input Value] ,"G")

RadekRPAOption: D
Mar 2, 2023

Reference to Data Item is incorrect < Exception thrown

ruizuoOption: A
Oct 10, 2020

I think A

Zerohash
Apr 21, 2021

If the expression was a data item it should have been in brackets. If it was text it should have been in quotation marks.

sogoku_ichi_2907Option: D
Jun 5, 2021

The answer is absolutely D

sbouferricheOption: D
Mar 8, 2022

of course it's D

VK9999Option: D
Jun 6, 2024

Reference to Data Item is incorrect < Exception thrown