UiPath Advanced RPA Developer (UiARD) — Question 53
A developer published a new library from UiPath Studio to the Orchestrator feed. The developer is connected to the same Orchestrator where the library is published. Which steps are required to add this library as a dependency to a project?
Answer options
- A. Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Com Method activity and input the library name as a parameter
- B. Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Method activity and input the library name as a parameter.
- C. Open the Manage Packages Window and ensure the Orchestrator feed is enabled. Go to the Imports Panel in Studio, search for the package by name, and then install the package.
- D. Open the Manage Packages Window and ensure the Orchestrator feed is enabled. Go to the Search bar, search for the package by name, and then install the package.
Correct answer: D
Explanation
The correct answer is D because it correctly describes the process of ensuring the Orchestrator feed is enabled and using the Search bar to locate and install the package. Options A and B incorrectly reference the use of Invoke Com Method and Invoke Method activities, which are not relevant for adding library dependencies. Option C is close but does not mention using the Search bar, which is essential for finding and installing the package.