AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 39


Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?

Show Answer
Correct Answer:

Discussion

16 comments
Sign in to comment
IshitaGOption: A
Aug 28, 2020

Correct answer should be A. It is a business exception that is being thrown

Ascar
Jun 29, 2021

The correct answer is B, since in retry decision there is a condition to not retry BE

NiccOption: A
Feb 2, 2021

A - based on the possibility that no results could be a valid outcome of the search (remebering it is a business exception that is being reported) and retry logic will only find the same result.

dddamian
Feb 27, 2021

How do you know it's a business exception?

f9eb24e
May 30, 2024

It's named BE

brocolOption: A
Feb 27, 2022

A is correct

Sha30Option: B
Apr 8, 2021

B is correct. BE given only for the decision stage.. what if other exception thrown for the first and last stages?

sogoku_ichi_2907Option: B
Jun 5, 2021

Yes, B is the correct answer.

InfiniteLoop8Option: B
Jun 11, 2021

B all the way

MSKPOption: A
Jun 29, 2022

A is correct. It's a Business Exception, no retry logic should be used for business exceptions.

LH1213
Mar 29, 2023

A is the best answer, but D is also possible to use here

abain89Option: B
Jul 27, 2020

Isn't it B? Based on the BP Process Template, there should be some retry logic for object action steps

RPA
Aug 7, 2020

It is a business exception which is thrown. No retry logic should be used for business exceptions. Correct answer should be A

VishalSOption: B
Jul 31, 2020

B Is Correct

gsr71Option: B
Sep 17, 2020

I guess it is B If there is an error in Navigate Search Screen then according to BP Process Template there should be a retry logic to search for the Search Screen elements again. Isn't it correct?

tdesbarresOption: B
Jun 27, 2022

I think B is the correct answer when looking at the BP Process Template you can see that the Sub Pages have retry logic within them.

shubhamvadnereOption: A
May 20, 2023

Correct option A

Yngve
Aug 3, 2023

A is correct. I also think that D is correct.

jeffautomateOption: B
Nov 1, 2023

B. Exception handling is a crucial part of a process, can't go without it

f9eb24e
May 30, 2024

No retry logic should be implemented for Business Exceptions