UiPath Advanced RPA Developer (UiARD) — Question 28
A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to enter a User ID depending on the machine it runs on. The User ID is stored in Orchestrator as a Text asset using the Value Per Account-Machine method.
Which steps should the developer perform to use this asset in the project?
Answer options
- A. Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Asset activity in the workflow to get the User ID.
- B. Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset. In the workflow, retrieve the User ID by referencing the Config dictionary.
- C. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Asset activity in the workflow to get the User ID.
- D. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset. In the workflow, retrieve the User ID by referencing the Config dictionary.
Correct answer: D
Explanation
The correct answer is D because the Orchestrator asset should be listed in the Assets sheet for proper retrieval, and accessing it via the Config dictionary is the correct approach for dynamic asset management in the RE Framework. Options A and B incorrectly suggest using the Settings sheet, which is not suitable for Orchestrator assets, while option C fails to use the Config dictionary method, which is essential for this scenario.