NEW
Font size
WorksheetsAutomation Anywhere 360
Total questions: 48
Worksheet time: 24mins
Which Message Box type in Automation Anywhere A360 allows user acknowledgment without returning any value?
Input
Confirmation
Notification
Prompt
What is the default behavior of a Message Box activity when the timeout value is left blank?
Closes immediately
Waits for system-defined timeout
Waits indefinitely for user action
Throws an execution error
Which Prompt property is mandatory to capture user input in A360?
Title
Variable
Timeout
Message type
What data type is returned by a Prompt with multiple-choice options?
String
Number
Boolean
List
Which Browser command ensures the web page is fully loaded before proceeding?
Launch
Capture
Wait for Page Load
Navigate
Which browser action is most reliable for dynamic web elements?
Coordinate-based click
DOM-based click
Image-based click
Keystroke simulation
In an If–Else condition, which operator checks for partial string match?
Equals
Matches
Contains
What happens if no Else condition is defined in an If block?
Bot stops execution
Error is thrown
Control moves to next step
Else executes by default
Which loop type is best when the number of iterations is unknown?
For loop
Each loop
While loop
Counter loop
What condition causes a While loop to terminate?
When condition becomes true
When condition becomes false
When counter reaches zero
When exception occurs
Which loop iterates over rows in a CSV file?
For loop
Each loop
While loop
Counter loop
What CSV command reads data into a table variable?
CSV Write
CSV Append
CSV Read
CSV Parse
Which delimiter is used by default in CSV Read command?
Semicolon
Pipe
Comma
Tab
Which Excel command retrieves data without opening Excel visibly?
Excel Open
Excel Get Cells
Excel Advanced – Read
What variable type stores Excel data read as a grid?
List
String
Dictionary
Table
Which Excel action writes data starting from a specific cell?
Write Cell
Write Range
Set Active Cell
Insert Column
Which String operation removes extra spaces from both ends?
Substring
Replace
Trim
Split
Which String function extracts text based on position?
Substring
Replace
Trim
Split
What is the output of a String Split operation?
String
Table
List
Number
Which Calculator function converts a decimal to nearest integer?
Ceiling
Floor
Round
Modulus
What happens if division by zero occurs in Calculator?
Returns zero
Returns null
Bot crashes
Which Number operation converts text to numeric format?
Parse
Format
Convert
Cast
Which Number format preserves decimal precision?
Integer
Float
Long
Short
Which comparison operator checks numerical inequality?
=
!=
<=
>=
Which OCR engine is most commonly used by default in A360 enterprise deployments?
Google OCR
ABBYY
Microsoft OCR
Tesseract
Which OCR action extracts text from images?
Capture Window
OCR Extract
Image Recognition
Screen Scrape
What variable type stores OCR extracted data?
Table
Number
String
List
Which OCR setting improves accuracy on scanned documents?
Font size
DPI
Which command pauses execution WITHOUT expecting input?
Delay
Prompt
Message Box
Break
What happens if Prompt timeout expires?
Bot stops
Default value returned
Null value returned
Error thrown
Which browser type supports multiple tabs control best?
IE
Chrome
Firefox
Edge
Which If condition checks multiple logical expressions?
Nested If
Switch
AND/OR condition
Case statement
Which loop command exits loop immediately?
Continue
Stop
Break
End
Which loop skips current iteration?
Break
Skip
Continue
Pass
Which CSV command adds new data at the end?
CSV Write
CSV Read
Which Excel action closes workbook without saving?
Close
Close Workbook (No Save)
Exit
End Excel
Which String function merges multiple strings?
Join
Merge
Concatenate
Append
Which Calculator operation ensures positive output?
Absolute
Floor
Ceiling
Modulus
Which Number comparison checks range?
Between
Equals
Contains
Compare
OCR works best on which type of content?
Audio files
Handwritten cursive
High-contrast printed text
Encrypted images
Which Browser command refreshes page content?
Reload
Navigate
Open
Capture
Which Prompt control allows secure input?
Text box
Label
Which If condition compares strings ignoring case?
Equals
Matches
Equals Ignore Case
Contains
Which loop reads Excel rows sequentially?
While
Each loop
For
Do loop
Which CSV file type is most compatible across systems?
UTF-8
ANSI
Binary
XML
Which String function replaces specific text?
Modify
Replace
Edit
Transform
Which Calculator operation rounds up always?
Round
Ceiling
Floor
Modulus
Which Number format supports very large integers?
Integer
Float
Long
Double
