Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

The Excel Basic > Save Workbook action has to be used outside the Loop

↑ Change this answer


22. A user's spreadsheet is the source for the contents of a variable. The bot often fails to
capture the correct data. Select the cause for the issue.

The spreadsheet's active cell is fixed


↑ Change this answer
23. Review the code here and select the option that best describes the output.

The code will run successfully, but Line 4 should be removed as it has no added functionality
↑ Change this answer
24. A user's spreadsheet is the source for the contents of a variable. The bot often fails to
capture the correct data. Select the Excel advanced option that you will use to resolve this
issue.

Go to Cell to ensure consistent behavior


↑ Change this answer
The Python script was not uploaded to the control room
↑ Change this answer
34. The code here indicates call to the Add function which returns a+b. The output is
stored in a String variable Result. What would the message box display, if Case 1: List
variable lstNumbers subtype is String and contains two values: 33 and 55 Case 2: List
variable lstNumbers subtype is Number and contains two values: 33 and 55

Case 1: 3355 and Case 2: 88


↑ Change this answer
35. Review the code shown here and select two statements that describe the issue.

A Python package is being used to provide the script details and a JavaScript package is being
used to run it
You cannot execute Python scripts from the Run JavaScript action
↑ Change this answer
36. A developer creates a bot that is supposed to display a message: “Hello World”. When
the bot is executed, there is an error message as shown here. How should the developer
fix the issue?

The Path variable of the system is not set to Python


↑ Change this answer
37. How can a locker administrator restrict developers from using consumer access to
view the values of the credential variables and maintain the integrity of the credentials?

Enable masking before entering values inside the credential variables


↑ Change this answer
38. A locker administrator provides access to a developer to use the credentials from a
locker. The developer logs into the control room to identify the names of the variables to
be used during development but finds nothing created inside the locker. The developer
creates credential variables inside the locker but is unable to use them during bot
development. How can the issue be resolved?

A role mapped with consumer access inside the locker has to be assigned to the developer’s
user account
↑ Change this answer
39. How should you automate the process of forwarding hundreds of emails to team
members based on the message body in the email on a daily basis?

Use Email: Connect > Loop: For each mail in mailbox > Assign output to Dictionary Variable >
Check Condition on Dictionary{emailMessage} > Email: Forward
↑ Change this answer
40. A bot was created to automate an SAP application for various users on different
machines. The RPA Program Manager creates credentials in credential vault. The
manager creates username and password attributes with standard values. When the bot is
executed on different users’ machines, it is observed that the same credentials are used
to login instead of the individual user’s login. What’s the cause for this issue and how will
you resolve it?

While creating attributes, the Standard option was selected. The manager should have selected
the user-provided option to have each user enter their own credential values in the Credential
Request tab
↑ Change this answer
41. In a customer’s Salesforce.com instance, recurring updates of records occur via
email. First an email is sent to a shared mailbox, and then the information on the record is
updated. Select the best method to validate the email sender before executing the update,
when fetching the emails.

Using the String package, extract the information from the email header and compare them to
the email address that sent the email
↑ Change this answer
42. The text from emails within a shared mailbox is supposed to be analyzed by sentiment
analysis. The bot is set up using the Email package with a connection to a sentiment
analysis algorithm and the necessary Get method actions to receive the classification.
The bot doesn’t execute successfully. Select the likely cause for the issue.

The user that executes this bot has another mailbox configured besides the shared mailbox,
preventing the bot from finding the correct mailbox as multiple mailboxes are not allowed
↑ Change this answer
43. A marketing team member created multiple new social media accounts for a corporate
communication process. The team member was added to the locker as a participant and
the credentials were collected for bot development. When the team member runs the bot
that references the credentials, the bot is unable to login. How will you resolve this issue?

Create a Locker_Consumer_Role for the Marketing Group Credential Vault and assign the role to
the specific user
↑ Change this answer
44. Select the user role that can create a credential locker and allow a Control Room
Administrator to: # Store a set of credential variables they created inside the control room
# Make the credentials available to a set of developers with a specific role
A user with AAE_LockerAdmin role privileges has to create the locker for the administrator
↑ Change this answer
45. An organization receives 1000 emails every day. Management wants to extract all
invoice-related emails and store in the Invoices folder under the Inbox folder. Select the
packages/action that will help complete this task.

Use Email: Connect > Loop: For each mail in mailbox > Email: Move all > Set Destination folder
path in mailbox as Inbox/invoices > When subject contains (optional) as Invoices
↑ Change this answer
46. A developer has created a bot to download all email messages and write the content to
a CSV file. Review the bot code and the error. How should the developer fix the error?

The Dictionary Key emailMessage has to be used in the Log to File action
↑ Change this answer
47. A user has to manually forward several emails (containing attachments) related to a
specific account in Salesforce on a daily basis. Once forwarded to a dedicated email
address, these emails are automatically added to the records in the Salesforce.com
account that owns this dedicated email address - for example:
1239105xfsd_usercompany@salesforce.com How will you automate this process?

1. Create an Outlook rule saving all emails with attachments to a specific folder 2. Have a Loop
action save all the attachments and then run a Loop action with a condition that sends emails
with attachments to the dedicated Salesforce.com email address
↑ Change this answer
48. A developer has created a bot which uses the Email > Send action to email a
notification after the bot completes execution. The developer has selected Outlook in the
Send email via property. During the test run the bot fails at the Send email action. Select
two ways in which you can resolve this issue.

Ensure that Outlook has a user profile configured


Ensure that Outlook is installed on the system where the bot is executed
↑ Change this answer
49. A request has been received to use an existing bot for a form completion on the
organization’s public website. Once submitted, the bot should automatically be triggered
via the Rest API; however, when submitted the bot fails to start. What is the most likely
cause of this error?

The User ID and File ID need to be used as part of the API Call
↑ Change this answer
50. An organization has automated a task to send welcome emails to all new employees
every week. The email includes a background image, the employee’s photo and a text
message. On receipt, the emails display the message body as text with no formatting
(Color, Font, Style). How should you resolve this issue?

Use Email: Send Email and Select Send Email as HTML property
↑ Change this answer

You might also like