Exam UiARD All QuestionsBrowse all questions from this exam
Question 184

A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to log into a website using different credentials depending on the account and machine it runs on. If the value is not defined for the account and machine, the developer needs the process to throw an error. For security reasons, the credentials for the login are stored in Orchestrator as Credential Assets with the Value Per Account-Machine option.

Which steps should the developer perform to use the Orchestrator asset in the project?

    Correct Answer: A

    To ensure the process throws an error if the credentials are not defined for the account and machine, the developer should create a Credential asset with the Global Value disabled. This enforces the value to be specific to the account and machine combination. Additionally, the developer must add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset to properly configure it within the RE Framework project.

Discussion
LarcAi_TrainingOption: B

The given answer is correct