AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 18


Consider the following flow in an object:

Which of these statements is true?

Show Answer
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

12 comments
Sign in to comment
VishalSOption: C
Jul 29, 2020

C should be the correct answer

floppyh4xOption: B
Sep 18, 2020

i did exam, B is correct

abain89Option: C
Jul 27, 2020

Option C

IshitaGOption: B
Aug 28, 2020

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

sstusardOption: C
Jan 31, 2021

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.

naive91Option: B
Mar 6, 2021

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

sogoku_ichi_2907Option: B
Jun 5, 2021

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

SBWeiss348Option: B
Aug 5, 2021

Option b

BP_Bot1Option: B
Jan 4, 2022

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

MasaoFOption: B
Feb 22, 2022

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

RadekRPAOption: B
Mar 2, 2023

B should be correct

shubhamvadnereOption: B
May 20, 2023

B Correct option