UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 31


A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator.

Which steps should the developer perform to use these credentials in the project?

Show Answer
Correct Answer: B

To use credentials from the Orchestrator in the RE Framework, the developer should add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset. Then, they should use the Get Credential activity in the login workflow to retrieve the username and password. This approach ensures that credential type assets are correctly referenced and securely retrieved within the automation project.

Discussion

8 comments
Sign in to comment
OnlineOption: B
Apr 4, 2024

https://forum.uipath.com/t/how-to-enter-credentials-in-config-xlsx-file/199566/6

Engineer24Option: B
Apr 11, 2024

The correct answer is B. Every time we have a Credential type asset, it will be written in the settings sheet in the config.xlsx file.

Engineer24
Apr 11, 2024

Selected Answer: B Every time we have a Credential type asset, it will be written in the settings sheet in the config.xlsx file.

LarcAi_Training
May 23, 2024

Correct Answer is B

Rag_123
Jun 18, 2024

Correct Answer is B

MirjalolOption: B
Jul 17, 2024

Answer is B, because we are retrieving asset of type Credential, therefore cannot use 'Assets' sheet.

Rahul_369
Sep 27, 2024

A is right answer because we set asset in constant sheet name then get it.

IngvarnOption: B
Nov 6, 2024

Every time we have a Credential type asset, it will be written in the settings sheet in the config.xlsx file.