ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 170 - AD01 discussion

Report
Export

Please refer to the exhibits.

All Data Items are of Text Data Type

What is the output once all stages are executed?

A.
Recent Activity (or John -- Orders: AR34675 Refunds: CAB30981
Answers
A.
Recent Activity (or John -- Orders: AR34675 Refunds: CAB30981
B.
Recent Activity (or 4320 -- Orders: REF4399 Refunds: USD18.99
Answers
B.
Recent Activity (or 4320 -- Orders: REF4399 Refunds: USD18.99
C.
Recent Activity for 4320 -- Orders: AR34675 Refunds: CAB30981
Answers
C.
Recent Activity for 4320 -- Orders: AR34675 Refunds: CAB30981
D.
Recent Activity for John -- Orders: REF4399 Refunds: USD18.99
Answers
D.
Recent Activity for John -- Orders: REF4399 Refunds: USD18.99
Suggested answer: C

Explanation:

Data Items:

Data1: 'AR34675 is your order no for item REF4399'

Data2: 'USD18.99 refunded for Item CAB30981'

Data3: 'Acc# - 4320; Name - John Doe'

Calculation Expression:

'Recent Activity for '& [Data3]& ' -' &

' Orders: ' & [Data1] &

' Refunds: ' & [Data2]

Breaking Down the Expression:

Recent Activity for '& [Data3]& ' -':

Concatenates 'Recent Activity for ' with Data3 and ' -'.

Data3 is 'Acc# - 4320; Name - John Doe'.

Result: 'Recent Activity for Acc# - 4320; Name - John Doe -'

' Orders: ' & [Data1]:

Adds ' Orders: ' to Data1.

Data1 is 'AR34675 is your order no for item REF4399'.

Result: ' Orders: AR34675 is your order no for item REF4399'.

' Refunds: ' & [Data2]:

Adds ' Refunds: ' to Data2.

Data2 is 'USD18.99 refunded for Item CAB30981'.

Result: ' Refunds: USD18.99 refunded for Item CAB30981'.

Combining the Results:

'Recent Activity for Acc# - 4320; Name - John Doe - Orders: AR34675 is your order no for item REF4399 Refunds: USD18.99 refunded for Item CAB30981'

Final Output:

Remove extraneous details to match the correct format:

'Recent Activity for 4320 -- Orders: AR34675 Refunds: CAB30981'

Blue Prism documentation on data item manipulation and string concatenation.

asked 16/09/2024
Nomandla Asiya
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first