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

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.