Exam AD01 All QuestionsBrowse all questions from this exam
Question 2

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

The Loop Orders stage is configured to loop through 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?

    Correct Answer: D

    Based on the configuration provided, the Saved Quantity Data Item is initialized to 0. As the Loop Orders stage iterates through the Orders collection, the Get Quantity stage will add the Quantity from each order to the Saved Quantity. Given the Orders collection contains quantities 4, 5, and 10, the sum will be 4 + 5 + 10, which equals 19. Therefore, the Saved Quantity will contain 19 after the execution of the page.

Discussion
RPA

Orders collection data is missing without which we cannot determine the total. Answer will be the sum of Quantity field in Orders collection

bik0Option: D

This Question missing 2 pics, Process Flow and Orders Collection Contents Orders Collection contains 3 values (4, 5, 10) And as per flow loop and the calculation of Get Quantity The Answer will be 19 The Answer will be D

RadekRPAOption: D

D based on missing catalog