Automation Anywhere Advanced RPA Test 1

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

What does a counter variable always start with?

1

Which three options in Automation Anywhere Enterprise framework support the email notification feature? (Choose three.)

1) AAE Client 2) AAE Send Email Command 3) AAE Control Room

A developer logged into a client machine has recently completed designing a new TaskBot and needs to evaluate the Bot outcome for purpose of meeting the project requirement. If the evaluation is successful, the TaskBot will then be uploaded to the control room. Which three actions could the developer take, to execute the TaskBot for the evaluation? (Choose three.)

1) Open the TaskBot in the workbench and execute it 2) Double-click the shortcut of the Bot created on the desktop 3) Provide the complete path of the TaskBot ATMX file in the CLI window

A user scheduled some tasks on the local client and left for the day. The next day, the user finds that none of the tasks were executed. The event log shows that the machine did not shut down or restart. Which of these are possible reasons that the command did not execute? (Choose two.)

1) The Automation Anywhere Enterprise Scheduler Service got shut down 2) The Automation Anywhere Enterprise Client Service got shut down

A Control Room administrator has received an advisory from IT that security may be compromised for many Control Room systems. IT is concerned that there may be an attempt to load some harmful code into the Control Room. What two steps can the Control Room administrator take to address this threat?(Choose two.)

1) Under Administration > Settings- Whitelisted file extensions > Disallow extensions which could be a virus (BAT files, etc,) 2) Check the Audit Log for user logins that occur at unusual hours into the Control Room, share this information with their user's manager, and check the user's uploads for threats

The locker administrator informs the developer to use the credentials from the locker that the developer has been provided access to. The developer logs into the control room to learn the names of the variables and use them during development but finds nothing created inside the locker. The developer creates their own credential variables inside the locker but is unable to use these credential variables during development. What will resolve the issue?

A role mapped with 'Consumer' access inside the locker needs to be assigned to the developer's user account

What is a pre-defined system role in Control Room to create a device pool?

AAE Pool Administrator

An administrator has scheduled a bot from the Bots section. The administrator's manager feels that the schedule is incorrect. In Control Room, where would the administrator go to show the schedule?

Activity > Scheduled

Which option allows an administrator to identify the location of a Control Room repository?

Administration > Settings > General Tab

A group of Automation Anywhere Enterprise users are required to automate bots for a customer change requirement. The users find out that with their current access they do not have privileges to do so. What should the administrator's action be to ensure the users can successfully complete their task?

Allocates users' the Bot Developer license

A bot creator has added a credential to the control room but cannot add the new credential to a locker. What should the Locker administrator do to assist the bot creator?

Assign the bot creator's account as a Participant in a locker

Which dashboard does the Control Room administrator need to reference to get a graphical representation of Events Distribution by Activity Type?

Audit

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?

Close the spreadsheet

An organization has 30 task bots running that transfer data from one application to the other within the organization. The organization now wants to update the interfaces of all the application. This means that the task bots need to be reworked again. How can the bots be re-created this time so that they can automatically adapt to any changes in the interface of the application in future?

Create MetaBots to implement business function as they work on the blueprint of the application surface

Which of the following is an incorrect looping condition?

Each node in a tree view

A user needs to perform two distinct sets of actions on a Linux box, as such the user made two scripts (Script1 and Script2), both using Terminal Emulator commands. Connection setup to the Linux box has only been made in Script 1. The user wants that when Script 1 is executed, Script 2 will also be executed using the connection set of Script 1. When the user executes Script1, only Script1 executes. What step does the user need to take to make Script2 run when Script1 is invoked, using connection setup of Script 1?

Enable "Share Session" in Script1 > Terminal Emulator> Command

An Automation Anywhere administrator has received a notification that the latest version of AAE is available, What is the first step the administrator would take in installing the newest version?

Ensure all outstanding work items are processed

A Control Room administrator has been notified of forthcoming downtime that will impact the ability of TaskBots to run. What is the first thing the administrator should do the best prepare for this downtime?

Go to Activity > Production, mouse over the Bot schedule to be deactivated and select the 'relegate' toggle in the Control Room user interface

In CRs 'Home' Dashboard, where are the inputs for CPU, Memory, and HDD utilization data collectively provided?

Heartbeat widget

Which Message Format can be used to insert a picture in the message section of 'Send Email' command?

Html

Which of the following web browsers is 100 percent supported by recorders in Automation Anywhere?

IE

During UAT, a client learns that Automation Anywhere software takes screen shots of all surfaces that it encounters and wants to stop this from occurring while recording. What can be done to prevent this?

In Administration > Settings, the Control Room administrator can turn 'Secure Recording - On'

Which options are available in a Control Room activity tab?

In Progress, Scheduled, and Historical

What is an extension of a Metabot file?

MBOT

Which of the following enables you to add assets and DLLs to the MetaBots?

MetaBot Designer

How can an administrator pull in some bots into the Control Room which were received via email attachment?

Pull in Bots into the Control Room via the Bots > Import Bots command

An administrator is tasked to consume work items from a given queue in the Control Room instance in an existing connection. In the Variable Manager panel, what must the administrator first add in the Bot?

Queue Category

A Control Room user is troubleshooting a TaskBots activity, which is currently stopped. The user suspects it was stopped manually. How can this be confirmed?

Review the Audit log and look for User activity

The administrator of an Automation Anywhere Enterprise server has noticed that in the last few days, there has been an unusually high volume of events. What should the administrator do to get more information about these events?

Review widgets of the Activity section of Control Room Explanation Activity: The activity feature of the Control Room dashboard is mainly used to check the history and the progress of the scheduled activities. It has the following 3 options under it: In progress: The In Progress Activity tab is used to check the status of the activity which is currently executing. It gives all the details related to the activity such as the username, bot name, item name, progress, etc. Scheduled: The Scheduled activity tab is used to check the details of the activity which is scheduled to execute sometime later. It gives all the details related to the activity such as the username, bot name, item name, progress, etc. Historical: The historical activity tab is used to check the details of the activity which might have completed, finished, stopped or timed out. It gives details related to the device name, automation name, bot name, user, started on, etc.

A Control Room scheduled automation has a status of failed. What should the administrator do to find the error message and details of the precise location in the task that the error occurred?

Select View Activity from the ellipsis for the failed activity listed in the Activity > Historical > View historical activity page of the Control Room interface

A developer at an organization created a MetaBot that enters data into several text fields of an application. The entry is done using local MetaBot variables. Other developers in the organization also want to use this MetaBot to enter a different set of values into the same fields of the application. How can they share and reuse the MetaBot?

Share the MetaBot code using a shared network location and then map data read from task bots to MetaBot variables

What recorder should be used if the object captured is based on coordinates?

Smart Recorder

In AA, which feature can be used to compare, find, split, and join string variables?

String Operation

An Automation Anywhere Control Room administrator has developed several bots which contain some potentially sensitive information. The administrator's manager is concerned about protecting this information while the bots are exported off the control room. What should the administrator do to allay the managers concerns?

The 'Password' should be entered in the Control Room 'Export bots + files' tool

An administrator writes a query which returns 10,000 rows. However, the administrator only wants to return a maximum of 500 rows. What command should be used to provide the desired result?

The 'maximum number of records to fetch' in Database-SQL Query command

While editing a task, the screenshots are not appearing under the Visualize Tab. What could be the possible reason?

The task was created with the Secure Recording option enabled in CR

What can a user do to send EXE and BAT files via mail, which are currently being blocked by the mail server?

The user can put all such attachments in a ZIP, encrypt this file, give the output file a PGP extension, and mail the PGP file

An administrator captures the value of $Error Line Number$ variable in a log file and finds that the value of $Error Line Number$ variable is 4 What does this mean?

There is an error on line number 4 of the script

The administrator of an Automation Anywhere Enterprise installation needs to review the most frequently occurring reasons why Bots associated with the Control Room have failed. Which widget in the Bots Dashboard can provide the desired information?

Top Failure Reasons Explanation Bots Heartbeat: Provides a statistical representation of the relationship between the failure score of a bot and the respective bot. A failure score is a calculation of the resource utilization when you run a bot. The formula for calculating the failure score is: Failure Score = 0.3*(28 * ln(max(cpu) + 1) - 43) + 0.5*(33 * ln(max(memory) + 1) - 53) + 0.2*(25 * ln(max(hdd) + 1) - 43) (ln → log to base e) MVP bot: Provides information about the bots with maximum processing times and the number of times they run. Bot Status: Provides information about the status of the bots that were executed. Top Failure Reasons: Provides information about the errors the deployed bots encounters. The errors are categorized into various groups and the number of errors for each group is displayed. Upcoming Schedules: Provides information about all the bots that are scheduled to run.

What is the FTP-Put Files command do?

Upload file(s) from the local system to an FTP/SFTP server

As part of an automated business process defined within the Automation Anywhere Control Room, a SQL database table is updated. The database is currently available 24/7. Business need has necessitated a change to the availability of the database for updates. The database will now be unavailable on Saturdays. What should the Control Room administrator's action be to accommodate this change?

Use Control Room > Activity > Scheduled > Edit the Activity to change from a daily schedule to a weekly schedule and exclude Saturdays

A human resources executive creates a folder every month with prospective candidate names under the folder c:\Prospects on their hard drive. The executive now has hundreds of empty folders under c:\Prospects. How can the executive remove all the candidate folders under the folder c:\Prospects?

Use a"Loop Each Folder in a Folder" loop to loop over the directory"c:Prospects", then choose the folders to delete by displaying the name of the folder via $folder name$ variable

A developer accidentally misspells the city name for a Marketing Event. What is the fastest way to correct this mistake across 100 rows in an Excel spreadsheet?

Use the Excel Find/Replace command

What variable is returned when the String Operation's Join command is used?

Value

What dashboard displays graphical information like 'Device pools by FTE' and 'Device pools by backlog'?

Workload


Set pelajaran terkait

Ch.13 Store Layout, Design & Visual Merchandising

View Set

PCR, DNA sequencing, genes (Benzer), Central Dogma, and Prokaryotic Gene Regulation

View Set

Chemistry & Urinalysis and body fluids ASCP MLT medialab exams

View Set

AP World History Unit 4 Questions

View Set

SC-900 - May 5, 2023 Study Guide - Part 2 of 4 - Describe the capabilities of Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra (25-30% of Exam)

View Set

Interest Groups/Political Parties

View Set