wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Robotic Process Automation by Chayan Bhattacharjee

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What does RPA stand for?

a)

Robotic Process Automation

b)

Robot Process automation

c)

Robotic Procedure Automation

d)

Robotic Practical automation

2.

What is the primary goal of RPA?

a)

To replace human workers with robots

b)

To automate repetitive and manual tasks

c)

To improve worker productivity

d)

To reduce costs associated with labor

3.

What is Automation Anywhere?

a)

A software development platform

b)

A business process automation tool

c)

A project management software

d)

A customer relationship management software

4.

Not a type of Automation Anywhere Bots

a)

Task Bot

b)

Meta Bot

c)

IQ Bot

d)

Run Bot

5.

_______ are bots which automate rule-based, repetitive task, in areas like document administration, HR, claims management, IT services and more.

a)

Task Bots

b)

Meta Bots

c)

IQ Bots

d)

Automation Bots

6.

___________ offers Automation using highly advanced cognitive technology.

a)

Task bot

b)

Meta bot

c)

IQ bot

d)

Server bot

7.

The tool shows statistic and display graphs to analyze the performance of every bot in the system.

a)

Bot Store

b)

Bot Insights

c)

Bot Runner

d)

Bot Farm

8.

What are the 3 main components of Automation Anywhere tool?

a)

Control Room, Bot Creator, and Bot Runner

b)

Bot Room, Control Creator and Control Runner

c)

Control Room, Control Creator, and Bot Runner

d)

Bot Room, Bot Creator, and Bot Runner

9.

Which one is not RPA tools?

a)

Blue Prism

b)

Automation Anywhere

c)

UiPath

d)

Selenium

10.

Which of the following is not a common use case for RPA?

a)

Invoice processing

b)

Email automation

c)

Customer service chatbots

d)

Data analysis

11.

What can we not automate with RPA

a)

Filling out forms

b)

Connecting to system APIs

c)

Make Judgement

d)

Scraping data from the web

12.

Web-based operations center that allows the administrator to deploy & monitor tasks sent to bots and manage the bots.

a)

Client

b)

Control Room

c)

Server

d)

Cloud

13.

Which command action we should use to initialize variable in automation anywhere 360 :

a)

Set Value

b)

Assign

c)

Assign To

d)

Set Single Value

14.

What does the Assign action in the Boolean package do?

a)

Compares two boolean values

b)

Converts a boolean value to a string

c)

Assigns a constant or user-defined value to a boolean variable

d)

Inverts a boolean value

15.

What is the output of comparing True and False using the Compare to action?

a)

True

b)

-1

c)

1

d)

0

16.

Which action converts a boolean value to a numeric value?

a)

Equal to

b)

Invert

c)

To number

d)

To string

17.

What does the Invert action do?

a)

Converts a boolean to a string

b)

Converts True to False and vice versa

c)

Compares two boolean values

d)

Assigns a value to a boolean variable

18.

What is the purpose of the Open action for CSV/TXT files?

a)

To write data to a CSV file

b)

To specify the delimiter and encoding of the file

c)

To read data from a CSV file

d)

To delete a CSV file

19.

What happens if there is a double quotation mark in the last element of a CSV file?

a)

The file will open successfully

b)

The data will be ignored

c)

The file will be deleted

d)

The bot will encounter an error

20.

Loops in Automation anywhere

a)

Do-while

b)

Do

c)

While

d)

Until

21.

Which encoding is used to encode languages that is used while saving txt file?

a)

UTF-8

b)

UTF-16LE

c)

ANSI

d)

Win1251

22.

What does the Read action do?

a)

Opens a CSV file

b)

Retrieves values from a CSV or TXT file

c)

Writes data to a file

d)

Deletes a CSV file

23.

What does the IF/ELSE command do?

a)

Compares two strings

b)

Assigns values to variables

c)

Loops through a list

d)

Performs actions based on conditions

24.

What is the purpose of the Close action in the Excel basic package?

a)

To open an Excel file

b)

To read data from an Excel file

c)

To save changes and close an Excel spreadsheet

d)

To delete an Excel file

25.

Which action can be used to display a message in Automation Anywhere?

a)

Message Box

b)

Print

c)

Log to File

d)

Notification

26.

What does the Get multiple cells action do?

a)

Retrieves values from multiple cells and stores them in a table variable

b)

Retrieves values from a single cell

c)

Saves an Excel workbook

d)

Deletes specific cells

27.

What does the Loop command do?

a)

Ends a sequence of commands

b)

Compares two numbers

c)

Repeats a sequence of commands

d)

Assigns values to variables

28.

What does the Random action in the Number package do?

a)

Decrements a number by a specified value

b)

Converts a number to a string

c)

Generates a random integer from a specified range

d)

Increments a number by a specified value

29.

What does the Replace action do?

a)

Converts a string to lower case

b)

Joins elements of list variables

c)

Finds a substring within a source string

d)

Replaces a portion of a source string with a specified replacement string

30.

What is the purpose of the Capture Window action in the OCR command?

a)

To extract text from a file

b)

To capture an entire window as an image

c)

To open an application

d)

To save an image

31.

What does the Trim action do?

a)

Converts a string to upper case

b)

Removes leading and trailing spaces from a string

c)

Reverses a string

d)

Splits a string

32.

What does the Get cell address action do?

a)

Retrieves the location of the active cell

b)

Retrieves the value of a specific cell

c)

Saves an Excel workbook

d)

Deletes a specific cell

33.

What does the Set cell action do?

a)

Opens an Excel file

b)

Deletes a cell

c)

Retrieves a value from a cell

d)

Sets a value in a specified cell

34.

What does the Continue command do in a loop?

a)

Breaks out of the loop

b)

Starts the loop

c)

Skips to the next iteration of the loop

d)

Ends the loop

35.

What does the Compare action do?

a)

Compares two strings and returns True or False

b)

Finds the length of a string

c)

Joins two strings together

d)

Replaces a substring in a string

36.

What does the Save action do in the Excel basic package?

a)

Closes the Excel application

b)

Saves the current Excel spreadsheet with changes

c)

Opens a new Excel file

d)

Deletes the current Excel file

37.

What is the function of the Filter action in data processing?

a)

To sort data in ascending order

b)

To remove duplicates from a dataset

c)

To combine multiple datasets into one

d)

To display only the data that meets certain criteria

38.

What does the Count action do in a dataset?

a)

Counts the number of columns in a dataset

b)

Counts the number of unique values

c)

Counts the total number of entries in a dataset

d)

Counts the number of empty cells

39.

In AA what  feature can be used to compare, find, split, and join string variables?

a)

Keystroke

b)

variable operation

c)

Object cloning

d)

String operation

40.

Which of the following removes leading and trailing spaces from a text string?

a)

Remove

b)

Trim

c)

Delete

d)

Cut

41.

Which of the following can be performed by the user with Bot Runner role?

a)

Create and run the tasks

b)

Run the task using the "one time only" schedule option

c)

Run the task

d)

Add, edit and delete schedule for tasks on your client machine

42.

What is the right way to read excel or csv data?

a)

Recorder

b)

CSV

c)

Object Cloning

d)

String

43.

Which of the following plays an important role in maintaining or calculating information when building automated task?

a)

Task Editor

b)

Variables

c)

Command Library

d)

Web Recorder

44.

Counter variable always start from which of the following digits?

a)

The answer is -1

b)

The answer is 1

c)

The answer is 0

d)

The answer is 2

45.

In AA, What option is used to read the entire cell in Excel?

a)

Get Cell

b)

Go to Cell

c)

Get specific cells

d)

Get multiple cells

46.

Which of the following reads the content of the specified cell on the active spreadsheet?

a)

Get Cell

b)

Go to Cell

c)

Get specific cells

d)

Get multiple cells

47.

Automation Anywhere supports what kind of browser, by default?

a)

Internet explorer

b)

Google Chrome

c)

Mozilla Firefox

d)

Both Explorer and Chrome

48.

Which of the following is not valid Loop Commands?

a)

Each folder in a folder

b)

Each row in an excel sheet

c)

Each image in a folder

d)

Each cell in array

49.

OCR stands for:

a)

Object Character Recognition

b)

Optical Character Recognition

c)

Object Character Resolution

d)

Optical Character Resolution

50.

Automation Anywhere supports which of the OCR engines to capture images.

a)

AABB

b)

TESSARACT

c)

OCR