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-ARDv1 Exam - Topic 14 Question 129 Discussion

A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?
C) Set status of the transaction to Business Rule Exception. Configure robot to notify the responsible person that the required file is missing.
A) Set status of the transaction to Business Rule Exception. Wrap Path Exists activity in Try Catch.
B) Set status of the transaction to Business Rule Exception. Configure queue to retry Business Rule Exception transactions 3 times.
D) Set status of the transaction to System Exception. Configure queue to retry System Exception transactions 3 times.

UiPath-ARDv1 Exam - Topic 14 Question 129 Discussion

Actual exam question for UiPath's UiPath-ARDv1 exam
Question #: 129
Topic #: 14
[All UiPath-ARDv1 Questions]

A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not exist?

Show Suggested Answer Hide Answer
Suggested Answer: C

ABusiness Exceptiondescribes an error rooted in the fact that certain data which the automation project depends on is incomplete or missing.

Retrying the transaction does not yield any chance of solving the issue, and there are other better courses of action, such as notifying the human user of this error.

By default, Orchestrator doesnotretry transactions which are failed due toBusiness Exceptions. This happens because an inconsistency between the transaction value and the business requirement means that there might be errors in the initial data which the queue items were created from. Additional actions by human users might be required to fix this type of issue, and logging this type of exception and notifying the responsible person can be useful.

UiPath Documentation

Exam Topic:Describe the differences between Dispatcher and Performer, how the Dispatcher is used to upload transaction items, and how the Performer is used to consume the queues and process the transactions. Differentiate between using Application Exceptions and Business Rule Exceptions.


Contribute your Thoughts:

0/2000 characters
Rene
1 day ago
Isn't it risky to just set it as a System Exception?
upvoted 0 times
...
Vivan
6 days ago
Definitely A, catching exceptions is a solid approach.
upvoted 0 times
...
Candra
11 days ago
Surprised there's no option to create the file automatically!
upvoted 0 times
...
Lorean
17 days ago
I disagree, retrying might be better. Option B could work.
upvoted 0 times
...
Lasandra
22 days ago
I think option C is the best. Notifying someone is key!
upvoted 0 times
...
Sheron
27 days ago
I’m leaning towards option A because wrapping the Path Exists activity in a Try Catch seems like a solid way to handle errors, but I’m not completely sure.
upvoted 0 times
...
Gaston
1 month ago
I feel like we practiced a similar question where retrying was involved. Maybe option B is a good strategy since it allows for retries?
upvoted 0 times
...
Kanisha
1 month ago
I think option C sounds familiar because it emphasizes notifying someone, but I’m not entirely confident if that’s the best approach.
upvoted 0 times
...
Queenie
1 month ago
I remember we discussed handling exceptions in our last class, but I'm not sure if Business Rule Exception is the right choice here.
upvoted 0 times
...

Save Cancel