Exam UiARD All QuestionsBrowse all questions from this exam
Question 100

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?

    Correct Answer: D

    When dealing with exceptions in a logging strategy, it is important to log meaningful messages at the appropriate level. The 'Error' level is designed for capturing issues that must be addressed and indicate a problem that needs resolution, such as an unknown System Exception in this case. This level helps in identifying and troubleshooting problems in the process. The 'Fatal' level is reserved for severe errors that cause the application to terminate, 'Info' for general informational messages, and 'Trace' for fine-grained informational events. Therefore, 'Error' is the most suitable level for logging an unknown System Exception.

Discussion
IngvarnOption: D

D. Error

LearnMHKGMailOption: D

its D.

MirjalolOption: D

This one is error

Engineer24Option: D

Error !

Qwerty12300Option: C

Answer is C Error - an error has occurred. The robot will try to recover and move on with next item

Mirjalol

You meant D?