Exam AD01 All QuestionsBrowse all questions from this exam
Question 4

Study the following process flow:

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?

    Correct Answer: D

    Given the provided process flow and stage configurations, the loop will be infinite. The calculation stage 'Increment Loop Counter' is configured incorrectly, as it simply reassigns the current value of 'Loop Counter' to itself without any increment. Due to this, the 'Loop Again?' decision will always result in 'Yes' because 'Loop Counter' will never reach the 'Max Loops' value of 10. This results in an infinite loop.

Discussion
robertdempseyOption: D

Should this not be D. The loop will be infinite as you are not adding +1 to the current count?

VishalSOption: D

D. Current count is not incremented

isy_100Option: D

D, the increment stage miss the +1

sbouferriche

yes that's what i'm seeing

danns323Option: D

It's definitely D!

michelle1998Option: D

It's definitely D!

Sagar00786Option: D

Opt D is correct

c_grande22Option: D

D is Correct

quechapOption: D

Definitely D!

Shah90Option: D

D is correct answer

Shah90Option: D

Option D is correct i have tried it. Since the calculation count is not increasing it will be infinite

shubhamvadnereOption: D

Correct answer - D

RadekRPAOption: D

Loop counter is not increasing > Infinit Loop

nalinnishantOption: D

D. The loop will be infinite.

Daria999Option: D

D. The loop will be infinite Expl:Loop Counter does not have Loop Counter +1

SBWeiss348Option: D

I vote D

VK9999Option: D

Should this not be D. The loop will be infinite as you are not adding +1 to the current count?

River06Option: D

Option D. Loop counter isn´t increasing.