AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 36


Consider the following diagram from an object studio action:

What is the problem with this flow?

Show Answer
Correct Answer: AD

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

10 comments
Sign in to comment
abain89Option: A
Jul 2, 2020

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

VishalSOption: A
Jul 31, 2020

A is correct

sogoku_ichi_2907Option: A
Jun 5, 2021

I think A is the correct answer.

IngvarnOption: A
Jan 5, 2023

Sure A

YngveOption: A
Aug 3, 2023

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

KaleopanOption: C
May 13, 2022

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.

tdesbarresOption: A
Jun 27, 2022

A is correct

RadekRPAOption: A
Mar 2, 2023

A is correct

LH1213Option: A
May 19, 2023

A is the answer

illumabateOption: A
Jul 10, 2023

A is correct.