Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Blue Prism Exam AD01 Topic 2 Question 47 Discussion

Actual exam question for Blue Prism's AD01 exam
Question #: 47
Topic #: 2
[All AD01 Questions]

Examine the following Process flow which calculates the total of all customer credit transactions:

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between 01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection

What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Ruthann
6 days ago
Option B looks good to me. Converting the transaction code to a number and checking if it's greater than or equal to 50 seems like the right way to identify credit transactions.
upvoted 0 times
...
Dana
10 days ago
I see your point, but I still think option B is more accurate because it directly references the Transaction Code.
upvoted 0 times
...
Margret
16 days ago
I disagree, I believe the correct expression is E) ToNumber([Customer Transactions Transaction Code]) >= 50.
upvoted 0 times
...
Dana
17 days ago
I think the correct expression for the 'Credit Transaction' Decision stage is B) ToNumber([Transaction Code]) >= 50.
upvoted 0 times
...

Save Cancel