Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

UiPath Exam UiPath-ADAv1 Topic 8 Question 22 Discussion

Actual exam question for UiPath's UiPath-ADAv1 exam
Question #: 22
Topic #: 8
[All UiPath-ADAv1 Questions]

A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing

application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.

What type of error should be thrown according to best practices?

Show Suggested Answer Hide Answer
Suggested Answer: D

In UiPath Studio, the option that prohibits debugging projects with Workflow Analyzer errors is 'Enforce Analyzer before Run.' When this option is enabled in the backstage view, the Workflow Analyzer runs before the execution of the project, and if there are errors, the project will not run.


UiPath Studio Guide: Workflow Analyzer

Contribute your Thoughts:

Quentin
2 days ago
I think the correct answer is A) Business Exception. A partial phone number is a business-level error, not a fatal or system-level issue.
upvoted 0 times
...
Berry
12 days ago
I think the best practice is to throw a Business Exception.
upvoted 0 times
...

Save Cancel