ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 29 - AD01 discussion

Report
Export

The data item 'Loop Counter' is a number data item and has an initial value of 0. The data item 'Max Loops' is a number data item and has an initial value of 10.

The two stages are configured as follows:

How many times will the Loop Again stage be executed when the page is executed?

A.
10
Answers
A.
10
B.
9
Answers
B.
9
C.
11
Answers
C.
11
D.
The loop will be infinite
Answers
D.
The loop will be infinite
Suggested answer: C

Explanation:

The Loop Again stage will be executed 11 times when the page is executed. The loop counter data item starts with a value of 0, and each time the loop again stage is executed, it increments by 1 using a calculation stage. The loop will continue until the loop counter value is equal to or greater than the max loops value, which is 10. Therefore, the loop again stage will be executed once for each value of loop counter from 0 to 10, which is 11 times in total.

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

asked 16/09/2024
Himal Rai
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first