Unit 6 - Practice Quiz

INT346 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary function of the Automation Anywhere Control Room?

A. To act as a database for non-relational data storage
B. To write the code for the bots locally
C. To serve as a centralized management and control unit for the entire RPA architecture
D. To record user actions on the client machine only

2 Which of the following components allows a user to create and edit bots within the Automation Anywhere ecosystem?

A. Bot Creator
B. Control Room Dashboard
C. Bot Runner
D. Bot Insight

3 In the context of Automation Anywhere security, what is the Credential Vault?

A. A folder on the Windows desktop where passwords are saved in text files
B. A centralized, secure storage facility for managing sensitive information like usernames and passwords
C. A backup drive for storing bot logs
D. A temporary cache for browser cookies

4 Which encryption standard is typically used by the Automation Anywhere Credential Vault to secure data?

A. RSA-1024
B. AES-256
C. MD5
D. DES

5 What is the purpose of Role-Based Access Control (RBAC) in the Control Room?

A. To assign specific permissions to users based on their roles within the organization
B. To allow all users unlimited access to all features
C. To control the speed of bot execution based on processor roles
D. To automate the creation of Windows user accounts

6 Which Control Room feature provides real-time operational intelligence and business analytics?

A. Bot Insight
B. Workload Management
C. Bot Farm
D. Credential Vault

7 In the User Management section, what acts as a logical container to group credentials in the Credential Vault?

A. Folder
B. Safe
C. Locker
D. Cabinet

8 What is the difference between an Attended Bot Runner and an Unattended Bot Runner?

A. There is no difference; the terms are interchangeable
B. Attended bots are slower; Unattended bots are faster
C. Attended bots require human intervention/triggering; Unattended bots run automatically on a schedule without human interaction
D. Attended bots run on a server; Unattended bots run on a mobile phone

9 Which user role typically has the permission to create and manage Lockers in the Credential Vault?

A. Bot Runner
B. Guest User
C. Locker Administrator
D. Bot Insight Consumer

10 When a bot is moved from a local environment to the Control Room (public repository), this action is called:

A. Import
B. Check Out
C. Check In
D. Download

11 To edit a bot that is currently in the public repository of the Control Room, a developer must first perform which action?

A. Check Out
B. Check In
C. Deploy
D. Audit

12 Which section of the Control Room allows administrators to view a chronological record of all user and system actions for compliance?

A. Audit Log
B. Dashboards
C. Bot Store
D. My Devices

13 Which of the following is NOT a status of a bot in the Control Room Activity tab?

A. Failed
B. Completed
C. In Progress
D. Decompiled

14 What is a Device Pool in the context of Workload Management?

A. A storage area for discarded hardware
B. A collection of Bot Creators used for coding
C. A group of Bot Runners executing automation tasks dynamically
D. A list of printers connected to the network

15 In the Credential Vault, an Attribute refers to:

A. The color of the UI theme
B. A specific data field within a Credential (e.g., Username, Password)
C. The license key of the software
D. The physical location of the server

16 Which dashboard widget in the Control Room gives an overview of bot execution success and failure rates?

A. License Manager
B. Credential Health
C. User Session Log
D. Bot Health / Bot Status

17 What does WLM stand for in Automation Anywhere?

A. Web Login Manager
B. Workload Management
C. Work Logic Module
D. Windows Lock Mechanism

18 If a bot is scheduled to run on a specific trigger, which trigger type would execute the bot when a new email arrives?

A. Folder Trigger
B. File Trigger
C. Email Trigger
D. Window Trigger

19 In User Management, what happens when a user is deactivated?

A. The user cannot log in, but their data and history are preserved
B. The user can still log in but cannot run bots
C. The user's password is reset to 'admin'
D. The user is permanently deleted from the database

20 To securely use a password from the Credential Vault inside a bot logic, the developer should:

A. Copy the password and paste it into a string variable
B. Use the Get Credential action or select the Credential variable type to reference the locker attribute
C. Write the password in a text file and read it
D. Take a screenshot of the password

21 Which of the following is a system-created role in Automation Anywhere?

A. Super_Bot_User
B. Cyber_Admin
C. Bot Master
D. AAE_Basic

22 What is the mathematical definition of ROI in the context of Bot Insights, where is Value generated and is Cost incurred?

A.
B.
C.
D.

23 When configuring a Schedule for a bot, which option allows the bot to run immediately if it missed its start time due to system downtime?

A. Missed Schedule Support / Run after reconnection
B. Priority Queue
C. Run Now
D. Force Start

24 Which component is responsible for ensuring the separation of duties in the Credential Vault?

A. Locker Consumers vs. Locker Owners
B. Bot Insight
C. The Windows Registry
D. The Network Switch

25 What is the maximum priority value usually assignable to a Workload Item in a queue (where a lower number means higher priority)?

A. 0
B. There is no priority setting
C. It depends on the configuration, but typically higher urgency items are processed first
D. 100

26 In the context of Bot Insights, what are Tagged Variables?

A. Variables that are encrypted
B. Variables flagged to be logged for analytics and dashboard generation
C. Variables that are shared between bots
D. Variables that contain syntax errors

27 Which tab in the Control Room allows you to manage licenses?

A. Administration / Settings
B. Activity
C. Devices
D. Automations

28 What is the function of the 'Run Now' button in the Control Room?

A. It installs the software on the client
B. It validates the bot code without running it
C. It immediately triggers a bot deployment to selected runners
D. It shuts down the Control Room

29 Regarding Security, what does MFA stand for, which is often supported by the Control Room?

A. Manual Fix Automation
B. Multi-Factor Authentication
C. Multiple Folder Authorization
D. Main File Access

30 If a Bot Runner is listed as 'Disconnected' in the Control Room, what is the most likely cause?

A. The Bot Agent service on the client machine is not running or has network issues
B. The Control Room database is full
C. The user forgot to save the bot
D. The bot logic has a syntax error

31 Which of the following is a Best Practice for naming bots in the repository?

A. Use only special characters
B. Bot1, Bot2, Bot3
C. Name the bot after the developer's pet
D. Use a consistent naming convention like ProcessName_Role_Task (e.g., InvoiceProcessing_Main_v1)

32 Can a Bot Creator license be used to schedule and run bots in an unattended production environment?

A. No, Bot Creators are for development; Unattended Bot Runners are for production scheduling
B. Yes, always
C. Yes, if the bot is small
D. Only on weekends

33 What is the primary benefit of Centralized Logging in the Control Room?

A. It simplifies troubleshooting and compliance by aggregating logs from all bots in one location
B. It eliminates the need for any logging
C. It increases the speed of the bot
D. It makes the logs harder to find

34 Which permission is required to view the dashboards in Bot Insight?

A. View Dashboard / Consumer
B. Create Locker
C. Manage Licenses
D. Upload Bot

35 In a High Availability (HA) Control Room setup, what is the purpose of a Load Balancer?

A. To delete old bots
B. To balance the bank accounts
C. To distribute incoming network traffic across multiple Control Room servers to ensure reliability
D. To reduce the encryption level

36 When creating a Queue in Workload Management, what defines the structure of the data items (e.g., Invoice Number, Amount)?

A. The Excel Header
B. Work Item Structure / Model
C. The Bot Runner Name
D. The Email Subject

37 Which of the following describes a File Trigger?

A. The bot starts when a user clicks a desktop icon
B. The bot starts when the hard drive is full
C. The bot starts when a PDF is printed
D. The bot starts when a file is created, modified, or deleted in a specific folder

38 How does the Control Room ensure Version Control?

A. It renames every file with a random number
B. It only keeps the latest version
C. It keeps a history of Checked-In bots, allowing users to compare or rollback to previous versions
D. It deletes old versions immediately

39 What is the role of an External Key Vault (e.g., CyberArk) in Automation Anywhere?

A. It is a virus scanner
B. It replaces the Control Room database
C. It allows Automation Anywhere to retrieve credentials from a third-party secure vault instead of the internal Credential Vault
D. It is used to store video tutorials

40 If a bot fails halfway through a process, which Control Room feature allows an admin to see exactly which line of code caused the error?

A. Credential Vault
B. User Management
C. License Manager
D. Historical Activity / Bot execution logs

41 Which option allows a bot to handle a dynamic number of transactions efficiently?

A. Using Workload Management (Queues)
B. Using a static delay
C. Running the bot once per day
D. Hard coding the loop count

42 Real-world Use Case: A bank needs to process loan applications that arrive via email at random times 24/7. Which deployment method is best?

A. Use an Email Trigger on an Unattended Bot Runner
B. Have a human manually run the bot whenever they see an email
C. Run the bot on the developer's laptop
D. Schedule the bot to run every Monday morning

43 Security Best Practice: Why should 'Generic' or 'Shared' accounts be avoided for Control Room access?

A. They cannot use the Credential Vault
B. They have too many permissions
C. They are too expensive
D. They make it impossible to trace actions back to a specific individual in the Audit Log

44 In the 'My Devices' list, a green checkmark next to a device usually indicates:

A. The device is turned off
B. The device is infected with a virus
C. The device needs an update
D. The device is connected and ready to run bots

45 What is the purpose of 'Dependency' management during bot export/import?

A. To ensure all sub-tasks and invoked scripts required by the main bot are included in the package
B. To link the bot to the internet
C. To check if the user is dependent on the bot
D. To remove all variables

46 Which specific report would a manager look at to see the total hours saved by automation across the department?

A. Bot Audit Log
B. User Login History
C. Device Connectivity Report
D. Bot Insight Business Dashboard (ROI Widget)

47 What is the function of the Recycle Bin in the Control Room repository?

A. To permanently delete files immediately
B. To store deleted bots temporarily, allowing for restoration if deleted by mistake
C. To store unused credentials
D. To store spam emails

48 In a Client-Server architecture for RPA, where does the 'Client' reside?

A. On the Load Balancer
B. In the Credential Vault
C. On the machine (desktop/VM) where the Bot Creator or Bot Runner is installed
D. On the Control Room Server

49 When configuring SMTP in the Control Room Settings, what functionality is being enabled?

A. The ability to encrypt files
B. The ability for the Control Room to send automated system emails (e.g., password resets, alerts)
C. The ability to browse the web
D. The ability to play sounds

50 If bots are running in parallel using a Device Pool, and the total workload is items, the theoretical time to complete is proportional to:

A.
B.
C.
D.