UiPath Advanced RPA Developer (UiARD) — Question 83

A developer has added a Log Message activity in the Catch block of a Try Catch activity. The Log Message activity is executed when the process tries to recover from an unknown System Exception.
What is the recommended level for the Log Message activity?

Answer options

Correct answer: D

Explanation

The Log Message activity should be set to 'Error' level since it is intended to log an occurrence of an exception, which indicates an issue that needs attention. 'Fatal' is too severe for a recoverable error, 'Info' is too general, and 'Trace' is mainly used for detailed debugging information, making 'Error' the most appropriate choice.