Loading questions...
Updated
When creating a new argument, which argument property can be left blank?
When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?
By default, in which activity can a developer add a UI activity that has a full selector?
A developer executes the following workflow in Debug mode with "Continue on Exception" enabled.
Based on best practices, which steps should a developer perform to upgrade the Ui Path.UI Automation.Activities package from version 19.11.5 to version 21.10.5 in the project?
A developer invoked a workflow file with three arguments: one "In", one "Out", and one "In/Out". In the Invoked Workflow Arguments window, how can the Value be configured for each argument?
A developer has declared a variable of type Double named "DoubleValue". If the variable is assigned a value of 54.14, what is the output of the expression, Clnt(DoubleValue)?
A developer has defined the StrVar variable of type String. Which expression should the developer use to return four characters starting with the second character?
What represents a sequence that contains an activity with a partial selector?
A developer uses a Click activity to interact with a UI element. If the defaults remain for the Timeout (milliseconds) property and the Activity Project Settings, how long will a robot attempt to find a UI element?
A developer has declared a variable of type String named StrVar and assigned it the value “UIPATH STUDIO”. What is the output of the expression, StrVar.LastIndexOf(“U”)?
Create a free account to unlock all questions for this exam.
Log In / Sign UpA developer wants a new data table, dt_Result, that is only populated with common rows found in two data tables, dt_PreviousEmployees and dt_NewEmployees. Which activity should be used to perform this operation?
By default, which arguments are available and should remain in the Global Exception Handler?
How many times will the workflow pause the execution?