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 2 question 24 discussion

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

A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed?

  • A. Set "SchedulingMode=Concurrent" in the Trigger Scope activity properties
  • B. Set "BlockEvent=False" in the properties for the two Trigger activities
  • C. Set the Trigger Scope activity within a Parallel activity
  • D. Set "SchedulingMode=OneTime" in the Trigger Scope activity properties
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ykw
4 months, 3 weeks ago
Selected Answer: D
Correct answer should be D
upvoted 1 times
...
bhaskar5a5
1 year, 2 months ago
Ans -D
upvoted 1 times
...
phileraene
1 year, 3 months ago
Selected Answer: C
never use trigger (my bad) but parallel seems a good option
upvoted 1 times
...
robert_lovasz
1 year, 4 months ago
Selected Answer: D
SchedulingMode.OneTime means that if a trigger was 'detected one time' after action block executed, it'll exit the trigger scope (otherwise it was Concurrent, it would repeat the trigger again)
upvoted 1 times
...
Mirjalol
1 year, 4 months ago
Selected Answer: D
"Which approach ensures the workflow exits the Trigger Scope activity after ANY TRIGGER is activated and the associated action is performed?" SchedulingMode.OneTime - Execute one action and exit.
upvoted 1 times
...
Riga
1 year, 6 months ago
Selected Answer: D
SchedulingMode.OneTime - Execute one action and exit.
upvoted 1 times
...
Alan194
1 year, 6 months ago
Selected Answer: D
SchedulingMode.OneTime: execute a action and exit
upvoted 1 times
...
Online
1 year, 7 months ago
Selected Answer: C
Apologies, C is correct.
upvoted 1 times
...
Online
1 year, 7 months ago
Selected Answer: D
SchedulingMode.OneTime - Execute one action and exit. https://docs.uipath.com/activities/other/latest/user-guide/trigger-scope
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 ...