UiRPA
Free trial
Verified
Question 1
A 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?
- A: Sort Data Table
- B: Merge Data Table
- C: Join Data Table
- D: Filter Data Table
Question 2
By default, which arguments are available and should remain in the Global Exception Handler?
- A: errorinfo with the "In" direction result with the "In" direction
- B: errorinfo with the "Out" direction result with the "In/Out" direction
- C: errorinfo with the "In" direction result with the "Out" direction
- D: errorinfo with the "In" direction result with the "In/Out" direction
Question 3
When creating a new argument, which argument property can be left blank?
- A: Default value
- B: Name
- C: Direction
- D: Argument type
Question 4
When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?
- A: Project pauses for 5 seconds when it reaches the activity
- B: Project pauses at the activity until the Continue button is clicked
- C: Project executes without pausing at the activity
- D: Project throws an error when it reaches the activity
Question 5
By default, in which activity can a developer add a UI activity that has a full selector?
- A: Open Application
- B: Attach Window
- C: Sequence
- D: Attach Browser
Question 6
A developer executes the following workflow in Debug mode with "Continue on Exception" enabled.
How many times will the workflow pause the execution?
- A: 0
- B: 1
- C: 2
- D: 3
Question 7
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: Remove version 19.11.5 of UiPath.UIAutomation.Activities from the project.json file Restart UiPath Studio
- B: Open the Manage Packages window and select Project Dependencies Change UiPath.UI Automation.Activities to version 21.10.5 and save
- C: Open the Manage Packages window and select Settings Modify the Default package sources Restart UiPath Studio
- D: Open the Manage Packages window and select Project Dependencies Uninstall UiPath.UIAutomation.Activities version 19.11.5 and restart UiPath Studio Install the UiPath.UIAutomation.Activities version 21.10.5
Question 8
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: In: Variable or Hard-coded value Out: Variable or Hard-coded value In/Out: Hard-coded value only
- B: In: Variable only - Out: Variable only - In/Out: Variable only
- C: In: Variable or Hard-coded value Out: Variable only - In/Out: Variable only
- D: In: Variable or Hard-coded value Out: Hard-coded value only - In/Out: Variable only
Question 9
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: 0.14
- B: 54
- C: 54.1
- D: 5414
Question 10
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?
- A: StrVar.Substring(1, 4)
- B: StrVar.Substring(1, 5)
- C: StrVar.Substring(2, 4)
- D: StrVar.Substring(2, 5)
Question 11
What represents a sequence that contains an activity with a partial selector?
- A:
- B:
- C:
- D:
Question 12
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: 10000 milliseconds
- B: 30000 milliseconds
- C: 60000 milliseconds
- D: Indefinitely
Question 13
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”)?
- A: 0
- B: 1
- C: 9
- D: 10
That’s the end of your free questions
You’ve reached the preview limit for UiRPAConsider upgrading to gain full access!
Free preview mode
Enjoy the free questions and consider upgrading to gain full access!