Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiADAv1 All Questions

View all questions & answers for the UiADAv1 exam

Exam UiADAv1 topic 1 question 105 discussion

Actual exam question from UiPath 's UiADAv1
Question #: 105
Topic #: 1
[All UiADAv1 Questions]

What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?

  • A. "Exception occurred at " + exception.StackTrace
  • B. "Application Exception at " + exception.Source
  • C. exception Message + " at" + exception.Source
  • D. "Exception occurred at " + exception.Source
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TomaszWol
6 months, 1 week ago
Selected Answer: A
C. Doesn't compile in that form unless we write it like this: 'exception.Message'. I don't know if that typo was intentional. The correct form displays for example 'Index was out of bounds of the array' and the source, which is typically the name of the application or the object that caused the error. It does not indicate the activity that caused the error. B and D only display source of the exception. A provides the most detailed information about the error for me.
upvoted 3 times
...
a48535d
6 months, 1 week ago
Selected Answer: D
Isn't it D?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...