A developer plans to create a process to automate a web application. The web application requires
HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot
should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?
D
Explanation:
Reference: https://docs.uipath.com/activities/docs/ui-element-exists
A developer reviewed the following sequence:
The parameters of the Invoke Method are:

In order to get the table name of the first element in the DataSet, which expressions should the
developer use?
C
A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in
project.json.
However, the process is not pausing as intended. What is a possible cause for this issue?
A
A developer needs to automate a process which involves capturing support ticket numbers from the
email subject line. For example, the email subject line includes: "Action Required – XA/135" where
"XA/135" is the ticket number. The robot should validate the pattern of the ticket number before
proceeding.
Which expression exclusively matches the ticket number pattern from the subject line?
B
A developer uses Workflow Analyzer with the default rules to check if a project follows best
practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.
Which warning will be shown in the Analyzer output for this activity?
C
Review the following exhibit:
Based on the exhibit, what is the result of the Write Line in the sequence?
A.
B. True
C. Hello
D. 123True
D
A developer automates a process which has an Excel file as input data; however, Orchestrator is not
available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use
with tabular data.
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable
variable?
C
Explanation:
Reference:
https://forum.uipath.com/t/can-we-use-robotic-enterprise-framework-for-small-
scenario-like-printing- table-of-5/72507
In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?
D
A developer configured the properties for a Click activity on an element inside a web page as shown
in the exhibit. An animation on the web page never completely loads but the element specified in
the Click activity does.
What occurs when this Click activity executes?
C
While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has
changed to Abandoned.
When does this happen?
B
Explanation:
Reference: https://docs.uipath.com/orchestrator/docs/queue-item-statuses
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