UiPath Advanced RPA Developer (UiARD) — Question 103

A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?

Answer options

Correct answer: B

Explanation

Logging a message with the 'Information' level when the robot encounters an error on a Queue Item (option B) helps in tracking the process flow and understanding issues related to item processing. The other options do not align with best practices for logging at the 'Information' level, as catching exceptions, using variable values, or reading data are not typically logged at this level.