ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 60 - AD01 discussion

Report
Export

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)

A.
A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
Answers
A.
A block has not been placed around the Write stage and the Recover stage, meaning the credentials action could be unnecessarily retried if another stage further into this action throws an exception.
B.
There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
Answers
B.
There is a potential for an infinite loop if the 'Credentials' stage keeps throwing an exception for some unforeseen reason.
C.
The credentials stage is a read stage not a write stage
Answers
C.
The credentials stage is a read stage not a write stage
D.
There is not a Resume stage following the timeout of the Wait stage
Answers
D.
There is not a Resume stage following the timeout of the Wait stage
Suggested answer: A, B
asked 16/09/2024
Miguel Sartori
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first