AUTOMATION ANYWHERE
ADVANCED AUTOMATION
CERTIFICATION 2024
PRACTICE TEST
COMPLETE 60 QUESTIONS
Question 1: In Automation 360, what is a package primarily used for?
Choices:
1) Grouping related actions, conditions, iterators, triggers, and variables for building automations 2) Storing only user passwords for unattended bots 3) Assigning physical devices to a network subnet 4) Converting every Task Bot into an API endpoint Correct Answer: Grouping related actions, conditions, iterators, triggers, and variables for building automations Explanation: A package is a collection of automation building blocks such as actions, conditional statements, iterators, triggers, and variables. Developers use these package components in the Bot editor to build automations.Page 1
Question 2: A developer needs a bot to sign in to an ERP system without embedding the password in the bot. What is the recommended approach?
Choices:
1) Store the password in a String variable marked as constant 2) Store the credential in Credential Vault and reference its attribute from the bot 3) Place the password in a Comment action 4) Write the password to a local text le and delete it after execution Correct Answer: Store the credential in Credential Vault and reference its attribute from the bot Explanation: Credential Vault is designed to store sensitive values such as passwords, API keys, and tokens securely. Referencing a credential attribute avoids hard-coding secrets in the automation.
Question 3: What is the main purpose of a locker in Automation 360 Credential
Vault?
Choices:
1) To reserve a Bot Runner device for one automation 2) To keep previous package versions from being upgraded 3) To group related credentials and control which users or roles can access them 4) To archive failed automation logs for compliance Correct Answer: To group related credentials and control which users or roles can access them Explanation: A locker groups credentials for a business purpose and controls access to them.Locker permissions determine who can view, manage, or consume the credentials stored inside.Page 2
Question 4: An administrator creates a credential attribute that should have a
dierent value for each authorized user. Which input type should be selected?
Choices:
1) Standard 2) Constant 3) System-generated 4) User-provided
Correct Answer: User-provided
Explanation: A User-provided credential attribute does not have one preset value at creation.Authorized locker users supply their own value, while a Standard attribute uses the same congured value for all users.Question 5: Why might a Bot Creator deliberately select a specic package version for a bot?
Choices:
1) Automation 360 packages are version-specic and a bot can use a selected version for compatibility or required capabilities 2) Only the newest package version can be used by any bot 3) Package versions control the Windows user password 4) Selecting a package version changes the Control Room URL Correct Answer: Automation 360 packages are version-specic and a bot can use a selected version for compatibility or required capabilities Explanation: Automation 360 actions are grouped into version-specic packages. Bot Creators can select the package version used by a bot to meet compatibility and functionality needs.Page 3