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
- A. Each time an exception is caught in a Catch block
- B. Every time the robot encounters an error on a Queue Item
- C. Every time a variable or argument value is used
- D. Each time data is read from external sources
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.