Exam UiARD All QuestionsBrowse all questions from this exam
Question 147

A developer created a Robotic Enterprise (RE) Framework project in UiPath Studio 2021.10 with the default Config.xlsx settings. A Queue Item is processed and a Business Rule Exception is thrown. In addition, a System Exception is thrown in the SetTransactionStatus.xaml file when attempting to set the transaction status to "Failed".

Based on the scenario, what is the behavior inside the REFramework if the System Exception persists?

    Correct Answer: C

    In the Robotic Enterprise (RE) Framework in UiPath, the SetTransactionStatus.xaml file is responsible for setting the status of a transaction. When a System Exception occurs during the process of setting the transaction status, the default behavior of the RE Framework configuration is to retry the activity up to 2 times before moving on. This is done to handle transient system issues that might resolve on their own with a retry.

Discussion
schnakicoolOption: B

According to ChatGPT: The job is killed, and the Queue Item is Abandoned (passed my MS Exams with ChatGPT)

lance21Option: C

it is C

sur_bhi123456789Option: D

correct ans. should be D