wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Automation Anywhere 360

Total questions: 48

Worksheet time: 24mins

Name
Class
Date
1.

Which Message Box type in Automation Anywhere A360 allows user acknowledgment without returning any value?

a)

Input

b)

Confirmation

c)

Notification

d)

Prompt

2.

What is the default behavior of a Message Box activity when the timeout value is left blank?

a)

Closes immediately

b)

Waits for system-defined timeout

c)

Waits indefinitely for user action

d)

Throws an execution error

3.

Which Prompt property is mandatory to capture user input in A360?

a)

Title

b)

Variable

c)

Timeout

d)

Message type

4.

What data type is returned by a Prompt with multiple-choice options?

a)

String

b)

Number

c)

Boolean

d)

List

5.

Which Browser command ensures the web page is fully loaded before proceeding?

a)

Launch

b)

Capture

c)

Wait for Page Load

d)

Navigate

6.

Which browser action is most reliable for dynamic web elements?

a)

Coordinate-based click

b)

DOM-based click

c)

Image-based click

d)

Keystroke simulation

7.

In an If–Else condition, which operator checks for partial string match?

a)

Equals

b)

Matches

c)

Contains

8.

What happens if no Else condition is defined in an If block?

a)

Bot stops execution

b)

Error is thrown

c)

Control moves to next step

d)

Else executes by default

9.

Which loop type is best when the number of iterations is unknown?

a)

For loop

b)

Each loop

c)

While loop

d)

Counter loop

10.

What condition causes a While loop to terminate?

a)

When condition becomes true

b)

When condition becomes false

c)

When counter reaches zero

d)

When exception occurs

11.

Which loop iterates over rows in a CSV file?

a)

For loop

b)

Each loop

c)

While loop

d)

Counter loop

12.

What CSV command reads data into a table variable?

a)

CSV Write

b)

CSV Append

c)

CSV Read

d)

CSV Parse

13.

Which delimiter is used by default in CSV Read command?

a)

Semicolon

b)

Pipe

c)

Comma

d)

Tab

14.

Which Excel command retrieves data without opening Excel visibly?

a)

Excel Open

b)

Excel Get Cells

c)

Excel Advanced – Read

15.

What variable type stores Excel data read as a grid?

a)

List

b)

String

c)

Dictionary

d)

Table

16.

Which Excel action writes data starting from a specific cell?

a)

Write Cell

b)

Write Range

c)

Set Active Cell

d)

Insert Column

17.

Which String operation removes extra spaces from both ends?

a)

Substring

b)

Replace

c)

Trim

d)

Split

18.

Which String function extracts text based on position?

a)

Substring

b)

Replace

c)

Trim

d)

Split

19.

What is the output of a String Split operation?

a)

String

b)

Table

c)

List

d)

Number

20.

Which Calculator function converts a decimal to nearest integer?

a)

Ceiling

b)

Floor

c)

Round

d)

Modulus

21.

What happens if division by zero occurs in Calculator?

a)

Returns zero

b)

Returns null

c)

Bot crashes

22.

Which Number operation converts text to numeric format?

a)

Parse

b)

Format

c)

Convert

d)

Cast

23.

Which Number format preserves decimal precision?

a)

Integer

b)

Float

c)

Long

d)

Short

24.

Which comparison operator checks numerical inequality?

a)

=

b)

!=

c)

<=

d)

>=

25.

Which OCR engine is most commonly used by default in A360 enterprise deployments?

a)

Google OCR

b)

ABBYY

c)

Microsoft OCR

d)

Tesseract

26.

Which OCR action extracts text from images?

a)

Capture Window

b)

OCR Extract

c)

Image Recognition

d)

Screen Scrape

27.

What variable type stores OCR extracted data?

a)

Table

b)

Number

c)

String

d)

List

28.

Which OCR setting improves accuracy on scanned documents?

a)

Font size

b)

DPI

29.

Which command pauses execution WITHOUT expecting input?

a)

Delay

b)

Prompt

c)

Message Box

d)

Break

30.

What happens if Prompt timeout expires?

a)

Bot stops

b)

Default value returned

c)

Null value returned

d)

Error thrown

31.

Which browser type supports multiple tabs control best?

a)

IE

b)

Chrome

c)

Firefox

d)

Edge

32.

Which If condition checks multiple logical expressions?

a)

Nested If

b)

Switch

c)

AND/OR condition

d)

Case statement

33.

Which loop command exits loop immediately?

a)

Continue

b)

Stop

c)

Break

d)

End

34.

Which loop skips current iteration?

a)

Break

b)

Skip

c)

Continue

d)

Pass

35.

Which CSV command adds new data at the end?

a)

CSV Write

b)

CSV Read

36.

Which Excel action closes workbook without saving?

a)

Close

b)

Close Workbook (No Save)

c)

Exit

d)

End Excel

37.

Which String function merges multiple strings?

a)

Join

b)

Merge

c)

Concatenate

d)

Append

38.

Which Calculator operation ensures positive output?

a)

Absolute

b)

Floor

c)

Ceiling

d)

Modulus

39.

Which Number comparison checks range?

a)

Between

b)

Equals

c)

Contains

d)

Compare

40.

OCR works best on which type of content?

a)

Audio files

b)

Handwritten cursive

c)

High-contrast printed text

d)

Encrypted images

41.

Which Browser command refreshes page content?

a)

Reload

b)

Navigate

c)

Open

d)

Capture

42.

Which Prompt control allows secure input?

a)

Text box

b)

Label

43.

Which If condition compares strings ignoring case?

a)

Equals

b)

Matches

c)

Equals Ignore Case

d)

Contains

44.

Which loop reads Excel rows sequentially?

a)

While

b)

Each loop

c)

For

d)

Do loop

45.

Which CSV file type is most compatible across systems?

a)

UTF-8

b)

ANSI

c)

Binary

d)

XML

46.

Which String function replaces specific text?

a)

Modify

b)

Replace

c)

Edit

d)

Transform

47.

Which Calculator operation rounds up always?

a)

Round

b)

Ceiling

c)

Floor

d)

Modulus

48.

Which Number format supports very large integers?

a)

Integer

b)

Float

c)

Long

d)

Double