Automation Anywhere Advanced RPA Test 5

¡Supera tus tareas y exámenes ahora con Quizwiz!

What are the two variables associated with loop commands 'Each Row in a CSV/TEXT File' and 'Each Row in an Excel Dataset'?

$Filedata Column$ and $Excel Column$

Which system variable can be used in the required command to access the work item attributes from a queue category?

$WorkItem$

In case there is no error in a task, the value of "Error Line Number" will be_____.

0

Which two commands can be used to download a file?

1) FTP 2) Web Recorder

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.)

1) Move the Execute SQL statement to be between Connect and Disconnect 2) Move the Prompt Message to be before the Disconnect statements

What three options allow a user to download multiple email messages that all contain attachments, where the message is saved in text format and the attachments are saved in a pre- defined folder? (Choose three.)

1) Use the "Email Automation - Get All Messages" command to loop over the mail box Choose "Message Format" as Plain Text and specify the folder location to download attachments 2) Use the "Loop Each Email Message on Mail Server" command to loop over the mail box 3) Use the "Email Automation - Get All Messages" command to loop over the mail box, choose "Message Format" as HTML and specify the folder location to download attachments.

Which of the following email based triggers does AAE support out of box?

1) User activated / deactivated 2) User information updated 3) Task execution status

What is a pre-defined system role associated with the "Credentials Vault" feature in Control Room?

AAE_Locker Administrator

Which feature in the Web CR displays In Progress, Scheduled and Historical activities?

ACTIVITY

An owner of a credential vault locker has accepted a position in another part of the company. The control room administrator has disabled the account in the control room. An existing bot developer has been promoted to the open position. What should the control room administrator do to ensure the promoted bot developer has the proper access to the credential vaul locker?

Advise the Locker administrator of the change so the ownership can transfer for the promoted bot developer

Which of the following type of variable is supported by MetaBots?

Array, Password, List, Value

A locker administrator is trying to remove a user account from the ownership of an existing locker. While doing so the user account is greyed out and the locker administrator is not able to select the user's account to remove his privileges in this locker. How can the task be completed?

Ask the locker manager to edit the locker and take away the user account's privileges on this locker

What feature in Web CR provides important data to monitor user activities, task progress and status, that can be used to enforce internal compliance regulations as well as prevent tampering with mission-critical processes?

Audit Log

Which of the following WebCR options allows to view the list of all client machines along with their status in read-only form?

Clients

What option helps in searching for a web control based on the index number of the control stored while recording a web page?

Control Index

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?

Control Index

Which of the following methods is used to assign a new set of permissions to a group of users?

Create a new role under Security Tab

Which method can a developer use to debug a task inside Workbench?

Enable debugging and function keys

Which of the following methods can a developer use to debug a task using the Task Editor?

Enable debugging then function keys

An administrator is currently reviewing the health of the devices registered with the Control Room. The administrator has requested the administrator to publish the devices that have experienced the most failures in the last 6 weeks. How would the administrator accomplish this request?

Examining the Failure Analysis widget in the Operation Manager Dasboard

A bot assigned to a queue to service work items has malfunctioned and needs to be repaired. The time to correct has been estimated at three days. Meanwhile the queue has 5000 work items that need to be processed. What should the queue administrator do to allow human users to process the work items in an efficient manner?

Export work items to CSV and distribute to the human work force

Which of the following is the default mode of Credential Vault?

Express

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

List

A task has been modified in local client. Which of the client's features can be used to compare this task with the one uploaded on WebCR?

Manage > Repository

A user is trying to connect to a Linux box and observes that the bot is writing the username in the Terminal before the Terminal Prompt appears. How would the user resolve this issue?

Modify the Send Text command to "Wait for the Terminal Prompt to Appear", "Before Sending Text"

Which of the following Clients is accessible to a user with Admin role/rights? (BotCreator Client, BotRunner Client, Both)

None

Which command can be used to extract an HTML table?

Object Cloning

An administrator has Control Room which is to be equipped with a new set of automations. The files to be used have been exported from another Automation Anywhere Environment. How should the administrator proceed?

On the new Control Room server, use the 'Import bot files' tool to import the AAPKG files

At the event of an error, the "Set Task Status" option under Error Handling command allows to set the current task as ______________________.

Pass or Fail

One of the departments of a client organization has logically grouped similar types of devices on which bots would run as work items from their respective queues. The project leader has been granted access to manage this set up. However, the project leader is unable to make changes to devices of Bot Runners. What privileges should the administrator provide the project leader to manage the devices?

Pool Administrator

Where does the PGP command allow the encryption/decryption of a file using keys?

Public Key is used for encryption and Private Key is used for the decryption of encrypted file

Which one of the following is 'highly' not recommended to use if the application is local and offers full support of objects for automation?

Screen Recorder

The administrator of an Automation Anywhere control room has recently provisioned access to multiple users of the project. One of the users who logs in from a client machine is not able to logon to the Control Room. Within the Control Room, what should the administrator review to identify the reason why this user is experiencing this issue?

The Client login details in the Audit Log

The Bot development team manager has approached the data base administrator (DBA) to share details of a database server with the team. The team needs to work on the server for their current assignment. The DBA needs to ensure that the team's work can be accomplished without compromising confidential information on the database server. What approach should the DBA follow?

The DBA can contribute a Credential Variable having database connection details on the Control Room, which can be accessed by relevant Bot developers on their systems.

The Bot development team manager informs the Control Room administrator that development team members have recently encountered issues with their Client login credentials. The manager wants the team members to be notified whenever the client login credentials are modified. How can the administrator achieve this request?

The administrator can set up an email notification under the"Administration > Settings > Email Notification" section of the Control Room

A pool administrator wants to assign a user to a device pool as a consumer, but a pool administrator is unable to find user in the consumer list. Why is this occurring?

The consumer access is mapped to a role and not to a user

After logging in from the client system, a developer wants to review the task bot activities that have occurred at the client system over the last four weeks. What would help the developer with this information?

The developer logged in at the client machine, accesses the control room central log file for this information

A company has a policy that no individual should know the credential of the any other individual in the organization. This policy prevents the Locker administrator from setting credential values to any credential variables that developers will be able to access. How can the Locker administrator enable adding of values to a pair of credential variables (Username and Password), that are assigned to a single locker, that 100 developers will have access to but with individual identity?

The locker administrator can provide the developers custom privileges to copy the properties of another locker where their individual identity already exists

A user has a critical task which must be executed at a scheduled time. This task must be prioritized over any other tasks that may be scheduled for the same time. How can the user ensure these parameters are met?

The user can assign Critical task a higher priority through Properties > General > Priority in the client

A user is using Error handling in their code. The user feels that the values of System Error Handling Variables are getting carried forward from one Error Handling block to another resulting in issues. What does the user need to do to resolve this?

The user needs to manually reset the system defined Error Handling variables after every Error Handling Block.

While working on a WebCR, the Dashboard Component displays the number of registered clients. What does this indicate?

Total number of BotCreators and BotRunners

In WebCR, what does the number of active users reflect in Dashboard?

Total number of user accounts created on WebCR

AAE 10 LTS supports versioning through which of the following Version Control System?

VisualSVN

Which version control system is supported by AAE 11 LTS?

VisualSVN

Which of the following is 'most' preferable to extract an html table?

Web Recorder


Conjuntos de estudio relacionados

SOC 210-the real world quiz 1 CH 1

View Set

Presnet Continuous Tense #2 (Article_a, the, a, an, the or nothing)

View Set

Business Principles Midterm Quizzes

View Set

Fundamental Information Security Chapter 9: Cryptography

View Set