UiPath Advanced RPA Developer (UiARD) — Question 70
An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?
Answer options
- A. UpdateTimecards Process and GetPTODays Process can be run concurrently only if started from Orchestrator
- B. UpdateTimecards Process and GetPTODays Process can only be run sequentially
- C. An exception is thrown if the processes are executed concurrently
- D. UpdateTimecards Process and GetPTODays Process can be run concurrently
Correct answer: D
Explanation
The correct answer is D because both UpdateTimecards Process and GetPTODays Process are designed to run simultaneously within UiPath Assistant. Option A is incorrect as they do not require Orchestrator for concurrent execution, option B is wrong because they can run at the same time, and option C is false since executing them concurrently does not result in an exception.