AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 34


Look at this flow diagram from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Main Page is handling exceptions?

Show Answer
Correct Answer: BD

In the standard Blue Prism Process Templates, correct exception handling includes the capability to differentiate between various types of exceptions that might occur. This prevents marking every item in the Work Queue with the same System Exception, allowing for proper categorization and handling of different errors. The flow presented does not account for this as it lacks concurrent exception logic, meaning it would mark every item with the exact same System Exception without distinguishing between different issues. Hence, the main issue with the process in the image is the lack of concurrent exception logic to ensure proper handling and categorization of exceptions, which is why the correct answer is D.

Discussion

16 comments
Sign in to comment
naive91Option: A
Mar 6, 2021

Answer is A according to Udemy binkis tests. It follows blue prism template

Ascar
Jul 2, 2021

So there is a mistake, since correct answer is D. Presented template is shown in materials from BP training, but it's not the final version - some improvemts can be done, like in answer D

abain89Option: D
Jul 27, 2020

Isn't it Option D?

krrish0Option: A
Apr 26, 2021

Correct answer is A.

Ascar
Jul 2, 2021

A is not correct answer, since logic for checking consequitive exceptions is also part of BP Process Template (ans D)

MasaoFOption: A
Feb 24, 2022

I vote for A. Because this flow can be found in Best Practices document on page 17 and 18, D is also seemed correct but this flow can be stopped manually by "Stop ?" decision stage if concurrent exception occurred. And E is also seemed correct but in Best Practices document resetting application logic is added on subpages. (page 19)

brocolOption: A
Feb 27, 2022

A is correct

pwrcert
Jun 30, 2021

Answer should be D and E D Because - In the diagram the action is used to mark the item as exception where as the standard template has a page called which has concurrent exception handling and mark exception logic inside D Because - after the recover stage there should be a calculation variable to capture the type and details of the exceptions so that we can mark the item as exception accordingly.

Ascar
Jul 2, 2021

E is not correct, since such logic (for resetting applications) should included after 'Mark item as exception' - otherwise, there is a chance to not execute 'Mark item as exceptio' if resetting aplication fails

coolalaOption: A
Jan 11, 2021

B is definitely wrong. I vote for A.

coolala
Jan 11, 2021

I changed my mind. I vote for D.

PM__Option: D
Mar 9, 2021

I think it's D. In my opinion Option A is not true because the 'Mark Item as Exception' is a stage and not the page like shown in this image. The BP Process Template calls 'Mark Item as Exception'' page where it does categorize the errors.

ZerohashOption: D
Apr 21, 2021

I think it is D

sogoku_ichi_2907Option: E
Jun 5, 2021

E is the correct answer. Create Order page need to reset for ready the next case.

Ascar
Jul 2, 2021

E is not correct, since such logic (for resetting applications) should included after 'Mark item as exception' - otherwise, there is a chance to not execute 'Mark item as exceptio' if resetting aplication fail

sogoku_ichi_2907
Jun 5, 2021

Create Quotes page need to reset for ready the next case.

tdesbarresOption: A
Jun 21, 2022

For Sure

IngvarnOption: A
Jan 5, 2023

Looks like Template, A

rpa2Option: D
Mar 2, 2023

D is the correct answer.

RadekRPAOption: D
Mar 2, 2023

D is correct

LH1213Option: D
May 19, 2023

D is the answer, it is not a template, no exception info is collected, you need a multi-cal Exception Data between Recover and Resume