UiPath Automation Developer Professional v1 — Question 149
In the context of a process automated using the REFramework that processes payments and sends a report using the Finance team leader's email account at the end of the day, where should the email account credentials be stored according to best practices?
Answer options
- A. In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xisx file.
- B. In an Orchestrator Credential asset and referenced in the Settings sheet in the Config.xisx file.
- C. In the Constants sheet in the Config.xisx file with the value of the email address
- D. In an Orchestrator Text asset and referenced in the Assets sheet in the Config.xisx file.
Correct answer: B
Explanation
The correct answer is B because it follows best practices by using an Orchestrator Credential asset, which securely stores sensitive information, and referencing it in the Settings sheet of the Config.xisx file. Options A and D reference incorrect sheets for sensitive information storage, while C does not utilize a secure method for credential management.