wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Automation Anywhere 360 (Practical Oriented)

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Message Box: A bot finishes processing invoices and needs to notify the user. Which Message Box configuration is MOST suitable?

a)

Information type with OK button

b)

Warning type with Yes/No buttons

c)

Error type with Retry/Cancel buttons

d)

Confirmation type with Abort/Ignore buttons

2.

Message Box: Which Message Box setting allows capturing the user’s response for conditional logic?

a)

Display Message only

b)

Title field

c)

Button selection output

d)

Timeout duration

3.

Prompt: A bot requires the user to enter an invoice number at runtime. Which Prompt attribute ensures valid numeric input?

a)

Default value

b)

Mask input

c)

Validation rule

d)

Display label

4.

Prompt: To store user input from a Prompt into a variable for later use, which configuration is REQUIRED?

a)

Enable secure input

b)

Assign output variable

c)

Add tooltip text

d)

Set prompt title

5.

Browser: A bot opens a web portal and must wait until the page fully loads. Which Browser action ensures synchronization?

a)

Open browser

b)

Refresh page

c)

Wait for page load

d)

Close browser

6.

Which Browser option allows launching Chrome with a specific user profile?

a)

Incognito mode

b)

New tab

c)

Custom profile path

d)

Disable extensions

7.

A bot checks whether the downloaded file exists before processing it. Which condition is MOST appropriate?

a)

String contains

b)

File exists

c)

Variable is empty

d)

Folder has files

8.

Which If condition should be used to verify successful login by checking page title?

a)

Numeric comparison

b)

Boolean evaluation

c)

String comparison

d)

Date comparison

9.

A bot must read all rows from an Excel file until no data remains. Which loop is BEST?

a)

Loop – Times

b)

Loop – While

c)

Loop – For each row

d)

Loop – Until condition

10.

Which Loop configuration prevents infinite execution?

a)

Loop with no condition

b)

Loop with fixed delay

c)

Loop with exit condition

d)

Nested loop

11.

A bot reads a CSV file to process records line by line. Which action is MOST suitable?

a)

Read file as string

b)

Read from CSV

c)

Read PDF

d)

Excel – Get cell

12.

Which CSV action allows appending new records without overwriting existing data?

a)

Write to CSV

b)

Update CSV

c)

Append to CSV

d)

Replace CSV

13.

A bot needs to read dynamic rows where data length changes daily. Which Excel option is preferred?

a)

Fixed cell range

b)

Active cell only

c)

Used range

d)

Named range

14.

Which Excel action is used to retrieve a specific cell value?

a)

Set cell

b)

Get cell

c)

Copy worksheet

d)

Delete row

15.

A bot removes extra spaces from user input before validation. Which String operation is correct?

a)

Substring

b)

Trim

c)

Replace

d)

Concatenate

16.

Strings: Which String function checks whether an email contains '@'?

a)

Length

b)

Split

c)

Contains

d)

Uppercase

17.

Calculator: A bot calculates GST at 18% for invoice values. Which Calculator operation is required?

a)

Add

b)

Multiply

c)

Divide

d)

Subtract

18.

Calculator: Which Calculator action stores the computed result into a variable?

a)

Display result

b)

Print output

c)

Assign output

d)

Reset values

19.

Numbers: A bot validates whether the entered quantity is greater than zero. Which Number condition is used?

a)

Equal to

b)

Less than

c)

Greater than

d)

Not equal to

20.

Numbers: Which Number operation converts a string '123' into a numeric value?

a)

Format number

b)

Parse number

c)

Round number

d)

Compare number

21.

OCR — A bot extracts text from a scanned invoice image. Which OCR engine is MOST suitable?

a)

IQ Bot

b)

Object cloning

c)

OCR – Extract text

d)

Web recorder

22.

OCR — Which OCR configuration improves accuracy for printed text?

a)

Handwritten mode

b)

Language selection

c)

Low resolution

d)

Fast mode

23.

Message Box + If — A bot asks confirmation before deleting files. Which combination is BEST?

a)

Information box + loop

b)

Confirmation box + If condition

c)

Error box + delay

d)

Prompt + calculator

24.

Prompt + Numbers — A bot asks user for retry count. Which validation ensures correct input?

a)

String validation

b)

Numeric validation

c)

Regex for text

d)

Secure input

25.

Browser + Loop — A bot clicks “Next” until the last page is reached. Which logic is MOST effective?

a)

Fixed loop

b)

Loop until element exists

c)

Loop times 10

d)

Infinite loop

26.

Excel + If — A bot highlights rows where amount is greater than 10,00010{,}000 . Which condition is required?

a)

String match

b)

Numeric comparison

c)

Text contains

d)

Date comparison

27.

CSV + Loop: To process all CSV records, which loop is MOST appropriate?

a)

Loop times

b)

Loop while file exists

c)

Loop for each record

d)

Nested loop

28.

Strings + If: A bot checks whether a filename ends with “.pdf”. Which String function is used?

a)

Contains

b)

Starts with

c)

Ends with

d)

Replace

29.

Calculator + Numbers: Which step ensures calculated tax is rounded to two decimals?

a)

Parse number

b)

Format number

c)

Round number

d)

Convert to string

30.

OCR + If: A bot verifies whether extracted text contains “Invoice No”. Which condition is correct?

a)

Numeric equals

b)

Boolean false

c)

String contains

d)

Date comparison

31.

Browser: Which action helps identify dynamic web elements?

a)

Hard-coded XPath

b)

Object cloning

c)

Recorder capture

32.

Loop — Which loop automatically iterates over a list variable?

a)

While loop

b)

Loop times

c)

For each loop

d)

Conditional loop

33.

Message Box — Which Message Box type is ideal for displaying exception details?

a)

Information

b)

Warning

c)

Error

d)

Confirmation

34.

Prompt — Which Prompt option hides sensitive input like passwords?

a)

Default value

b)

Secure input

c)

Tooltip

d)

Validation

35.

Excel — Which action ensures Excel is closed after processing?

a)

Save workbook

b)

Close workbook

c)

Delete worksheet

d)

Clear cells

36.

CSV — Which CSV delimiter is MOST commonly used?

a)

Semicolon

b)

Pipe

c)

Comma

d)

Tab

37.

Which String operation converts text to uppercase?

a)

Lowercase

b)

Proper case

c)

Uppercase

d)

Capitalize

38.

Which Number operation compares two numeric variables?

a)

Format

b)

Parse

c)

Compare

d)

Round

39.

Which factor MOST affects OCR accuracy?

a)

Bot speed

b)

Image resolution

c)

Variable type

d)

Loop count

40.

Which If condition checks whether a variable has no value?

a)

Equals zero

b)

Is null or empty

c)

Less than

d)

Contains