Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Review your answers

You have reached the end of the assessment. Please review your answers and click "complete" to
finish the module.

1. Which three options in Automation Anywhere Enterprise framework support the email
notification feature? (Choose three.)

AAE Control Room

AAE Send Email Command

Metabot

↑ Change this answer

2. A Queue administrator has a working queue that is processing data regularly. The
business wants to increase the amount of workload items and decrease the amount of time it
takes to process the entire population of workload items. What should the Queue
administrator do to streamline the process?

Use the SLA Calculator to run what-if analysis

↑ Change this answer

3. A developer has made a change to an Automation Anywhere TaskBot using the Enterprise
Client interface. When running the bot from the Control Room, the developer is surprised to
see the previous version of the TaskBot running. What must be done to overcome the issue?

Upload the TaskBot again

↑ Change this answer

4. A group of Automation Anywhere Enterprise users are required to automate bots for a
customer change requirement. The users find out that with their current access they do not
have privileges to do so. What should the administrator's action be to ensure the users can
successfully complete their task?

Changes the users' role to that of an administrator

↑ Change this answer

5. The locker administrator wants to ensure that developers having access to a locker and its
corresponding variables, can map the password variable to only fields tagged as password.
What can the locker administrator do to achieve this?

Define the password variable as"This is Password"

↑ Change this answer

6. The administrator of an Automation Anywhere control room has recently provisioned


access to multiple users of the project. One of the users who logs in from a client machine is
not able to logon to the Control Room. Within the Control Room, what should the
administrator review to identify the reason why this user is experiencing this issue?

The Client login details in the Audit Log

↑ Change this answer

7. Bot creators are complaining that their personal login credentials for a system they are
automating are being used by bots in production. They are concerned the bot will make
errors and they will be blamed. What can the credential vault locker administrator do to fix
the problem?

Add a new user-defined credential to a locker. Have a user-defined role mapped to the locker be
assigned to bot creators and bot runners.

↑ Change this answer

8. A Control Room administrator is advised imminent, unplanned, essential maintenance will


temporarily interrupt running activities. How can automations sent to a Workload Queue be
interrupted in a controlled manner and started again after the work is complete?

Pause and resume the automations using Workload > Queues

↑ Change this answer

9. Which options are available in a Control Room activity tab?

In Progress, Scheduled and Historical

↑ Change this answer

10. An Automation Anywhere Control Room administrator has developed several bots which
contain some potentially sensitive information. The administrator's manager is concerned
about protecting this information while the bots are exported off the control room. What
should the administrator do to allay the managers concerns?

Use the Upload tool in the AAE Client with the Encryption enabled

↑ Change this answer

11. The locker administrator informs the developer to use the credentials from the locker that
the developer has been provided access to. The developer logs into the control room to learn
the names of the variables and use them during development but finds nothing created inside
the locker. The developer creates their own credential variables inside the locker but is
unable to use these credential variables during development. What will resolve the issue?

The developer's user account needs to be provided"Manager" access for the locker

↑ Change this answer

12. The Bot development team manager informs the Control Room administrator that
development team members have recently encountered issues with their Client login
credentials. The manager wants the team members to be notified whenever the client login
credentials are modified. How can the administrator achieve this request?

The administrator can set up an email notification under the"Administration > Settings > Email
Notification" section of the Control Room
↑ Change this answer

13. An administrator has scheduled a bot from the Bots section. The administrator's manager
feels that the schedule is incorrect. In Control Room, where would the administrator go to see
the schedule?

Activity > Scheduled

↑ Change this answer

14. An administrator has a Control Room which is to be equipped with a new set of
automations. The files to be used have been exported from another Automation Anywhere
environment. How should the administrator proceed?

On the new Control Room server, use the 'Import bot files' tool to import the AAPKG files

↑ Change this answer

15. An administrator with administrative access in an Automation Anywhere Control room is


reviewing the Devices Dashboard. A group of user's devices are showing as"offline" status.
Why is this occurring?

This group of users are not logged into the client UI on the device

↑ Change this answer

16. A user with"AAE_Locker Admin" role has left the company. The Administrator of the
control room is trying to delete this user account but is not able to do so. How can this
account be deleted?

Ownership of all existing credentials need to be transferred to other locker administrator and then we
can delete the user account

↑ Change this answer

17. What is an extension of a Metabot file?

MBOT

↑ Change this answer

18. An organization has 30 task bots running that transfer data from one application to the
other within the organization. The organization now wants to update the interfaces of all the
application. This means that the task bots need to be reworked again. How can the bots be
re-created this time so that they can automatically adapt to any changes in the interface of
the application in future?

Create MetaBots to implement business function as they work on the blueprint of the application
surface

↑ Change this answer

19. A previously reliable TaskBot is now failing. It uses a MetaBot to enter data into a third-
party online invoice processing system. How should the Automation Anywhere engineer act
first in finding a resolution?

Recalibrate the page in the MetaBot Designer because the web page field tags have changed
↑ Change this answer

20. A user has made a MetaBot that will populate data into a web form after reading values
from a database. Variables have been made in the MetaBot which will accept values from
their counterparts in the calling Task, however the user is not seeing these variables on
calling the MetaBot in the Taskbot. Why is this occurring?

The MetaBot variables need to be declared as type Editable

↑ Change this answer

21. An administrator is tasked to consume work items from a given queue in the Control
Room instance in an existing connection. In the Variable Manager panel, what must the
administrator first add in the Bot?

Work Item

↑ Change this answer

22. If the application is web based, what is the preferred recorder/command to automate?

Web Recorder/Managed Web Controls

↑ Change this answer

23. A human resources executive creates a folder every month with prospective candidate
names under the folder c:\Prospects on their hard drive. The executive now has hundreds of
empty folders under c:\Prospects. How can the executive remove all the candidate folders
under the folder c:\Prospects?

Use a"Loop Each Folder in a Folder" loop to loop over the directory"c:\Prospects", then choose the
folders to delete by displaying the name of the folder via $folder name$ variable

↑ Change this answer

24. Which two files cannot be scheduled by the Schedule Manager in an AA Client? (Choose
two.)

Executable

VB Script

↑ Change this answer

25. Which three of these are valid recorders in Automation Anywhere Enterprise Platform?
(Choose three.)

Screen Recorder

Smart Recorder

Web Recorder

↑ Change this answer

26. Before performing a Web Recorder task, which two options should the user ensure are
setup correctly?
The Internet Explorer 11 plugin is installed and enabled

The zoom factor in IE browser should be 100 %

↑ Change this answer

27. An administrator writes a query which returns 10,000 rows. However, the administrator
only wants to return a maximum of 500 rows. What command should be used to provide the
desired result?

The"Maximum number of records to fetch" in Database - SQL Query command

↑ Change this answer

28. An administrator captures the value of $Error Line Number$ variable in a log file and finds
that the value of $Error Line Number$ variable is 4. What does this mean?

There is an error on line number 4 of the script

↑ Change this answer

29. How would an administrator view the values of some variables continuously when
running the code in Debugging mode?

Use"Variable Watch Table" to display the values

↑ Change this answer

30. A user from human resources wants to access all records that are in the employee
database. The user is not comfortable editing databases but is comfortable working in Excel.
What are two methods that an administrator can provide the information to the user in the
desired format?(Choose two.)

The user can Iterate over the SQL query result set generated by the SQL query command, one row
at a time, fetching column values of the current row using the"File Data column" system variable,
and writing the result to a CSV file row by row.

Using Database Command and SQL query to export the data from the database and store it in a
CSV.

↑ Change this answer

31. A developer accidentally misspells the city name for a Marketing Event. What is the
fastest way to correct this mistake across 100 rows in an Excel spreadsheet?

Use the Excel Find/Replace command

↑ Change this answer

32. Which format of System Variables can be changed?

Date

↑ Change this answer

33. In XML command, what option can be used to perform calculations in an XML document?
Validate XML Document

↑ Change this answer

34. What are two valid Error Handling options? (Choose two.)

Continue

Stop

↑ Change this answer

35. In Workbench, what command allows Bots to be configured to process each data record
from one queue and push the outcome as a work item into another queue?

Insert Work Item

↑ Change this answer

36. What variable is returned when the String Operation's Split command is used?

List

↑ Change this answer

37. Which two commands can be used to download a file? (Choose two.)

FTP

Web Recorder

↑ Change this answer

38. From what window can Credential Variables can be seen and accessed?

System Variables

↑ Change this answer

39. What is the FTP- Put Files command do?

Upload file(s) from the local system to an FTP/SFTP server

↑ Change this answer

40. Which three loops are offered by the AAE Client? (Choose three.)

Database dataset

Excel dataset

XML dataset

↑ Change this answer

You might also like