You are on page 1of 6

An RPA Bot Developer logs into the Control

Room which has the latest updates and tries


to create an Automation Anywhere Robotic
Interface (AARI) process but is unable to do
so. The developer checks and sees that
there are additional licenses that need to be
provided.
What license does the developer need to be
assigned with for this feature to be available?
AARI manager
AARI administrator
Attended bot runner
AARI user//

A bot developer wants to get data from


PostGreSQL database. How should the bot
developer proceed?
The bot developer can connect PostGreSQL directly with the Database: Connect action as it
is one of the default database types//
The bot developer should first convert the data to SQL and then automate
The bot developer should automate a PostGre front-end
The bot developer should automate with the database drivers compatible with PostGreSQL

After reading data from several CSV files


using a loop through files in a folder, a bot
developer discovers the first line of data
repeats for every CSV file in the folder. How
can they eliminate the duplicated data?
Change the CSV/TXT: Open action and ensure 'Contains header' option is selected//
Add another Loop inside the table loop to loop through each value in a record and add a
condition to eliminate the duplicate data
Change the CSV/TXT: Read action to skip the first row
Change the Loop iterator to 'for each row in a table'

A bot developer is creating a bot for an


attended bot runner. After the first sub-bot
logs into an external website, the automated
process includes a second sub-bot that
completes a series of steps in the external
website, then a third bot logs out of the
system. Initial development requires the
attended agent to trigger the bot multiple
times, executing the log in and log out
processes for each triggered execution.
Use the Task Bot: Run action and set the Repetition to Repeat N times - 10 times
Use the Task Bot: Run action and set the Repetition to Repeat for time unit - 3 hours
When scheduling the Bot, use the Repetition option during schedule creation.//
Use the Task Bot: Run action and set the Repetition to Repeat until stopped by user

A bank runs applications using Unix systems


for security purposes. After identifying many
repetitive processes, they decide to
automate the file operations in the Unix
system using Automation 360. How can the
bot developer handle this without using the
Files/Folders action?
Use the Terminal Emulator action and use shell commands//
Use Recorders in the Unix OS
Use the Active Directory: Connect action
Use Image Recognition for Cut, Copy and Paste operations

A bot developer is developing a bot that


should lock the computer screen after the bot
execution. What is the most efficient way to
achieve this?
Use the VBScript: Run function action.
Use the SNMP: Set action.
Use the Application: Open program/file action.
Use the System: Lock computer action.//

A bot developer plans to execute a python


script with the help of a bot. What are the
dependencies that should be considered for
the Bot Agent device? (Choose two.)
Only additional packages used in the Python script need to be installed on the Bot Agent
device

The Python application should be installed on the Bot Agent device.//

Anaconda or Pycharm compatible IDE should be present on the Bot Agent device to run the
Python script

The Path environment variable should include the installed Python directory on the Bot
Agent device.//
An architect is working on an RPA project
and has to make sure that Leads on the
project have the necessary permissions to
store the bots in a public workspace. What
are the two minimum permissions required
so that the Leads can store the bots in the
public workspace? Choose two.
View my bots

Delete from Public

Check In//

Create Folders//

Citrix is the primary delivery method for


applications at a company. The IT
department will allow installation of new
software on Citrix servers including the
Automation Anywhere Remote Agent for
Citrix. After installation, a developer notes
that the universal recorder is not identifying
objects in the Citrix Receiver window.

How might this situation be resolved?


Ask the IT department to open a port on the firewall.
Upgrade to the latest version of Citrix Receiver.
Install the Automation Anywhere plug-in for Citrix on the developer's device.//
Install target applications on developer and bot runner devices.

A user is trying to record a web application


using the Universal Recorder but every time
they finish the recording and attempt to run
it, the bot fails when clicking on certain
objects.

How can the automation be made more


robust when the bot cannot reliably identify
an object?
Use a command to refresh the page
Use the AISense recorder
Link an object to a supporting anchor//
Use the Smart Recorder to capture the object

A user is capturing actions on an application


that they want to automate using the
Universal Recorder. After capturing an action
on an object, the user wants to change the
action performed on it.

How would the user accomplish this?


Actions can only be changed by using AISense Recorder.
Change the value of the HTMLInnerText field in Object properties.
Turn off the Secure Recording Mode before recording.
Select the appropriate action in the Action to take on object field.//

A developer has created a bot that opens a


new Microsoft Edge browser window to a
webpage they wish to record. Using the
universal recorder, the webpage shows a red
rectangle highlighting the objects, but any
click reveals a message box saying, "Your
Edge Plugin in either not installed or
disabled"

What steps should the developer follow to


ensure they capture the objects on the
webpage loaded in Microsoft Edge?
Check the Extensions and ensure the Automation 360 plugin is enabled.//
Use Google Chrome as Microsoft Edge is not supported in Automation 360.
Force the Recorder to use the Microsoft Accessibility technology
Download and install the Automation A2019 Chrome extension for Microsoft Edge.

You might also like