AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 35


Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.

What problems do you see within the flow? (select 2 responses)

Show Answer
Correct Answer: AB

There are two main problems with the flow. Firstly, a block has not been placed around the Write stage and the Recover stage, which means the credentials action could be unnecessarily retried if another stage further into this action throws an exception. This could lead to improper handling of exceptions unrelated to the credential writing. Secondly, there is a potential for an infinite loop if the 'Credentials' stage continues to throw exceptions. Without an exit condition or limit on retries, the process could loop indefinitely, causing resource exhaustion or other unintended behavior. The issue mentioned in option C is incorrect because the credentials stage being referred to is a write stage, not a read stage. Option D is also not a problem as per the given context of the flow.

Discussion

15 comments
Sign in to comment
VishalSOptions: AB
Jul 31, 2020

A and B are correct Answer

abain89Options: AB
Jul 2, 2020

Should be AB

KasinoOptions: AB
Jun 30, 2020

C is not correct

pwrcertOptions: AB
Jun 30, 2021

A and B are correct

sogoku_ichi_2907Options: AB
Jun 5, 2021

Yes, A, B is the correct answer.

LH1213Options: AB
May 19, 2023

A and B

tdesbarresOptions: AB
Jun 27, 2022

A,B are Correct

RAMIPALO12Options: AB
Sep 15, 2022

A and B are correct Answer

IngvarnOptions: AB
Jan 5, 2023

A and B

RadekRPAOptions: AB
Mar 2, 2023

A B is correct

treezo
Apr 13, 2023

where do these 'correct' answers come from, they are just adding confusion!

illumabateOptions: AB
Jul 10, 2023

A & B. This is very clearly a write stage.

YngveOptions: AB
Aug 3, 2023

The Credential stage is a write stage so answer C is wrong. A and B is correct.

taru969
Aug 25, 2023

which option to choose when there is only one answer that need to be selected. Whether it is A or B?

onyeisi
Aug 27, 2023

It says 2 answers, so its A + B

f9eb24eOptions: AB
May 30, 2024

Credential stage is a writing stage