UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 40


A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.

What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

Show Answer
Correct Answer: A

A BusinessRuleException occurs when a business-specific scenario causes the process to be halted. In this case, the fact that the generated table displays only the header row and no data is available for the client indicates a business rule failure. The automated procedure cannot continue processing for that client due to this business logic issue, thus it qualifies as a BusinessRuleException.

Discussion

2 comments
Sign in to comment
kingkayyOption: A
Apr 15, 2024

A is distinct. Application exception = System exception so it can't be any of them.

milesvvvOption: A
Apr 27, 2024

since an integral part of the automation is missing causing the program to halt, then it's a business exception