Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

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

Questions 51

How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?

Options:
A.

String.Replace('"', FullFilePath)

B.

String.Replace(FullFilePath, ‘"’)

C.

Split(FullFilePath, "\")

D.

Split("", FullFilePath)

UiPath UiPath-ADAv1 Premium Access
Questions 52

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Options:
A.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

B.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

C.

The admin user is added by default to the newly created folder with the User Administrator role.

D.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

Questions 53

Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an .xlsx file?

Options:
A.

Sort Range

B.

Get Table Range

C.

Read Range

D.

Sort Data Table

Questions 54

A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity?

Options:
A.

DTRows(0)ID

B.

DTRows(0). ltem("ID")

C.

DTColumns(0)ID

D.

DTColumns(0) ("ID")

Questions 55

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

Options:
A.

GIT, SVN, Mercurial.

B.

GIT, SVN, TFS.

C.

GIT, CVS, TFS

D.

GIT, CVS, Bitbucket.

Questions 56

A developer is using a Global Exception Handler as an error handling mechanism for a project. By default, how many times does a Global Exception Handler retry an activity that continually throws an error?

Options:
A.

2

B.

3

C.

4

D.

5

Questions 57

What do the percentages from the Test Explorer panel represent?

UiPath-ADAv1 Question 57

Options:
A.

Correctness of the code percent.

B.

Passing percent.

C.

Coverage percent.

D.

Percent of test data run.

Questions 58

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Options:
A.

Failed

B.

Retried

C.

Abandoned

D.

Postponed

Questions 59

In a UiPath Studio project, what is the broadest scope a variable can have?

Options:
A.

Within the surrounding "Do" or "Body" sequence.

B.

Outermost container in the current XAML project file.

C.

Global, available in the entire project.

D.

Within the activity in which it is defined.

Questions 60

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?

Options:
A.

StrVar.Substring(1, 4)

B.

StrVar.Substnng(1, 5)

C.

StrVar.Substring (2, 4)

D.

StrVar.Substring (2, 5)