UiPath Automation Developer Professional v1 — Question 68
When should a developer log a coherent message with the Logging Level set as “Info” while building an automation project?
Answer options
- A. Every time data is read from external sources.
- B. Every time an exception is caught in a Catch block.
- C. Every time a variable or argument value is used.
- D. Every time the robot encounters an error processing a Queue Item.
Correct answer: A
Explanation
The correct answer is A because logging information every time data is read from external sources helps track the flow of data and is valuable for monitoring the application's operation. Options B, C, and D involve logging for errors or specific variable use, which may not contribute to the general operational insight that 'Info' level logging is intended for.