Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

UiPath UiADAv1 Exam Actual Questions

The questions for UiADAv1 were last updated on May 14, 2024.
  • Viewing page 1 out of 44 pages.
  • Viewing questions 1-4 out of 174 questions

Topic 1 - Exam A

Question #1 Topic 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?

  • A. In: Variable or Hard-coded value
    Out: Variable or Hard-coded value
    In/Out: Hard-coded value only
  • B. In: Variable or Hard-coded value

    Out: Variable only -
    In/Out: Variable only
  • C. In: Variable or Hard-coded value

    Out: Hard-coded value only -
    In/Out: Variable only
  • D. In: Variable only -

    Out: Variable only -
    In/Out: Variable only
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️

Question #2 Topic 1

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.

Reveal Solution Hide Solution   Discussion  

Correct Answer:

Question #3 Topic 1

What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?

  • A. GIT, SVN, Mercurial.
  • B. GIT, SVN, TFS.
  • C. GIT, CVS, TFS
  • D. GIT, CVS, Bitbucket.
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️

Question #4 Topic 1

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?

  • A. Assign New System.Data.DataTable = dt_Reports.
  • B. Assign dt_Reports = New System.Data.DataRow.
  • C. Assign dt_Reports = New System.Data.DataTable.
  • D. Assign dt_Reports = New List(Of DataRow).
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...