Windows Username and Password: Weight: 1

You might also like

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

CorrectWeight: 1

A bot developer installs a Bot Agent on a local device. When the bot is run from the editor,
a prompt to input device credentials is displayed. Which credentials should be used to
resolve this error?

Windows username and password

CorrectWeight:
1
A human resource (HR) professional needs to find opportunities for future HR
automations. Which Automation 360 tool is best suited for this specific goal?

Discovery Bot

CorrectWeight:1
A bot developer has recorded a process that edits user information via a web-based form.
The bot works fine for a certain user (the one who recorded), however, the bot fails for any
other user and displays an error message 'cannot find window or application that was open
during recording'. What should the bot developer do to allow the bot to be used with a
variety of user IDs?

Adjust the window variable created by the recording to accept a wildcard in the window
title

CorrectWeight:1
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

CorrectWeight:
1
The virtual machines being used as bot runner devices have no applications installed. A bot
needs to open and modify an Excel file. How can the developer automate this process?

By using the Excel basic package

CorrectWeight:1
After using an action to extract text from a PDF file, a developer now needs to extract a
sub-string between two given strings specified by "Before" and "After". What action
should the developer use in order to extract the sub-string?

String: Extract Text

CorrectWeight:
1
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 System: Lock computer action.


CorrectWeight: 1
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 bot editor, the following error is generated:
"Device is disconnected." Where can the device status most efficiently be checked in the
Control Room?

Manage > Devices

CorrectWeight: 1
A bot developer is creating a bot that performs the following steps: - Use the Browser:
Open action to open the web page: http://rpademo.automationanywhere.com/rpadaq -
Capture the table from the web page - Write the contents of the table in a CSV file When
the bot runs, it launches Google Chrome and the following error appears: "Cannot find
window or application titled 'Sample Index Page - Internet Explorer' that was open during
recording." How can you resolve this error?

Specify a browser in the Browser: Open action.

CorrectWeight:
1
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.)

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


The Path environment variable should include the installed Python directory on the Bot
Agent device.

CorrectWeight:1
A bot developer has a CSV file which contains five columns separated by commas. They
create a bot to extract data from the first column of the CSV using the CSV/TXT: Open and
Loop: Loop actions. However, the bot extracts five items in a row, not the first index item.
Why is this occurring?

The delimiter of the Open action in the CSV/TXT package was set to 'Newline'

CorrectWeight:
1
The Commission Calculator bot reads rows from a Microsoft Excel worksheet one-by-one
and updates a form in SAP. The bot uses a Loop action with the iterator 'For each row in
worksheet' and assigns the current value to a String variable named 'current_Row'.
However, the variable does not seem to appear in the list for selection. What change
should the bot developer make to resolve this issue?

Declare the variable as a 'Record' type

CorrectWeight:1
A bot developer develops a bot that performs a repetitive action within an Excel file. It
repeats this until a specific condition is met at which point it moves to another part of the
task to perform more actions. Which action should be leveraged in this scenario?

Break
CorrectWeight:1
The Inventory Management bot reads data from a Microsoft Excel workbook
(Inventory.xlsx) that stores stock data for various materials. When the stock falls below a
pre-defined level, it updates another Microsoft Excel workbook (OrderForm.xlsx) that
maintains re-order information. However, when the bot runs, the Inventory.xlsx workbook
is getting updated instead of the OrderForm.xls workbook. What is the cause of the
problem?

Both worksheets are open with the same session name

CorrectWeight:1
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 read the data from the CSV file. What action does the
developer need to use to ensure that the data is correctly read?

Add the CSV/TXT: Read action with a Table variable

CorrectWeight: 1
A financial reconciliation task requires the comparison of several spreadsheets. While
running the bot an error is encountered when attempting to edit one of the spreadsheets:
'Session' error due to one or more of the following reasons. 1. Session name is blank 2.
Local session does not exist 3. Shared session does not exist. How can this issue be
resolved?

Verify each Excel command is configured with the correct Session name.

CorrectWeight: 1
A bot is found to fail on each run. The audit log indicates an error "Unable to find
TEXTBOX. Search Criteria did not match." at line 12. Troubleshooting reveals that a
previous line is entering a blank password resulting in a failed login. What can be done to
resolve this issue securely?

Use a Credential variable and verify the bot runner user has values entered for this
credential

CorrectWeight:1
A user is automating a claims process that involves opening different websites to read and
update claims related data. The user wants to store the application window title. Which
variable type is most suited for this operation?

Window

CorrectWeight: 1
A bot developer is developing a bot that must temporarily store a sequence of student
names within one variable for future lookups in a database. Which variable is best suited
for this requirement?

List
CorrectWeight: 1
A developer is automating email handling and ticket creation during off-hours. To do this,
the developer has created DateTime type variables and assigned the begin time and the
end time conditions to perform the automation. But the automation is not following the
time set in the begin time and end time. The developer assigned the value using the
custom format MM DD YYYY HH:MM to the datetime variable. How can the developer
resolve this issue?

Include time zone details in the value and custom format.

CorrectWeight:1
Multiple developers want to use a bot to login into an SAP system. This particular bot is in
the public folder and the developers want to create a run only private repository copy of
the bot. What situation must be true to allow the developers to accomplish this?

Users can use Clone task bot role to copy the bot from public repository to private
repository.

CorrectWeight: 1
A bot developer created a bot and checked it in to a public folder. The next day, the
developer finds that the bot has been unexpectedly edited. Before restoring the bot back
to its original configuration, the developer wants to talk to the individual that edited the
bot. How should the developer proceed next?

Use the feature View history Task Bot to identify who edited the bot

CorrectWeight:1
A bot creator is automating a banking application that needs to be accessed through
Remote Desktop Protocol (RDP). What is the best way for the Bot creator to automate with
this detail?

Use AISense recorder for recording the tasks

CorrectWeight: 1
A company wants to automate their helpdesk ticket flow, and update the CRM application
using the bot. The bot developer recorded the flow using the recorder and automated the
process. When a user tries to run the recorded flow, the bot results in an error. On initial
analysis, the bot developer identified that the bot fails when it selects a specific window.
How would the developer resolve the issue?

Use the window variable with the application title, as the window URL likely has dynamic
properties.

CorrectWeight:1
A citizen developer wants to record a simple task to upload data to a legacy application
that is used daily. Using the Universal Recorder option, the object text box cannot be
captured. Which recorder should be used to resolve this issue?

AISense Recorder
CorrectWeight:1
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.

CorrectWeight:1
A developer has checked-out a bot "MainLogin-Sub" that logs into a system. She wants to
use this bot as a sub-bot for a process she wants to automate. Before making any changes
or using the checked-out bot, another developer wants to make some enhancements to the
"MainLogin-Sub" bot, and is asking her to check-in her bot so he can complete his
changes. How can the developer continue to work on her bot, while the other developer
makes enhancements?

Cancel the Check-out and use the remaining Clone in her private workspace.

CorrectWeight:1
A bot developer is creating a bot that would read data from a Microsoft Excel worksheet
and enter the data into a webpage using a recorder. The webpage is open on a remote
application at the client end. How can the bot developer ensure that the recording happens
correctly and without additional installation at the client end?

Perform the recording using the AI sense recorder and ensure that the remote application
is present on the taskbar

CorrectWeight:
1
A bot developer is creating a bot that reads a table from a web page, writes the data into a
Microsoft Excel worksheet, and performs some calculations based on this data. What are
the two packages needed to accomplish this? (Choose two)

Universal Recorder package


Excel advanced package

CorrectWeight:
1
An RPA Solution Architect needs to work on an RPA Project that has a system with multiple
Window Titles, most of them with few common words on the window title. To build a more
robust bot the architect needs to use a pattern to only identify those window titles that
match this pattern. What is the most effective way to accomplish this?

By using a Regular Expression

CorrectWeight:1
After entering a purchase order record into the order system, a pop-up window is
displayed indicating that the data entry was successful. To confirm the data entry status,
what is the best If condition that can be used in the bot?

Window exists

CorrectWeight: 1
A bot developer is creating a bot that should process expense reports submitted by
employees in the organization. The bot should read a set of expenses and send those for
approval. If the expense value of a line item is under $15, the bot should skip the record
and process the next record. If the total value of all expenses exceeds $1500, the bot
should stop processing and send an email to the submitting employee that the value
exceeds policy limits. Which actions should the bot developer use?

The Loop action, specify Loop: Continue when the line item value is under $15 and specify
Loop: Break when the total expense report value exceeds $1500

CorrectWeight:
1
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. How can the
bot developer achieve this?

Error handler Package

CorrectWeight:1
A human resource process uses a set of tax codes stored in a List variable. A bot loops
through the list and enters data into the HR system. What is the starting index value of the
list?

CorrectWeight:
1
A bot processes records within the Peoplesoft application. A manager wants to view the
information being processed without interrupting the bot. How can this be accomplished?

Design the bot to log data to a text file after each record is processed and then the
manager can review the log file.

CorrectWeight:1
A developer has opened an Excel workbook with a large number of rows of data, the bot
successfully processes the data using the Loop iterator Each row in worksheet, but the bot
performance is slower than expected. What method should the developer use to improve
performance?

Read the spreadsheet data using Get multiple cells and use the Loop iterator, "for each row
in table."

CorrectWeight:1
A project manager is reviewing a bot designed by an 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?

Use the Wait for Condition action

CorrectWeight:
1
A developer has created a bot that causes multiple windows to open and close during
execution. The timing of the bot's execution varies due to the latency of the operations
and the various windows. How can the developer handle the varying delays in the bot's
execution?

Use a Wait: Wait for screen change and choose Wait for window to close, then add another
Wait: Wait for screen change to select Wait for window to open.

CorrectWeight:
1
A manager wants to set up automatic file archiving for files in a specific location that have
not been updated in a week by moving them from that location to archive folder location.
How would a bot developer meet this request while looping through each file in the
folder?

Assign the name and extension from the Dictionary type variable. To move the files, use
the File package Copy action and Delete action.

CorrectWeight:1
A bot developer has created an automation that gets the current system date and time. In
the next step of the bot, one week needs to be added to this date. What type of variable
should be used for this purpose?

A Datetime Variable

CorrectWeight:1
What will be the result if the following parameters are specified in the String: Substring
action? - Source string: 1 USD equals 70.162249 INR - Start from: 14 -Length: 5

70.16

CorrectWeight:
1
A bot developer is in the process of building 10 bots - all of which are designed to access a
website and log in with the same administrator credentials. The company policy requires
the administrator account to change their password every 30 days. What should the bot
developer do to handle these password changes requirements?

Store the credentials in a locker in the Credential Vault and use an API to update the
password every 30 days.

CorrectWeight: 1

A bot developer is creating an automation that needs to consist of multiple bots. What are
two ways they can ensure that variable values from the parent bot are available in the child
bots? (Choose two.)

Create variables in the sub-bots and tag them as input and output
Create variables in the sub-bots and tag them as input

WrongWeight: 1

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 bot developer ensure that the latest
version of Email package be used by the bot?

The latest default version of package is always used when executing bots.
The bot developer should open the existing bot in the Bot editor, go to the Packages and select
the version of the package to be used.
The bot developer should open the Packages page and select the version of the package to
be used.
The bot developer should ask the Package Manager to select the version of the package to be
used.

WrongWeight: 1

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 statement is correct?

All existing and future bots will use version 1.1.0 when executing the bots.
Bots created after version 1.1.0 is set as default will initially use version 1.1.0.
Every bot developer should set the default for themselves before executing the bots.
Whenever uploading a newer version of a package, it must be set as default.

WrongWeight: 1

A business analyst requests that an automation provides specific, dynamic information at


defined points of the execution of the bot. What two actions should the bot developer
utilize to achieve this? (Choose two.)

Insert a Log To File: Log To File action and write relevant information to a dedicated file
Enter a Comment: Comment action and add the matching variables
Enter a Play Sound: Play media file action and select a pre-recorded MP4 media file
Establish a database connection and log the desired information into an anticipated table
Use the Message box action to display dynamic information at runtime

WrongWeight: 1
While building a data reconciliation bot on an SQL database, a developer wants to
concatenate Customer ID and Customer reference fields into the Customer ID-Ref field. The
Customer ID data is a Numeric value and needs to be converted into String value to
perform a successful concatenation. Which action will allow the developer to accomplish
this?

Use the Assign action from the String package


Use the To string action from the Number package
Assign a Number variable Customer ID to the clipboard and assign the Clipboard to the
String variable
Concatenation activity within Automation 360 means that there is no need to conduct convert to
string activity.

WrongWeight: 1

A bot developer has captured tabular data 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 information
stored in the Table variable into a CSV file. When they run the bot, they get this error:
'Folder is not available'. What should the bot developer enable in the Data Table: Write to
file action to resolve this error?

Overwrite the existing file


Append to the existing file
Create files/folders if it does not exist
Choose the Desktop file option and provide the correct path

WrongWeight: 1

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. Quotes 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
Automation 360 would help the bot developer automate this process?

Packages: Excel advanced, Email, and Prompt


Packages: Excel advanced, PDF, Email, and Message Box
Packages: Excel basic, PDF, and Prompt
Packages: Excel advanced, PDF, Email, and Prompt

WrongWeight: 1

A bot developer wants to preload packages in Automation 360 that will help them
decrease the time to run their first bot. Which of the following approaches is best suited
for this requirement?

Preload all the versions of all the packages


Preload only the set of user specified packages
Preload all available versions of commonly used and user specified (if any) packages
Preload default versions of commonly used and user specified (if any) packages

WrongWeight: 1

A bot developer is running a loop through each row in a table but needs to keep track of
how many iterations occur. There does not seem to be any system variable that keeps track
of iterations. Which two actions can be used in conjunction in the bot's code to address
this issue? Choose two.

Create a Number variable to store the count


Create a String variable to store the count
Use the Number: Increment action to increment the number variable inside the loop
Convert the Number variable to a string to record in a log to file
Use the inline data conversion to log the Number variable to a file without needing to convert it
to a string

WrongWeight: 1

A Solution Architect wants to make sure that all team members use a certain date format
in the bots that they develop, so that if the bot is reused and the value is changed, the
storing variable itself cannot be deleted. How can this be achieved?

Use a Predefined System String variable.


Create and use a Credential variable.
Mandate use of User Variable in the master bot.
Create and use a Global value to store format string.

WrongWeight: 1

Citrix is the primary delivery method for applications at a company. The universal recorder
is not identifying objects in a Citrix Receiver window. What are two ways the bot developer
can resolve this issue? Choose two.

Use AISense recorder to detect objects


Install the Automation Anywhere Remote Agent for Citrix
Connect to Citrix using the Terminal Emulator action package
Try recording objects with the universal recorder multiple times
WrongWeight: 1

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 the Smart Recorder to capture the object


Use the AISense recorder
Link an object to a supporting anchor
Use a command to refresh the page

WrongWeight: 1

A user is capturing actions on an application that they want to automate using the AISense
Recorder. The user scrolls down in the target application to capture a particular object.
Now, the objects in the application are not getting highlighted. How would the user
resolve this issue?

Edit the Capture action once the recording has been completed.
Select the Scan button to analyze the window objects.
Define the object and the supporting anchor.
Wait 20 seconds for the highlight to appear.

WrongWeight: 1

A user is capturing actions on an application that they want to automate using the
Universal Recorder. They observe the following behavior: - While recording, a 'shield' icon
is displayed in the Universal Recorder popup. - After the bot has been saved and later re-
opened for editing, the capture preview does not display the captured screenshot. What
could be the reason for this?

The application is not supported by Universal Recorder.


AISense recorder should be used instead of Universal Recorder.
The administrator has enabled Secure Recording mode
The administrator has set an older version of the Universal Recorder package as the default.

WrongWeight: 1

A bot developer is looking to save time by leveraging pre-developed bots from the Bot
Store. When downloading a bot from Bot Store into the Control Room, which folder inside
the Control Room receives the download?

Bot Store downloads


My downloads
My bots
Bot Store

WrongWeight: 1

A developer is working on an application and learns that there is a pre-built bot in the Bot
Store for this application that can be downloaded. However, the developer is not able to
locate this bot in the Control Room even though it is displayed in the Bot Store tab in the
repository. What role should be assigned to the developer so that they can download and
use this bot?

AAE_Bot Developer
AAE_Basic
AAE_Bot Store
AAE_Bot Download

WrongWeight: 1
While testing for errors, a bot executes logic to login into a web-based application. The bot
enters a username and an invalid password, causing the user-interface to display an error
message, but the bot logic does not detect the error condition of an invalid password.
What should the developer add to the Error Handler: Try block to ensure that an invalid
login causes an error?

Add an Error Handler: Throw action to the Try block.


Add conditional logic to check for the error message, then add an Error Handler: Throw to
the Catch block.
Add conditional logic to check for the error message, then add an Error Handler: Throw to the Try
block.
Add an Error Handler: Throw in the Catch block to display the error message.

WrongWeight: 1
A developer is trying to login to the Bot Store via their control room to search for a bot to
help with their Salesforce implementation. Whenever they provide their control room login
credentials, they receive an error: "Either your email or your password is wrong." What is
the most efficient way for the developer to resolve the issue?

Use the Forgot Password link on the Control Room login dialog.
Click on Forgot Password link in the Bot Store login dialog.
Use their credentials for A-People.
Create a support ticket via their Automation Anywhere contact.

You might also like