ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - AD01 discussion

Report
Export

Examine the following process flow:

The Orders Collection contains the following data

The Saved Quantity Data Item is configured as a number with the initial value 0.

The Loop Orders stage is configured to loop though the Orders collection.

The Get Quantity stage is configured as follows:

What will the data item Saved Quantity contain after the execution of the page?

A.
4
Answers
A.
4
B.
5
Answers
B.
5
C.
1
Answers
C.
1
D.
19
Answers
D.
19
Suggested answer: D

Explanation:

The Saved Quantity data item will contain the sum of all the Quantity values in the Orders collection after the loop. The loop will iterate through each row of the collection and add the value of Quantity to the Saved Quantity data item using a calculation stage. The initial value of Saved Quantity is 0, and after adding each row's Quantity, it will become 19 (0 + 4 + 5 + 1 + 9).

Reference: https://portal.blueprism.com/sites/default/files/2020-06/Blue%20Prism%20Certification%20-%20Developer.pdf (page 2)

asked 16/09/2024
Michael Bays
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first