UiPath Advanced RPA Developer (UiARD) — Question 43
A developer is running a process in UiPath Studio based on Robotic Enterprise (RE) Framework 2021.10. One asset defined in the project does not exist in the Orchestrator folder provided in the Config.xlsx file.
What is the behavior at runtime?
Answer options
- A. A warning message stating that the asset is missing is logged and then the process is stopped.
- B. No exception is thrown and neither will a message be logged, the process continues.
- C. The process throws an exception in the Initialization state because the asset is not found, then the process is stopped.
- D. A warning message stating that the asset is missing is logged and then the process continues.
Correct answer: C
Explanation
The correct answer is C because when an asset is not found during the Initialization state in the RE Framework, an exception is thrown, causing the process to stop. Options A and D suggest that the process continues, which is incorrect, while option B states that no exception is thrown, which is also false.