UiPath Advanced RPA Developer (UiARD) — Question 67

You observed a developer using a configuration file to store the user's Email credentials as plain text when developing an unattended automation. What is a best practice regarding storing the credentials?

Answer options

Correct answer: B

Explanation

Using a Credential Store is the best practice for securely storing credentials as it provides encryption and access control. Storing credentials in plain text or as Orchestrator Text Assets, even if encrypted, is not as secure as utilizing a dedicated Credential Store. Additionally, storing credentials in each Orchestrator Queue Item is inefficient and increases the risk of exposure.