Exam UiARD All QuestionsBrowse all questions from this exam
Question 10

A developer is working on an automation. The automated process must log into Citrix and click on the "Generate Shipment Details" button. Ideally, this generates a table of shipping records. If the generated table displays only the header row and no data is available, then it should be marked as an exception since the data is incomplete.

What is this type of exception?

    Correct Answer: A

    A BusinessRuleException is an exception that arises when a business rule or policy is violated during the execution of an automation process. In this scenario, the absence of expected data in the table of shipping records indicates a failure to meet a specific business criterion or rule. This violation makes it appropriate to classify this situation as a BusinessRuleException, as it is directly tied to the expected business logic of having a table with data.

Discussion
PunitBOption: A

This should be marked as business rule exception. A BusinessRuleException is an exception that occurs when a business rule or policy is violated during the execution of an automation process. In this case, if the absence of expected data in the table of shipping records violates a specific business rule or policy, then it could be marked as a BusinessRuleException.

ykwOption: A

Correct answer should be A

phileraeneOption: B

confusing

[Removed]Option: B

Question says "What is this type of exception" so it is a Null reference . Business exception is something we define depending on the situation, but if the tool has to throw an error, that would be Null reference in my POV.

MirjalolOption: A

If this situation occurs while I am automating any process, for sure I will throw business rule exception and send email to business team, but @Fonmincc is claiming that he got this question in his previous exam and he chose Nullreference and he got 100% ... This is confusing me

MancheOption: A

The answer is A, business rule exception

FonminccOption: B

I got 100% for the ErrorHandle Topic at previous exam, the answer is B.

Mirjalol

Are you sure that this question was there in your exam, like word-by-word? Let's say you are RPA developer and building automation and this scenario is occurring, will you throw nullreference exception or business rule exception? I would throw business rule exception but if you have exactly this question and you answer nullreference and you got 100%.... then I am not sure :(

Alan194Option: A

Correct answer is A