UiPath Advanced RPA Developer (UiARD) — Question 106

A process uses the Robotic Enterprise (RE) Framework without access to Orchestrator. Based on best practices, what is the recommended way to ensure a transaction will be retried in the event of a System Exception while processing that transaction?

Answer options

Correct answer: C

Explanation

The correct answer is C because using a Try Catch activity with a Retry Scope in the Catch block allows for specific handling of System Exceptions, enabling the transaction to be retried effectively. Options A and B are not applicable since they require Orchestrator access, and option D does not specifically address the need for handling System Exceptions in the prescribed manner.