AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 58


Study the following diagram which is an extract from a sub-page of a process being tested in Process Studio:

There are no breakpoints in the "Access Customer Account" subpage however there is an error.

What will happen if you choose to step out (SHIFT +F11) when debugging the process?

Show Answer
Correct Answer: AD

If you choose to step out (SHIFT + F11) when debugging the process, the process will execute all stages in the 'Access Customer Account' page until an error occurs. Upon encountering the error, the focus will move to the 'Exception1' stage. This is because the Recover1 stage captures the exception, and subsequently, the Exception1 stage is triggered. Therefore, the correct answer is that the process will continue to the 'Exception1' stage after the error is thrown.

Discussion

5 comments
Sign in to comment
sogoku_ichi_2907Option: D
Jun 5, 2021

Obviously, D is the correct answer.

Lucy_Il
Jan 27, 2022

I don't think it is as Recover2 will be the first stage the process focuses on after you step out of the page.

Lucy_Il
Jan 27, 2022

I stand corrected :D tested it exactly as described and it Focused on Exception1

abain89Option: D
Jul 2, 2020

Should be D

tatty_ko
Jul 6, 2020

Tested with BP 6.6. The focus will be on the Recover stage. So the answer is B

tatty_ko
Jul 6, 2020

Sorry, you are right. The answer is D.

coolalaOption: B
Jan 15, 2021

After running a simulation, I think the ans should be B

iteOption: D
Dec 24, 2021

it's d

LH1213Option: B
Mar 29, 2023

B- it will move to recover 1 and then exception 1