ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 1 - AD01 discussion

Report
Export

Examine the extract below taken from a Blue Prism Process:

The Outputs tab from the Get Next Item stage is provided below:

What is the correct expression for the 'Item Returned?' Decision stage, to check if a Work Queue item was returned?

A.
Item ID < > ''
Answers
A.
Item ID < > ''
B.
[Customer Data] < > ''
Answers
B.
[Customer Data] < > ''
C.
[Customer Data] < > NULL
Answers
C.
[Customer Data] < > NULL
D.
([Customer Data].Rows) > 0
Answers
D.
([Customer Data].Rows) > 0
E.
[Item ID] < > ''
Answers
E.
[Item ID] < > ''
Suggested answer: E

Explanation:

The 'Item Returned?' Decision stage needs to check if a Work Queue item was returned.

The correct check for this is if the Item ID is not an empty string.

The expressions involving Customer Data are not appropriate for this specific check.

Therefore, the correct expression is [Item ID] <> ''.

Feel free to ask if you have any more questions or need further assistance!

asked 16/09/2024
Wellington Rodrigues da Costa
34 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first