UiPath Automation Developer Professional v1 — Question 117
Once “Library A” has been imported as a dependency in the current project, how can the UI Object Repository defined in “Library A” be accessed?
Answer options
- A. The Object Repository cannot be passed between a Process and a Library.
- B. The Object Repository is only available in a Library.
- C. The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available.
- D. The Object Repository will automatically be available in the Process.
Correct answer: D
Explanation
The correct answer is D because when a Library is imported, its UI Object Repository is automatically accessible within the Process. Options A and B incorrectly state limitations on the availability of the Object Repository, while option C suggests an unnecessary step of exporting and importing, which is not required.