UiPath UiADAv1 Exam Practice Questions (P. 1)
- Full Access (174 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?
- AIn: Variable or Hard-coded value
Out: Variable or Hard-coded value
In/Out: Hard-coded value only - BIn: Variable or Hard-coded value
Out: Variable only -
In/Out: Variable only - CIn: Variable or Hard-coded value
Out: Hard-coded value only -
In/Out: Variable only - DIn: Variable only -
Out: Variable only -
In/Out: Variable only
Correct Answer:
B
B
send
light_mode
delete
Question #2
DRAG DROP -
A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer.
What steps should the developer take to install the Google Chrome extension from UiPath Studio?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.
A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer.
What steps should the developer take to install the Google Chrome extension from UiPath Studio?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.

send
light_mode
delete
Question #3
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
- AGIT, SVN, Mercurial.
- BGIT, SVN, TFS.
- CGIT, CVS, TFS
- DGIT, CVS, Bitbucket.
Correct Answer:
B
B
send
light_mode
delete
Question #4
A developer utilized the Add Data Row activity to insert a row into a data table called "dt_Reports". However, during runtime, UiPath Studio encounters an exception, "Add Data Row: Object reference not set to an instance of an object." because the data table has not been initialized.
To rectify this issue, what should the developer include in an Assign before the Add Data Row activity?
To rectify this issue, what should the developer include in an Assign before the Add Data Row activity?
- AAssign New System.Data.DataTable = dt_Reports.
- BAssign dt_Reports = New System.Data.DataRow.
- CAssign dt_Reports = New System.Data.DataTable.
- DAssign dt_Reports = New List(Of DataRow).
Correct Answer:
C
C
send
light_mode
delete
Question #5
What is the best method for passing data across activities within workflows?
send
light_mode
delete
All Pages