UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 7


A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.

If this process is published and run from Orchestrator, what is the expected result?

Show Answer
Correct Answer: A,D

If the Main.xaml file contains a Throw activity and it is not enclosed in a Try Catch activity, this will result in an unhandled exception when the process is run. When a process encounters an unhandled exception, it is considered 'faulted' by the Orchestrator. Thus, the correct result is that the job is completed with a 'Faulted' state.

Discussion

9 comments
Sign in to comment
espenjoOption: D
Apr 13, 2023

Faultet - a job is in this state if it failed to start or the process threw an unhandled error during execution

FonminccOption: D
Apr 28, 2023

It will Faulted!!!!!!!!!!!!! The answer is option D

espenjoOption: D
Apr 13, 2023

Faultet - a job is in this state if it failed to start or the process threw an unhandled error during execution Answer is D

ltpkOption: D
Jul 11, 2023

wrong again

MirjalolOption: D
Jul 17, 2023

What is this joke? Exception pop up indeed pops up in orchestrator and you can see its details in 'Alerts' tab, but it also does show on which machine error just occurred, so answer 'A' is also not wrong. However, Job will be completed with 'Faulted' status indeed. So I would go with 'D' but it would be great if someone who has better facts can explain why answer 'A' is wrong or is not wrong...

Pal_Luke
Aug 15, 2023

A throw shows a pop up if you execute it in Studio but there are no pop-ups from the bot executing the nuget, hence D.

_BP_Option: D
Jul 31, 2023

Tested this and both A & D are occurring, A first then D. Not sure what their definition of "Exception Pop-up" is, so I'd probably opt for D.

phileraeneOption: D
Aug 8, 2023

i'm not on robot station so i can't see any popup :-) I hope to not have this type a question during exam

SandeepjnvOption: D
Sep 17, 2023

When unhandled exception occurs Job will be faulted.

ykwOption: D
Jul 5, 2024

Correct answer should be D