Exam AD01 All QuestionsBrowse all questions from this exam
Question 39

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

What is the problem with this sub-page flow?

    Correct Answer:

Discussion
brocolOption: A

A is correct

NiccOption: A

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

How do you know it's a business exception?

f9eb24e

It's named BE

IshitaGOption: A

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

Ascar

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

LH1213

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

MSKPOption: A

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

InfiniteLoop8Option: B

B all the way

sogoku_ichi_2907Option: B

Yes, B is the correct answer.

Sha30Option: B

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

f9eb24e

No retry logic should be implemented for Business Exceptions

jeffautomateOption: B

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

Yngve

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

shubhamvadnereOption: A

Correct option A

tdesbarresOption: B

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.

gsr71Option: B

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?

VishalSOption: B

B Is Correct

abain89Option: B

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

RPA

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