Exam AD01 All QuestionsBrowse all questions from this exam
Question 36

Consider the following diagram from an object studio action:

What is the problem with this flow?

    Correct Answer: A

    The problem with this flow is that there is a risk of causing an infinite loop. If the 'Click Search' function fails, the flow will enter the recovery block and then resume, looping back to try 'Click Search' again. Without a mechanism to limit the number of recovery attempts or to halt the process after a certain condition, this can result in an infinite loop.

Discussion
abain89Option: A

Should be A. If Click function does not work, it can keep retrying as there is no possible to throw an exception

VishalSOption: A

A is correct

YngveOption: A

A is correct. It is so many wrong solutions answer here.

IngvarnOption: A

Sure A

sogoku_ichi_2907Option: A

I think A is the correct answer.

illumabateOption: A

A is correct.

LH1213Option: A

A is the answer

RadekRPAOption: A

A is correct

tdesbarresOption: A

A is correct

KaleopanOption: C

A is not necessarily correct as the recover stage can be set up to limit recovery attempts. C is not necessarily incorrect despite the lack of any wait stages or checks to ensure "Click Search" works the next time.