Final Answers A2019 86
Final Answers A2019 86
EXIT
NEXT
PREVIOUS
1. The Bot Runner wants to run a bot with a
different device, which is not registered in the
Control Room. To activate the local device, the
Bot Runner installs the Bot Agent to the local
device. What should the Bot Runner do next?
2. A clerk in an insurance office consolidates 100
customer details daily, which are scanned and
saved in a folder. Which packages from A2019
would help the bot developer automate this
process?
3. What actions are needed for a citizen
developer to create an automation?
Log in to the Enterprise A2019 Control Room, create
a new bot, and add the desired actions that allow the
bot to execute the business process knowing exactly
what to do when and how to make decisions.
4. ABC, a manufacturing company emails a PDF
file that includes a list of items to be procured to
many vendors. All vendors reply to ABC with
quotations in the standard Excel format.
Quotations from all vendors are consolidated in
a master Excel file and the three lowest bidders
are identified. Based on the quality of service
from the three vendors, one is chosen by the
Manager and an email is sent for confirmation.
Which packages from A2019 would help the bot
developer automate this process?
5. A bank runs applications using Unix Systems
for security purposes. After identifying many
repetitive processes, they decide to automate
the files operations in Unix System with the help
of A2019. How can the bot developer handle this
without using the Files/Folders action?
6. A bot developer installed a Bot Agent with
administrator rights successfully for the first
time but cannot create a bot with the universal
recorder. What would be the first step to resolve
the issue?
7. A bot developer has logged into a Control
Room with a Bot Creator account to build a bot.
When trying to record a process from the
workbench, the following error is generated:
“Device is disconnected.” Where should the
administrator go to check the device status?
Devices>My Devices
↑ Change this answer
8. A bot developer installs a Bot Agent on a local
device. When the bot is run from the workbench,
an error to input device credentials is received.
Which credentials should be used to resolve this
error?
9. A bot developer is designing a bot to perform
automation on an SQL server database. There
are multiple conditional queries affecting
multiple records of dependent tables in different
databases. The developer must ensure that if the
bot fails midway during the query execution
process, the changes in the tables will be
successfully completed or rolled back to their
original state. How would the developer
accomplish this?
10. A bot developer has captured information
from a website and stored it in a 'Table' variable.
They are trying to use the Data Table: Write to
file action to write the stored information to a
CSV file. When they run the bot, they get this
error: 'Folder is not available' What should the
bot developer enable to ensure the file and folder
are present?
11. A bot developer has created a bot to extract
data from a CSV file and load it into the Excel
format. The bot is running successfully but the
Excel file at the destination is not opening during
execution, resulting in the inability to monitor
the data being loaded in the Excel file. What is
the reason for this issue?
Step: Step
13. A bot developer needs to automate the
following process: 1. Receives daily reports in
an e-mail with a specific subject 2. Downloads
the report 3. Formats the report in Excel (i.e.
sorts columns, removes unnecessary columns,
filters required rows.) 4. Saves the report with a
date-time stamp 5. Logs in to SAP 6. Uploads the
report into SAP What action would be used in
the Bot for step 2?
14. The finance team needs to automatically
email dozens of reports to different managers in
the company. What two methods can the bot
developer use to achieve this? (Choose two.)
15. A bot is created to extract data from a CSV
file and input the data into a web-based form.
When executed, the bot fails to write the data to
the form. How can the developer modify the bot
to correct the failure?
16. A bot developer used the Browser: Launch
website action to open the following web page:
http://rpademo.automationanywhere.com/rpadaq
, captured the table from the open browser, and
completed the steps of the task to write the
tables to a CSV file. When the bot is run, Google
Chrome launches and the following error occurs:
“Cannot find window or application titled
'Sample Index Page - Internet Explorer' that was
open during recording.” How can this error be
resolved?
17. A bot developer needs to automate the
following process: 1. Receives daily reports in
an e-mail with a specific subject 2. Downloads
the report 3. Formats the report in Excel (i.e.
sorts columns, removes unnecessary columns,
filters required rows.) 4. Saves the report with a
date-time stamp 5. Logs in to SAP 6. Uploads the
report into SAP What action would be used in
the Bot for step 3?
18. Organization A wants to send salary slips in
PDF format to its 15000 employees. They also
want to password-protect the salary slip with a
random password. What is the best approach
that the bot developer should follow?
19. There is a CSV file which a user needs to
update daily with the daily sales numbers from
ERP (one data set per day). A Bot Creator would
like to automate this operation. After getting the
data from ERP, which procedure is used next?
20. A bot developer is writing up the
requirements document for a use case where
data from an Excel workbook is moved to new
worksheets within the workbook. What packages
should be specified in the requirements
document?
22. After entering the purchase order record into
the order system, the system will display a pop-
up window showing whether the data was
successfully entered or not. To confirm the data
entry status, what is the best IF condition for this
situation?
Window exists
23. A bot developer created a bot to filter out
values less than 5000 in the Total column (the
third column in the web table) of a financial
report. To filter the data, what is the first step the
bot developer should take before writing the if
condition?
24. To manage overtime work effectively, a bot
developer is building a bot to check employees
work time at the end of every month using the
timesheet CSV file downloaded from the
attendance system. The timesheet CSV file
contains each employee’s position and total
working hours in a month. The bot should find
all employees who worked overtime for more
than 20 hours but exempt the managers. What
are the two If conditions that could be used to
build the bot? (Choose two.)
Number condition
String condition
25. A manager has multiple files that are created
on a daily basis and placed into multiple,
specific folders on the manager’s personal
computer. The manager wants to automate a
process to move these files from their current
locations into different locations on a network
folder that the manager’s team can access. What
are two steps that a Bot developer should use to
address this request? (Choose two.)
26. A bot developer needs to provide a
mechanism to log issues within a bot in a
production environment while providing an
inline resolution for known fault scenarios.
Which tool allows this result?
27. A bot developer is responsible for processing
expense reports submitted by employees in the
organization. The developer wants to create a
bot that reads a set of expenses submitted and
then sends them for approval to the appropriate
approvers. If the expense value of a line item in
the report is under $15, the bot should ignore the
record and process the next record. If the total
value of all expenses in the expense report
exceeds $1500, the bot should stop processing
and send an email to the submitting employee
that the value exceeds policy limits. Which
approach will the bot developer use in the bot?
28. A bot needs to loop through a specific
process 10 times. While executing the Loop, the
number variable used does not change value.
What is used to keep track of the number of
iterations of the Loop?
29. A bot developer creates an automation that
validates the content of a data table on a record-
by-record basis. Which two options allow the
developer to access the information inside each
record when iterating through the data table?
(Choose two.)
30. To read price data from a CSV file, a bot
creator creates a Number variable and uses the
Loop package iterator 'For each row in CSV/TXT'
to build a bot. But, while setting the loop
iterator's 'Assign the current row to this variable'
action, the bot creator could not find the number
variable from the drop-down list. What is the
likely cause of this issue?
31. A business user wants to extract table data
from a web page, the window title of the web
page is similar but always changing. What two
wait actions would address the request?
(Choose two.)
32. A project manager is reviewing a bot
designed by a RPA developer. The project
manager observes that network fluctuations
result in the web application taking varied times
to open, and sometimes it fails to load the
screen resulting in failure of the bot. What
should the bot developer do to resolve the
issue?
33. When switching between screens in an
application, a bot periodically hangs. This seems
to happen most when the remote system is busy
and slow. What should the bot developer do to
make the bot more tolerant of remote system
pacing issues?
34. A bot developer is creating a bot to extract
data from a web page. The bot developer wants
to ensure that the web page loads entirely before
the next action is executed. What action can the
bot developer include in the steps?
35. A user would like to extract table data from a
web page and save it in a CSV file. What
procedure should be used after using the
Browser package: Launch website action?
36. What will be the result if the following
parameters are specified in the String: Substring
action? • Source string: Today 1 US Dollar is
equal to 70.162249 INR • Start from: 31 • Length:
5
70.16
37. A developer has created a string variable
called vCounter with a default value of 1. The
developer added the ‘Increment’ action at the
end of a loop to add 1 to the variable each time
the loop repeats. When the bot reaches the
‘Increment’ action it receives an error. What is
the cause of this issue?
39. A bot developer has completed all
development activities for an automation. As a
last step, all fixed login information needs to be
replaced by securely stored information from the
environment. How can the bot developer achieve
this?
40. A company has strict policies to ensure data
security and strictly enforces password security.
A bot developer is developing a bot that requires
connecting to a MySQL database to retrieve
data. The database administrator is not able to
share the database password due to security
policies. How will the bot developer work with
the database administrator to ensure that the bot
can successfully connect to the MySQL
database without violating the security policies
of the organization?
41. A bot developer is in the process of building
10 bots that all access a website and log in with
the same administrator credentials. The
company policy is to change the password for
the administrator account every 30 days. What
should the bot developer do to handle these
password changes without compromising on
security?
43. A bot developer found an older version of the
Email package set as default and would like to
use the latest one for an existing bot. How will
the version of Email package be called by the
bot?
44. On the first of the month, Database package
version 1.0.0 was the default version in the
Control Room. On the fifth of the month,
Database package version 1.1.0 was uploaded
and set as default. Which two descriptions are
correct? (Choose two.)
45. A bot developer has completed an end-to-end
automation and is looking to incorporate user
inputs into the bot. The intent is to run this in an
attended fashion in production. What actions
can they use to achieve this?
46. A bot developer is looking to create an
automation where their bot connects to a SQL
instance and runs a few queries. What action
should be used as a first step in their workflow?
48. A developer is attempting to run a bot locally
but receives the following message:
“Unexpected error setting up a new user
session”. What three steps would reveal the root
cause of this error? (Choose three.)
49. A bot is not executing expected actions
within an 'if' statement. What should the bot
developer do to present a visual indicator that
the bot flow is performing actions within the 'if'
statement?
50. A manager is requesting automation to be
built to maintain an application. The various
maintenance tasks are part of this application
and will be scheduled to run together over the
weekend or could be run individually as needed.
As a developer, how would you design the
automation? (Choose two.)
Create one bot for logging into the ERP, another for
searching invoices, and a third for sending emails.
52. A bot developer is tasked to create a modular
bot that will be made available to all citizen
developers. The modular bot and each calling
bot will be able to communicate with each other.
What two conditions should the bot developer
consider? (Choose two.)
53. A developer is creating three bots and wants
to pass the variables among them. The second
bot must accept the values from the first and
pass them to the third. How can this be
configured?
54. An administrator is trying to call a child bot
from the parent bot, and needs to pass five
distinct values from parent to child bot. What
variable type is best suited for this scenario?
Dictionary
55. While creating a bot, a bot developer needs
to use the bot created by a colleague. Which
package can they use for performing the action?
Task Bot
↑ Change this answer
56. A bot developer has created a bot to read
data from a Microsoft Excel file and store it in a
database. The bot may encounter an error if the
required Excel file is not available or while
updating a table in the database. What is the
best way the bot developer can address this
issue?
57. A developer needs to prepare an automation
to handle unforeseen events but still execute
some code if those events happen. Which two
does the developer need to consider in the
solution? (Choose two.)
58. A project manager wants to make changes to
a bot stored in private tab. They have asked the
bot developer to move the bot to public tab, but
the project manager is not able to edit the bot.
What is the likely reason for this?
59. A bot developer has put a bot into production
but realizes there is one line which needs a
slight change. What steps should the bot
developer take to change this bot and put it back
into production?
60. During the automation of an Excel
spreadsheet, a macro must be called from the
spreadsheet itself. Which package should be
used to achieve that result?
Excel advanced
窗体顶端
COMPLETE
窗体底端
窗体顶端
窗体底端
Time: 23 minutes, 35 seconds