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

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.