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

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 8 question 132 discussion

Actual exam question from UiPath 's UiARD
Question #: 132
Topic #: 8
[All UiARD Questions]

A developer wants to determine how much time it takes for an activity to perform.

Based on the exhibit, what should the developer use to know how much time has elapsed in executing the Timed Activity sequence?

  • A. StartTime = DateTime.Now -
    ElapsedTime = DateTime.Now.ToString("HH:mm:ss") - StartTime.ToString
  • B. StartTime = DateTime.Now -
    EllapsedTime = (DateTime.Now.Second - StartTime.Second).ToString
  • C. StartTime = DateTime.Now -
    ElapsedTime = ((DateTime.Now - StartTime).TotalSeconds).ToString
  • D. StartTime = DateTime.Now.ToString("HH:mm:ss")
    EllapsedTime = DateTime.Now - StartTime
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LarcAi_Training
1 year, 6 months ago
Selected Answer: C
Tested it in studio the given answer is correct
upvoted 2 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 ...