Hi guys,
Please help with the solution.
1.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?
A. Create a Credential asset with the Global Value disabled.
Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
B. Create a Credential asset with the Global Value disabled.
Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.
C. Create a Credential asset with the Global Value enabled.
Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
D. Create a Credential asset with the Global Value enabled.
Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.
2.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?
A. Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.Use the Get Asset activity in the workflow to get the User ID.
B. Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.In the workflow, retrieve the User ID by referencing the Config dictionary.
C. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Asset activity in the workflow to get the User ID.
D. Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.
In the workflow, retrieve the User ID by referencing the Config dictionary.