0% found this document useful (0 votes)
19 views61 pages

Preguntas Advaced

The document discusses several scenarios related to bot development. It provides examples of issues bot developers may encounter and potential solutions to address them, such as ensuring correct recording of a process, handling dynamic page elements, tracking loop iterations, and resolving errors from network fluctuations.

Uploaded by

Andrés Ruiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views61 pages

Preguntas Advaced

The document discusses several scenarios related to bot development. It provides examples of issues bot developers may encounter and potential solutions to address them, such as ensuring correct recording of a process, handling dynamic page elements, tracking loop iterations, and resolving errors from network fluctuations.

Uploaded by

Andrés Ruiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 61

Financial data from an email needs to be entered in an ERP sytem.

How can the bot developer


identify the subject

Correcto

A developer is required to run a bot using input from an excel file in a specific folder and end

Correcto

Having finished recording several blocks of steps, a developer is reviewing the Variables list. This list
contains
R: 3 opción ‘Click the vertical ellipsis in the variables palette ando choose “Delete unused variables”’

A bot developer is creating a bot that would read data from a Microsoft Excel worksheet and enter
the data into a web page 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 Aclient end?

Esto porque la pregunta menciona que debe asegurarse sin instalaciones adicionales.

R: 2 opción “Perform the recordig using the Ai sense recorder and ensure that the remote
application is present on the taskbar”

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?


Revisar

A developer is calculating a value using several Number type variables and storing the calculation in
a Number variable named nTotal. When logging this value to a file. the value is truncating to only the
integer portion of the number.

How can the developer get the entire Number value to retum two decimal places?

Correcto

The contact center department wants to automate common tasks to speed up call times and reduce
errors. These tasks are initiated by a contact center agent and may require some input from the
agent. What two ways can the bot developer add human interaction into the bot? Choose two.
Correcto

A manager wants to move files daily from a folder on their personal computer to a shared folder on
a network drive so that their team can access the files. The manager wants to use a bot to achieve
this and assigns the task to a bot developer.

How Should the bot developer go about this task?

La pregunta hace alusión a traspaso de archivos y no de carpetas.

R: 4 opción

Which of the following enables bot developers to View the list of files and bots that a bot uses to
run?
Correcto

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.

• Atter tne bot has been saved and later re-openea for editing, tne capture preview does not display
the captured screenshot

What could be the reason for this?

Correcto

A Company just started its automation journey. The bot creators want to use a repository to manage
the bot versions.

When they try to access the repository, they receive an access denied error.

All the bot creators need access to the repository and request the administrator to ename access for
anyone with a Bot creator license.

How would the administrator meet this request?


Correcto

A developer has copied the data from a text box on a web portal to clipboard variable. Which action
within the Clipboard package in Automation 360 Will allow the developer to pass the value from the
clipboard to a user- defined variable?

Correcto

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?
Correcto

A bot developer has logged into a Control Room with a Bot Creator account to build a b0t. 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?

Correcto

You are using the AISense recorder to automate an application. However. in the application. one of
the object's

val ues is dependent on the values selected on another object on the same page.

For example. the values in the Country drop-down list are populated based on the value you select
in the Continent

drop-down.

How would you ensure that this object is automated when the bot is run?
Correcto

A bot developer wants to get data trom postGreSQL database. HOW Should the bot developer
proceed?

Correcto

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

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 any system variable that keeps track of iterations.

Which two actions can be used in conjunction in the bots code to address this issue? (Choose two.)

Correcto

A Project manager is reviewing a bot designed by an RPA developer. The Project manager observes
that network fluctuations result in the web application taki ng 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?
A bot developer is developing a bot that should lock the computer screen after the bot execution.
What is the most

eficient way to achieve this?

Correcto

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 whlch point [t moves to another part of the task to perform more actions.

Which action should be leveraged in this scenario?


Correcto

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?

Correcto

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?


Correcto

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.)

Correcto

A bot is executed to extract data from a web table with values ranging from 10.000 to 10.000,000
and write it to a

CSV file. When the CSV file is opened after execution. each row of data has a different number of
columns.

How would the bot developer modify the bot to correct the issue?
Correcto

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?

A bot developer must create an automation that processes several files in a directory. HOW can each
file be opened dynamicallY?
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?

The financial department of a multinational company wants to provide the RPA team a business
dashboard so they

can have insights from the automated process, The developer starts to make changes on the actual
bot to meet the

requirement.

What package Should the developer add to the bot in order to generate the business dashboard?
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

only identify those window titles that match this pattern.

What is the most effective way to accomplish this?

The procurement team needs to feed all the temporarily logged purchase information from one
large CSV file into a finance database.

What loop types can the bot developer use to meet this request? (Choose two.)
A Solutlon Architect wants to bulld a set of frequently used third-party functions for their team to
use within a native Automation 360 bot.

What are two ways this can be achieved? (Choose two.)

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?
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?

A bot developer is building a bot to manage overtime effectively. The bot should check employees'
work time at the

end Of every month using a timesheet CSV file downloaded from the attendance system. The file
contains each employee name, position, and total hours worked in a month- The bot should find all
employees who worked

overtime for more than 20 hours but exempt the managers- Which If conditions would the bot
developer use?
A Bot Developer is automating a web application that can be opened only in the Internet Explorer
browser and

involves clicking on the Submit button on the page. The condition is to click on Submit that gets
enabled ifthe pagc is completely loaded, Which is the best If condition to work in this situation?

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?

What Will be the result if the following parameters are specified in the String: Substring action?
A clerk in an insurance office consolidates 100 customer details daily, which are scanned as images
and saved into a folder. These are processed by opening the files individually to extract the text
for further processing. To automate this portion of the task, which packages from Automation 360
would help the bot developer automate reading these documents?

Packages: OCR, Loop, String


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?

The supply Chain department of an organization wants to automate its category management
process. Each itern

has a unique SKU ID (formatted The category, subcategory and item name are part of the SKU ID.

Every day, the department receives consolidated sales report that give the number of sales per SKU
ID.

Which action would allow the user to identify the category, subcategory. and item name details to
place an order?

A developer is creating a Child bot that Will read an XLSX file that is stored in the path

This bot should also log the errors encountered in a log file and retum appropriate

errors to the parent bot.


What should the developer implement in the code to ensure that the errors are logged?

The finance team needs to automatically email dozens of reports via SMTP to different teams in the
company.

What method could help the bot developer achieve this?

A bot developer has captured tabular data from a website and Stored it in a "Table" variable. They
are trying to use

he 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?
An Automation Anywhere Developer round out that there is a bot on the Bot Store, that converts an
Excel file to CSV.

that Will helP the developer save development time and effort. WhiCh role does the developer need
to download the

bot from the Bot Store to the Control room repository?

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.)
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?

A developer has installed the Bot Agent onto his Windows 8 32-bit virtual machine with OCB of RAM
working in an

Amazon AWS EC2 instance, After building the bot, the developer has trouble deploying the bot to
the device if they

are not always logged in.

What two items may need to be updated? (Choose two.)

A bot developer round 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?
A bot developer is assigned to create a global schedule for bot execution on different Bot Runner
machines residing

in diferent countries. The bots must get triggered on the first day of the month for each country,
During testing, it

was observed that the bots got triggered before the month-end on some Bot Runner machines.

How can this issue be resolved?

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?


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?

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?
While developing a bot a bot developer notices that the bot continues the automation before the
target Excel file is

opened, causing the bot to error out- This file contains 700,000 lines of data and ta kes between 30-
90 seconds to

open. While the file is opening, a small loading Window appears and then closes just before the file
is opened. HOW

can the bot developer make the bot most resilient and prevent the error at this stage?

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?
A bot developer has been asked to bulld a bot to record a process within an application. The process
involves

entering data Into multiple fields within different sections,

HOW would the bot developer accomplish this request?

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?

A customer has an application with a wildly variable runtime. In the morning. resultS appear within S
seconds. In

the afternoon. results can take up to S minutes. If the query takes over 3 minutes, we want the bot
to send the

administrator an email and stop processing.

What is the best way this can be accomplished?


A developer has opened an Excel with a large number Of rows Of data. the bot successrully
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?

You are automating a web page that requires the user to login and then displays a dashboard page
based on the logged in user's privileges. You need to ensure that the actions on the dashboard page
are executed only after the page iS fully loaded, HOW wOuld you do this?
you are automating a web page that requires the user to login and then disptays a dashboard page
based on the logged in user•s privileges. You need to ensure that the actions on the dashboard page
are executed only after the

page is fully loaded. How would you do this?

The Commission Calculator bot rOWS from a Microsoft Excel worksheet and updates a 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?

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.)

A bot developer wants to automate taskS on an FTP server Whose connection is not stable. HOW
Should they fix thiS?

A Solution Architect wants to build a set of frequently used third-party functions for their team to
use within a native

Automation 360 b0t.


What are two ways this can be achieved? (Choose two.)

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.

Idditional installation

client end?

A developer has Checked-out a bot *Maintogin-Sub" that logs into a system. She wants to use this
bot as a sub-bot

for a process she wants to autornate. Before making any changes or using the checked-out bot.
another developer

wants to make sorne enhancements to the -MainLogin-Sub" bot, and is asking her to in her so he can

complete his changes.

How can the developer continue to work on her bot. while the other developer makes
enhancementS?
A business process is automated using a parent bot and three Child bots. Global values store static
data used by all

four botS. The bot developer iS unable to Create new global values.

How would the developer get those variables created?

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?
A bot built a long time ago uses Old versions of packages yet continues to work properly. Why
should the package

referencú not be updated to the latest versions?

A company just started its automation journey. The bot creators want to use a repository to manage
the bot versions.

When they try to access the repository. they receive an access denied error. All the bot creators
need access to the

repository and request the administrator to enable access for anyone with a Bot creator license.

How would the administrator meet this request?


Segunda

A customer has an application with a wildly variable runtime. In the morning, results appear within 5
seconds. In

the afternoon, results can take up to 5 minutes. If the query takes over 3 minutes, we want the bot
to send the

administrator an email and Stop processing.

What is the best way this can be accomplished?


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 ru ns, 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?

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?


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?
A Bot Developer is automating a web application that can be opened only in the Internet Explorer
browser and

involves clicking on the Submit button on the page. The condition is to click on Submit that gets
enabled if the page

is completely loaded.

Which is the best If condition to work in this situation?

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?

A bot developer is assigned a process to automate using an Unattended bot runner device. One of
the steps in the

process involves logging in to an application. When building the bot, the bot developer does not
want to expose the

login information.

How can the bot developer accomplish this?

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?

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 tW0 ways the bot developer can resolve this issue? (Choose two.)
Organization A wants their email process to be automated. By using Automation 360, Email Subject
and Email

Sender are recorded into a CSV File. Which packages and variables Should be used by the bot
developer?

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.)

You are automating a web page that requires the user to login and then displays a dashboard page
based on the

logged in user's privileges. You need to ensure that the actions on the dashboard page are executed
only after the
page is fully loaced. HOW would you do this?

A bot developer wants to automate tasks on an FTP server whose connection is not stable. How
Should they fix this?

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.)
A Solution Architect wants to build a set Of frequently used third-party functions for their team to
use within a native

Automation 360 bot.

What are two ways this can be achieved? (Choose two.)

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 incorrect."

What is the most efficient way for the developer to resolve the issue?
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 Stri ng

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?

A production department in an organization receives thousands of quotes in PDF format from


multiple vendors. The
department manager is automating the extraction of fields using the Automation 360 PDF package
and assigning

the outcome to a variable.

Which type Of variable Should be used to assign the outcome?

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?


A developer finds that they often reuse identical values between the bots they develop. What
Automation 360 RPA

development best practice Should the developer use to simplify this process?

A bot developer must create an automation that processes several files in a directory. How can each
file be opened

dynamically?
A developer has installed the Bot Agent onto his Windows 8 32-bit virtual machine with 4GB Of RAM
working in an

Amazon AWS EC2 instance. After building the bot. the developer has trouble deploying the bot to
the device ir they

are not always logged in.

What two items may need to be updated? (Choose two.)

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

screensnot.

What could be the reason for this?

A bot developer is trying to rename a bot but receives an error message.

What are two possible reasons for this failure? Choose two.
A bot developer is building a bot to run daily reports. If any error occurs in the web application while
the report is

running, a window titled "Error with important information is displayed. The developer would like to
capture an

image of this window when an error occurs and save it to a local file on the desktop. Which action
Should the bot

developer use to capture the desired image?

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?
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?

A citizen developer is analyzing a business process for which a Task Bot with no artificial intelligence
needs to be

created,

Which two conditions need to be considered? (Choose two.)


A recorder is used to capture a series of steps to fill out a web-based form. On playback, there is an
inconsistency

noticed in filling out certain fields Of the form. Some fields are filled out faster than the Others.

How can the bot developer change the code to ensure consistent playback?

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 boti
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?

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?


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?

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?

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?
A developer needs to create a bot to fetch information from a file in CSV format, loop through the
data in the CSV file

and input the data to a system.

Which variable type Should the developer use to iterate each row in the CSV file?

A bot built a long time ago uses Old versions Of packages yet continues to work properly. Why
Should the package

references not be updated to the latest versions?


A company just started its automation journey. The bot creators want to use a repository to manage
the bot versions.

When they try to access the repository, they receive an access denied error. All the bot creators
need access to the

repository and request the administrator to enable access for anyone with a Bot creator license.

How would the administrator meet this request?

You might also like