Exam AD01 All QuestionsBrowse all questions from this exam
Question 18

Consider the following flow in an object:

Which of these statements is true?

    Correct Answer: B

    The wait stages after read and write stages should be removed because they are not required and are slowing the flow down. The application flow as shown includes multiple wait stages that seem unnecessary and could lead to inefficiency. Wait stages are essentially pauses included in the flow to ensure that certain actions are completed before moving on to the next steps. Typically, these are crucial after actions that modify or depend on the application's state. However, in this case, several wait stages may be redundant. Removing unnecessary wait stages after read and write actions will optimize the performance of the flow while retaining effectiveness.

Discussion
floppyh4xOption: B

i did exam, B is correct

VishalSOption: C

C should be the correct answer

IshitaGOption: B

B should be the correct answer, as the UI will change after click search stage, so no need for wait stage after write stage.

abain89Option: C

Option C

shubhamvadnereOption: B

B Correct option

RadekRPAOption: B

B should be correct

MasaoFOption: B

B is the best answer in the 4 options. I think that the wait stage after 'Count Result Rows' stage should be removed.

BP_Bot1Option: B

Answer is B. the changes in write stage will the affect the next Navigate stage because the screen did not load.

SBWeiss348Option: B

Option b

sogoku_ichi_2907Option: B

Yes, B is the correct answer. only need wait stage when screen changed or updated.

naive91Option: B

Sstusard option c says will be changed however pllication won't change after read stage. Option B is correct in my opinion

sstusardOption: C

I agree with Option C being correct since after the write stage when a search is performed then the application won't change because only reading is performed.