ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 160 - AD01 discussion

Report
Export

Please refer to the exhibits.

The Output Data Item is a Text data type

What will be the outcome when the Developer clicks Go in Process Studio'?

A.
Data Item Output = &
Answers
A.
Data Item Output = &
B.
An Internal Exception will be thrown
Answers
B.
An Internal Exception will be thrown
C.
Data Item Output=A
Answers
C.
Data Item Output=A
D.
A System Exception will be thrown
Answers
D.
A System Exception will be thrown
Suggested answer: C

Explanation:

Input Data Item:

The input data item is 'Blue Prism!'.

Decision Criteria:

Path A: Len([Input]) = 10

This checks if the length of the input string is 10. 'Blue Prism!' has 11 characters, so this condition is false.

Path B: Right([Input], 6) = 'Prism!'

This checks if the rightmost 6 characters of the input string are 'Prism!'. This condition is true for the input 'Blue Prism!'.

Flow Execution:

Since Path B's condition is true, the flow will take Path B.

Calculation Stage:

Answer B: The calculation stage sets the Output data item to 'B'.

Final Output:

The Output data item will be set to 'B'.

However, based on the diagram provided and the path conditions, it's clear that 'Right([Input], 6) = 'Prism!'' is true for the given input 'Blue Prism!'. This means the flow will follow Path B, and the final result in the Output data item will be 'B'.

Blue Prism documentation on decision stages and calculation stages.

The provided process logic and decision criteria.

asked 16/09/2024
Inkisar Malik
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first