Quiz 1 Automation Anywhere
Quiz 1 Automation Anywhere
Quiz 1 Automation Anywhere
2. How can a command be added from command library to the Task Actions List in workbench ?
3. Which of following features help in comparing two images and take an action?
None
4. Which among the following should be checked prior to ensuring that the task performed is devoid
of any errors in a Web Recorder?
6. Which of the following command allows users to send the Username and Password in the Terminal
Environment?
Send Username
Send Text
Send Password
All
7 . Which of the following is not a valid Loop command?
Run Task
Take Snapshot
All
9. Which of the following can be attached to an email being sent via Error Handling?
Snapshot
Variable
Error Log
None
10. A Bot is created with specific Properties, Scheduling, or Triggers and uploaded on the Web CR.
Which of the following gets carried forward with the Bot?
Properties only
Anonymous Login
None
Secure FTP
Hourly Rate
Run Time
Debug Time
Currency
13. Which of the following is used to write some information in a text document?
Log to File
Write to File
14. What is the frequency in which a task can be scheduled with a BotCreator Client?
One time only
Two times
Three times
It is necessary to define
15. Which of the following options in AAE support the email notification feature?
All
AAE Client
16. In "Wait for window" command, what options are available under the statement "If condition is
not satisfied in the specified time"?
None
17. For which of the following System Variables, the format can be changed?
Year
Month
Date
Time
Workload
Bots
Audit
Insights
19. Which of the following is not a valid recorder in Automation Anywhere Enterprise Platform?
Web Recorder
Screen Recorder
Smart Recorder
Desktop Recorder
20. Which of the following recorder/command is 'most' preferable to automate with if the application
is web based?
Image Recognition
21. PDF Integration- Extract Text command allows output in two different text-types, which are:
22. Which of the following statements is true about the Object Cloning command?
It is capable of capturing web as well as window objects and controls such as text from drop down
menus
It works only on the screen coordinates to capture the information from a specified area
It is capable of extracting information from a CSV/TEXT file without opening it
23. Which Message Format can be used to insert a picture in the message section of 'Send Email'
command?
Text
Html
24. Which of the following modes of Information Capture is supported by Smart Recorder?
Object Mode
Window mode
Text Mode
Command Mode
25. Which of the following String operation sub-commands is used to get number of characters in a
given source string?
Before/After
Count
Length
Find
26. An Excel file contains telephone numbers in [STD CODE - LANDLINE NUMBER] format. It has input
mistakes where STD CODE for Delhi has been typed instead of STD CODE for Mumbai. Which
command can be used to make corrections with least amount of time and effort?
None
27. Which of the following types of reports are generated by the Report Designer?
Task Run
Task Failure
Workflow Run
Workflow Failure
28. $Filedata Column$ variable allows us to read column wise information from the following file
type(s)?
.csv
.txt
.doc
29. Which of the following type of variables are available in the Task Editor?
Array
Boolean
List
Integer
30. If a customer does not want AAE to capture credit card while using object cloning
across all of their AAE Clients, what are the options available to a Bot Creator?
None
Continue
32. Which of the following options is used to divide one PDF document into multiple PDF files?
Merge Documents
PDF to Image
Decrypt Document
Split Document
33. Which line number will the control go to, after Line 4 in the following error handling block gets
executed? 1. Begin Error Handling (Error Handling Action = Continue) 2. [code] 3. [code] 4. [code]Error
occurs at this line 5. [code] 6. [code] 7. End Error Handling 8. [code] 9. [code]
None
Object Cloning
Web Recorder
Smart Recorder
Screen Recorder
35. Which of the following settings are done under 'PDF to Image' command?
Resolution of Image
Color/Grayscale
None
Format of Image
.metabot
.mbot
.atmx
None
37. Which type of variable is returned when String Operation's Join command is used?
Value
Array
Password
List
38. Which of the following system variables are associated with Arrays?
arrayColumns
arraySize
arrayElements
arrayRows
null
False
40. It is mandatory to associate a credential with locker before it can be consumed in a Bot
(True/False).
False
True
True
False
Blue Prism
UiPath
Automation Anywhere
Selenium
Who executes RPA process?
Tester
Lead
Bots
Junior Tester
Yes
No
Before RPA, there has been another form of automation, using the same concept. (Question Andreas)
Artificial Intelligence
What is an API
Search machine
Connector
Data collector
MOT
Micro Focus supports and extends typical RPA capabilities with: ( one is wrong, choose the wrong one
)
•Reliable UI automation with more than 40 technologies, including SAP, Web, WPF, .NET, and Java
Harnessing RPA’s capabilities to handle these mundane processes provides benefits such as:
•Decreased costs: Build automated processes quickly using simple record/playback functions.
•Increase costs: Build automated processes quickly using simple record/playback functions.
•Decreased Time: Build automated processes quickly using simple record/playback functions.
Software robot
Software controller
Software processor
Andreas
Is RPA Scalable?
Yes
No
N/A
RPA is a software robot that imitate human actions, whereas AI is the salutation of human intelligence
by machines.
RPA is a software robot that duplicates human actions, whereas AI is the simulation of human actions by
machines.
RPA is a software robot that mimics human actions, whereas AI is the simulation of human intelligence
by machines.
RPA is a software robot that investigate human actions, whereas AI is the stimulations of human
intelligence by machines.
1. Take snapshot, Run Task and Log data into a file are possible
in Error Handling.
10. Create a new role under security Tab method is used to assign
a new set of permissions to a group of users.
Question: Do I need to finish all my work in one application before moving onto the next
application or can I switch back and forth between various applications while recording?
Answer: You can switch back and forth between various applications while recording.
Question: Can Automation Anywhere work if computer is locked? Can I record a task to unlock
the computer?
Answer: Yes. Automation Anywhere offers secure Auto Login technology. Auto Login allows
scheduled tasks to run even when computer is locked. When you schedule a task you can
enable Auto Login capability. If Auto Login in enabled, and if computer is locked, Automation
Anywhere will unlock the computer, run the task and lock it back.
Question: I use remote access software to access a remote machine. Can I record a task that
performs activities using remote access software?
Answer: Yes. Automation Anywhere supports all the remote access software.
Question: Is it possible to store special characters like Tab key in a variable?
Answer: Yes, you can store any special character as a text value in a variable.
Question: Can I get all the file names in a folder to perform some operation on it?
Answer: Yes, you can use the “Loop for Files in a folder; Here $FileName$ will have next
filename inside the specified folder in each Loop execution. You can use this System variable to
perform any operation inside the Loop – End Loop block.
Answer: You can use the ‘If Script Successful’ subcommand inside the ‘If command’. This
command will run the script and will execute the ‘If – End If’ block only if the script ran
successfully.
Question: When I use ‘Run Task’ command, how do I know if the task successfully completed?
Answer: You can use the ‘If Task Successful’ subcommand inside the ‘If command’. This
command will run the task and will execute the ‘If – End If’ block only if the task ran
successfully.
Answer: Yes, you can use If Condition (If Application Running) to see if any application is
running or not. You can specify the exe name that you want to test in the If condition.
Answer: A Clipboard is a special variable which stores the value of system clipboard (Ctrl+c).
We can utilize clipboard subcommands like Clear Clipboard, Assign to Clipboard, and Assign
from Clipboard to variable clipboard value.
Question: What are the features will carry forward when we deploy a task in AA control Room?
Answer: Properties of the respective task will carry forward to control room when we deploy a
task, Unlike Schedule and Triggers will only restrict to Developer Client.
Question: What is the difference between Email Automation Command and Send Email
command?
Answer: Using Email Automation Command we can automatically manage the email messages
such as manage your incoming emails and extract attachments to specific folder, clear
unwanted email messages, communicate your email server and monitor email activity etc. But,
send email command we can trigger the emails and include the attachments with it and format
the message in HTML.
Answer: Auto Login automatically unlocks and log into a computer while running an automated
task means auto-login option allows you to run tasks on computers that are unattended. Auto-
Login unlocks the computer, and runs the automated tasks, and returns the computer to the
original state.
Answer: A hotkey is a shortcut key we can use to run the task in Automation Anywhere
Enterprises Client (AAE Client). In AAE Client to assign a hotkey select task–>properties–>hot
key.
Question: In Web CR, My Device tab, what are the three status that a device can be in?
Answer: It displays the number of devices that crossed the threshold for HDD usage.
Question: In Web CR, how to transfer data from a previous Control Room Version 10.x to the
current version 11.x?
Question: In Web CR, which option in the Administration panel allows the user to view a list of
purchased products?
Answer: License.
Question: In Web CR, how to monitor certain events like the highest percentage of a particular
activity being performed based on either user name or host machine type?
Question: In Web CR, how to move Bots from one automation room to another?
Question: In Web CR, how to check the different errors that the Bots may have encountered?
Question: In Web CR, which of the option defines number of work items and number of devices
required to process?
Question: In Web Cr, which option schedules a Bot to be executed at a specific point in time?
Question: In Web CR, which dashboard helps consumers to analyse task data and enhance
widgets?
Answer:
Question: Which recorder primarily utilizes screen coordinates, mouse clicks, and keyboard
operations?
Answer: HTML.
Question: While building a task using Screen Recorder, which points should be kept in mind?
Answer:
Use the same operating system for task recording and execution.
Use the same screen resolution for task recording and execution.
Question: Which Error Handling option is used to capture a picture of the bot runner desktop
once error occur?
Question: Which command is used to click a button, when using the web recorder?
Question: While working in Error Handling, which option is used to add an additional line error
data to an existing log file.
Answer: Append into Log file under Log Data into File.
Question: When using the Log Data into File option of the Error Handling command, what
happens when you press the F2 key while your cursor is in the Log File field?
Question: Which command is used to change the name of a folder to the current date?
Question: Which command is used, when using the Image Recognition command, check if the
target image is identified in the source window?
Question: In the Image Recognition command, which values of the Match Percentage ensures
all the pixels match between the two images captured using Image Recognition command?
Answer: 100.
Question: Which option should select in the Log to file section of the Error Handling command to
record the time and date when the error occurred?
Question: Which commands allows you to specify a time to wait for the condition to be true
before taking another action?
1. In case there is no error in a task, the value of "Error Line Number" will be________________.
-1
0 (Zero)
-2
None
2. In the loop associated with Database command, which system variable is used to extract column values
from the database table?
$Filedata Column$
$DataSet Column$
$Table Column$
$ArrayColumns$
3. Which of the following actions can not be performed using the PDF Integration commands?
Array
List
String
Integer
7. Counter variable always starts from which of the following digit?
0 (Zero)
1
-1
2
8. Which of the following is not a valid Loop command?
Length
Find
Count
Before/After
10. Which of the following is 'most' preferable to extract an html table?
Web Recorder
Object Cloning
OCR
All
used?
List
2. What is the default function of Excel 'Close Spreadsheet' command?
3.Which option is used to make multiple PDF page from single file?
Merge Documents
PDF to Images
Decrypt Document
Split Document
4. Where does the PGP command allow the encryption/decryption of a file using keys?
Passphrase is used for encryption and Private Key is used for the decryption of encrypted file
Private Key is used for encryption and Public Key is used for the decryption of encrypted file
Public Key is used for encryption and Private Key is used for the decryption of encrypted
file
Public Key is used for encryption and Passphrase is used for the decryption of encrypted file
5.A user is working in a spreadsheet and wants to close the spreadsheet, retaining all data
intact after completing the work. What command(s) will meet this request?
6.A developer creates a script from the Workbench with the debugging mode set to 'ON' but is
not seeing any Images in the Visualize section. What
Toggle Breakpoint
7. A user from human resources wants to access all records that are in the employee database,
he is not comfortable editing databases but is comfortable working. What are two methods that
an administrator to the in the desired format?
Using Database Command and SQL query to export the data from the database and
store it in a CSV.
Using Database Command to export the result of"Run Stored procedure" command
to CSV.
8. An administrator is writing into a database and received an error detailed in the exhibit.
What two steps need to be taken to resolve this error? (Choose two.)
The Insert Statement should not have '$Name$' variable in single quotes. a
The entire code should be between Prompt Message and Execute SQL statement.
The Prompt command should accept input in Name variable and not Age variable
Run Time
Currency
Debug Time
Hourly Rate
10. What recorder should be used If the object captured IS based on coordinates?
Smart Recorder
Obtect Cloning
Screen Recorder
4. In AA what feature can be used to comapre, find, split, and join string variables?
A. Keystroke
B. variable operation
C. Object cloning
D. String operation
5. Which of the following removes leading and trailing spaces from a text string?
A. Remove
B. Trim
C. Delete
D. Cut
6. The four basic SQL command includes, insert, update, select and ______________
A. Erase
B. Delete
C. Cut
D. Remove
7. Which of the following enables you to Add Assets screen and DLLs to the metabots?
A. Web control room
B. Client
C. Metabot designer
D. Report Designer
8.Which of the following helps to closely manage TaskBots, Metabots and IQBots uploaded in
the server?
A. Clients
B. Audit trails
C. user management
D. Repository Manager
9. 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
11. If there any dynamic change in window title, which of the following should be done?
A. Convert the Window title as a variable
B. Use the variable operation
C. Use the wild card character while capturing
D. Convert the window title alone
12. 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
13. Which of the following allow access, control default, and DOS-based action of remote
terminals?
A. Error Handling Command
B. PGP Command
C. FTP command
D. Terinal Emulator Command
14. The Automation Anywhere tool supports Active Directory integration. State True or False.
A. True
B. False
15. Identify the system defined variable used for deploying a task globally?
A. Current Directory
B. System
C. Control room repository
D. AA Application Path
17. 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.
18. In AA, What option is used to read the entire cell in Excel?
A. Get multiple cells.
B. Get Cell
C. Go to Cell
D. Get all cells
19. Which of the following reads the content of the specified cell on the active spreadsheet?
A. Go to cell
B. Set cell
C. Open spreadsheet
D. Get cell
20. A password protected spreadsheet can be opened using open spreadsheet feature of AA.
State True or False.
A. True
B. False
22. You need to extract name, SSN number, and address from 20 PDFs which are of the same
category in a folder. What are the action required?
A. Use extract from fields in PDF
B. Use object cloning
C. Use wildcard character in window title of PDF
D. Use extract from fields in PDF for each file in a folder
23. Which of the following can be performed using PDF integration command?
A. PDF to Image
B. PDF to Email
C. PDF to Web page
D. PDF to XML
27. When you use Google Chrome browser, how do you select a dropdown value?
A. In object cloning, set the value of textbox to be selected
B. Click the textbox and keystroke the value to be selected
C. Use manage control activity
D. In object cloning, click the item.
28. Which of the following is used to automate, if the application is web based?
A. Managed window control
B. Object cloning
C. OCR
D. Web Recorder or Managed Web Controls
35. Which mode is used to recognize multicolored text on a multi colored background?
A. Gray Scale
B. Normal
C. Monochrome
D. RGB
36. Which of the following are 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
38. We can use a single metabot for different applications. state true or false.
A. True
B. False
39. To identify changes for modification in the source application, what metabot option is used
to instantly compare an existing screen with a new screen?
A. Capture
B. Synchronize
C. Calibrate
D. Configure
50. AAE 10 LTS supports versioning through which of the following Version Control System?
Ans- VisualSVN
52. Which of the following variable types are available in the Task Editor?
Ans- • Array
• List
57. Which of the following types of reports are generated by the Report Designer?
Ans- Task Run
and Workflow Run
58. Which of the following options allows to identify the Location of a Control Room
repository?
Ans- Control Room Settings (Administration > Settings > Credentials Tab)
59. Which among the following should be checked prior to ensuring that the task performed is
devoid of any errors in a Web Recorder?
Ans Doubt- The zoom factor in IE browser should be 100 %
60. Which of the following Clients is accessible to a user with Admin role/rights?
Ans Doubt- 0 Bot Creator Client
61. Which of the following file/files cannot be scheduled by the Schedule Manager in AA Client?
Ans Doubt- Metabot
64. Which one of the following is ‘highly’ not recommended to use if the application is local and
offers full support of objects for automation?
Ans Doubt- Managed Windows Control
68.Which of the following helps in searching for a web control based on the index number of
the control stored while
recording a web page?
Ans- Control Index
69. At the event of an error, the ‘Set Task Status’ option under
Error Handling command allows to set the current task as
Ans- Pass or Fail
71. Which of the following methods is used to assign a new set of permissions to a group of
users?
Ans- Create a new role under Security Tab
73. Which of the following options are true when the user
connects to more than one excel file during task execution?
Ans- Yes, it is supported by defining different session
name for each excel file
TRUE
FALSE
Explanations:The Task Editor can be used to edit existing tasks created by various recorders.
2. Which of the following types of architecture is supported by Automation Anywhere?
Peer-to-Peer
Client-Server
Mesh
Both A and B
Error Description
Error ID
Options A and B
Explanations:System variables Error Line Number and Error Description can be used to mangage
and debug errors during task execution.
5. Which of the following is the default TCP/IP port that Automation Anywhere uses to
send emails?
23
25
45
72
Explanations:The default port is 25 which is the internet standard for sending SMTP email.
6. What is the right way to assign values to a previously defined variable?
Variable Operation
String Operation
Prompt for Value
Google Chrome
Firefox
Internet Explorer
Safari
Explanations:Internet Explorer is 100 percent supported by recorders.
9. In AA, which feature can be used to compare, find, split, and join string variables?
Keystroke
Object Cloning
String Operation
Variable Operation
Explanations:The String operation is used to compare, find, split, and join string variables.
10. Which of the following enables you to add assets and DLLs to the MetaBots?
Client
MetaBot Designer
Report Designer
Explanations:MetaBot Designer is used to add assets and DLLs to the MetaBots.
11. Which of the following helps to closely manage TaskBots, MetaBots, and IQBots
uploaded in the server?
AA Client
Audit trails
User management
Repository Manager
Explanations:The AA Client helps to manage TaskBots, MetaBots, and IQBots uploaded to the
server.
12. If there is a dynamic change in the window title, which of the following should be
done?
Task Editor
Variables
Command Library
Web Recorder
Explanations:Variables play an important role in maintaining and calculating information when
building automated tasks.
14. In AA, which option is used to read the entire cell in Excel?
Get multiple cells
Go to cell
Get cell
Explanations:The Get all cells command is used to read the entire cell in Excel.
15. Which command is used to read a check box in a PDF?
Extract text
OCR