A developer needs to create an automation process that identifies a file with format
"Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.
To extract the date from strinput, which string manipulation method should be used?
C
A developer created a custom rule for Workflow Analyzer and wants to make it available only at the
project level.
Which action should the developer perform?
A
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which
property must be manually configured during development?
C
Explanation:
Reference: https://docs.uipath.com/activities/docs/click
During the development of a process, a certain label text must be retrieved. After retrieving the text,
a button must be clicked and the following occurs:
1. The loading of the label text element takes longer than 30 seconds.
2. The loading of the button takes longer than 30 seconds.
3. The retrieving of the data or clicking the button must be tried until successful.
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the
label text or the button element does not load?
A
You have two variables, varA and varB, as shown in the following exhibit:
What is the output of the Write Line activity?
D
You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this
page, the following table is displayed:
You observe that the selector of the element highlighted in red is:
<html app='chrome.exe' title='ACME System 1 - Work Items' />
<webctrl tag='TABLE' />
<webctrl tag='TD' tableCol='2' tableRow='2' />
What is a valid selector to get the 5-th element in the WIID column?
C
You want to identify a selector for a button in an application. The selector will be used as the target
in a Click activity.
In order to ensure the Click activity executes as intended, how many elements should the selector be
valid for at runtime?
A
A developer needs to create a process that performs the following:
1. Scrapes a table of common English-Spanish translations
2. Writes the table to an Excel file
3. Emails that Excel file as an attachment
While creating this process, the developer notices that two activities with the same name can write
the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
A
A developer wants to ensure that a process they are developing includes coherent logs with
meaningful log messages. During the execution of the process, an application exception is caught
and stored in a local variable called exception.
Based on UiPath best practices, how should the Log Message activity in the Catch section of this
exception be configured?
C
A developer is adding a Log Message activity in an Exit section of a single state within a state
machine. When will the Log Message activity in the Exit section be executed?
D