NEW
Font size
WorksheetsAutomation Anywhere 360 (Practical Oriented)
Total questions: 40
Worksheet time: 20mins
Message Box: A bot finishes processing invoices and needs to notify the user. Which Message Box configuration is MOST suitable?
Information type with OK button
Warning type with Yes/No buttons
Error type with Retry/Cancel buttons
Confirmation type with Abort/Ignore buttons
Message Box: Which Message Box setting allows capturing the user’s response for conditional logic?
Display Message only
Title field
Button selection output
Timeout duration
Prompt: A bot requires the user to enter an invoice number at runtime. Which Prompt attribute ensures valid numeric input?
Default value
Mask input
Validation rule
Display label
Prompt: To store user input from a Prompt into a variable for later use, which configuration is REQUIRED?
Enable secure input
Assign output variable
Add tooltip text
Set prompt title
Browser: A bot opens a web portal and must wait until the page fully loads. Which Browser action ensures synchronization?
Open browser
Refresh page
Wait for page load
Close browser
Which Browser option allows launching Chrome with a specific user profile?
Incognito mode
New tab
Custom profile path
Disable extensions
A bot checks whether the downloaded file exists before processing it. Which condition is MOST appropriate?
String contains
File exists
Variable is empty
Folder has files
Which If condition should be used to verify successful login by checking page title?
Numeric comparison
Boolean evaluation
String comparison
Date comparison
A bot must read all rows from an Excel file until no data remains. Which loop is BEST?
Loop – Times
Loop – While
Loop – For each row
Loop – Until condition
Which Loop configuration prevents infinite execution?
Loop with no condition
Loop with fixed delay
Loop with exit condition
Nested loop
A bot reads a CSV file to process records line by line. Which action is MOST suitable?
Read file as string
Read from CSV
Read PDF
Excel – Get cell
Which CSV action allows appending new records without overwriting existing data?
Write to CSV
Update CSV
Append to CSV
Replace CSV
A bot needs to read dynamic rows where data length changes daily. Which Excel option is preferred?
Fixed cell range
Active cell only
Used range
Named range
Which Excel action is used to retrieve a specific cell value?
Set cell
Get cell
Copy worksheet
Delete row
A bot removes extra spaces from user input before validation. Which String operation is correct?
Substring
Trim
Replace
Concatenate
Strings: Which String function checks whether an email contains '@'?
Length
Split
Contains
Uppercase
Calculator: A bot calculates GST at 18% for invoice values. Which Calculator operation is required?
Add
Multiply
Divide
Subtract
Calculator: Which Calculator action stores the computed result into a variable?
Display result
Print output
Assign output
Reset values
Numbers: A bot validates whether the entered quantity is greater than zero. Which Number condition is used?
Equal to
Less than
Greater than
Not equal to
Numbers: Which Number operation converts a string '123' into a numeric value?
Format number
Parse number
Round number
Compare number
OCR — A bot extracts text from a scanned invoice image. Which OCR engine is MOST suitable?
IQ Bot
Object cloning
OCR – Extract text
Web recorder
OCR — Which OCR configuration improves accuracy for printed text?
Handwritten mode
Language selection
Low resolution
Fast mode
Message Box + If — A bot asks confirmation before deleting files. Which combination is BEST?
Information box + loop
Confirmation box + If condition
Error box + delay
Prompt + calculator
Prompt + Numbers — A bot asks user for retry count. Which validation ensures correct input?
String validation
Numeric validation
Regex for text
Secure input
Browser + Loop — A bot clicks “Next” until the last page is reached. Which logic is MOST effective?
Fixed loop
Loop until element exists
Loop times 10
Infinite loop
Excel + If — A bot highlights rows where amount is greater than 10,000 . Which condition is required?
String match
Numeric comparison
Text contains
Date comparison
CSV + Loop: To process all CSV records, which loop is MOST appropriate?
Loop times
Loop while file exists
Loop for each record
Nested loop
Strings + If: A bot checks whether a filename ends with “.pdf”. Which String function is used?
Contains
Starts with
Ends with
Replace
Calculator + Numbers: Which step ensures calculated tax is rounded to two decimals?
Parse number
Format number
Round number
Convert to string
OCR + If: A bot verifies whether extracted text contains “Invoice No”. Which condition is correct?
Numeric equals
Boolean false
String contains
Date comparison
Browser: Which action helps identify dynamic web elements?
Hard-coded XPath
Object cloning
Recorder capture
Loop — Which loop automatically iterates over a list variable?
While loop
Loop times
For each loop
Conditional loop
Message Box — Which Message Box type is ideal for displaying exception details?
Information
Warning
Error
Confirmation
Prompt — Which Prompt option hides sensitive input like passwords?
Default value
Secure input
Tooltip
Validation
Excel — Which action ensures Excel is closed after processing?
Save workbook
Close workbook
Delete worksheet
Clear cells
CSV — Which CSV delimiter is MOST commonly used?
Semicolon
Pipe
Comma
Tab
Which String operation converts text to uppercase?
Lowercase
Proper case
Uppercase
Capitalize
Which Number operation compares two numeric variables?
Format
Parse
Compare
Round
Which factor MOST affects OCR accuracy?
Bot speed
Image resolution
Variable type
Loop count
Which If condition checks whether a variable has no value?
Equals zero
Is null or empty
Less than
Contains
