UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 114


A developer is working on an automation in the Robotic Enterprise (RE) Framework. Each transaction item represents customer data. The automated process must click on the "Generate Shipment Details" button for each customer. Ideally, this generates a table of shipping records per customer.

If the generated table displays only the header row and no data is available for the current customer, then it should be marked as an exception since the data is not available and processing for that customer should stop. What is this type of exception?

Show Answer
Correct Answer: C

A BusinessRuleException occurs when a rule set by the business is violated. In this case, the rule is that the generated table must contain data for each customer; if it only displays the header row and no data, it means the rule is violated, and processing for that customer should stop. Therefore, this is a BusinessRuleException.

Discussion

4 comments
Sign in to comment
Engineer24Option: C
Jul 4, 2024

C is correct answer !

MirjalolOption: C
Jul 18, 2024

Businessrule exception and again.... Siuuuu!

bhaskar5a5
Sep 6, 2024

Ans : C

IngvarnOption: C
Nov 28, 2024

C. BusinessRuleException