Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free UiPath UiPath-ADAv1 Practice Exam with Questions & Answers | Set: 11

Questions 101

A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?

Options:
A.

Data Type Int32

Value: 2

B.

Data Type- Int32

Value: 3

C.

Data Type: String

Value. 2

D.

Data Type. String:

Value 3

UiPath UiPath-ADAv1 Premium Access
Questions 102

A developer created a datatable, dt_Users as shown in the following exhibit.

UiPath-ADAv1 Question 102

After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List variable Users_List. To achieve this, the developer plans to use an Add To Collection activity inside a For Each Row activity.

UiPath-ADAv1 Question 102

How should the Item property of the Add To Collection activity be configured?

Options:
A.

CurrentRow(0)ToStnng

B.

CurrentRow(1) ToString

C.

dtJJsers(O) ToString

D.

dt_Users(1) ToString

Questions 103

A developer needs to store a collection of unique email addresses while ensuring fast lookups. Which data structure is best suited for this task in UiPath?

Options:
A.

Array

B.

List(Of String)

C.

Dictionary(Of String, Boolean)

D.

HashSet(Of String)

Questions 104

Based on the image provided, which catch block will be executed if the Employees Excel file is open during runtime?

UiPath-ADAv1 Question 104

Options:
A.

None

B.

IOException

C.

BusinessRuleException

D.

Exception

Questions 105

Which of the following statements accurately describes the primary components of a State Machine in a workflow?

Options:
A.

A State Machine consists of four primary components: States, Triggers, Transitions, and Actions.

B.

A State Machine is composed of States, Triggers, and Loops.

C.

A State Machine comprises three main components: Sequences, Flowcharts, and Input/Output Arguments.

D.

A State Machine is made up of States, Transitions, Entry Actions, and Exit Actions.

Questions 106

Which of the following is a valid panel from the UiPath Studio interface, from where a variable can be created?

Options:
A.

Project Panel

B.

Data Manager Area

C.

Locals Panel

D.

Activities Panel

Questions 107

Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called "dt"?

Options:
A.

Output Data Table

Lookup Data Table

Build Data Table

Merge Data Table

B.

Sort Data Table

Join Data Tables

Get Row Item

C.

dt.Rows(1 .. 5)

Remove Data Row activity

D.

Filter Data Table

dt.Select

dt.AsEnumerable().Where

Questions 108

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

Options:
A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed

Questions 109

Which of the following options is correct regarding the below Object Repository tree structure?

UiPath-ADAv1 Question 109

Options:
A.

One Screen

Two Applications

Five UI Elements

B.

One Application

Two UI Elements

Five Screens

C.

One Library

One Application

Two Screens

Five UI Elements

D.

One Application

Two Screens

Five UI Elements

Questions 110

When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Options:
A.

Initialization -> Process Transaction -> End Process

B.

Initialization -> Get Transaction Data -> Process Transaction -> End Process

C.

Initialization -> Get Transaction Data -> End Process

D.

Initialization -> End Process