Exam AD01 All QuestionsBrowse all questions from this 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)

    Correct Answer: A, B

    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
VishalSOptions: AB

A and B are correct Answer

abain89Options: AB

Should be AB

KasinoOptions: AB

C is not correct

pwrcertOptions: AB

A and B are correct

sogoku_ichi_2907Options: AB

Yes, A, B is the correct answer.

LH1213Options: AB

A and B

f9eb24eOptions: AB

Credential stage is a writing stage

taru969

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

onyeisi

It says 2 answers, so its A + B

YngveOptions: AB

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

illumabateOptions: AB

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

treezo

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

RadekRPAOptions: AB

A B is correct

IngvarnOptions: AB

A and B

RAMIPALO12Options: AB

A and B are correct Answer

tdesbarresOptions: AB

A,B are Correct