00:00

QUESTION 96

- (Topic 2)
Which is the best way to navigate to a specific page in a web browser? Options are :

Correct Answer: B

QUESTION 97

- (Topic 1)
A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?

Correct Answer: A

QUESTION 98

- (Topic 2)
A developer uses Read Range and Write Range activities to copy data from one worksheet to another. What will be the value of "A1" cell in "Sheet2" worksheet when the following sequence is executed?
UiPath-ARDv1 dumps exhibit
Please find below the properties of the Read Range activity
UiPath-ARDv1 dumps exhibit
Please find below the properties of the Write Range activity
UiPath-ARDv1 dumps exhibit
Please find below the data in "Sheet1"
UiPath-ARDv1 dumps exhibit

Correct Answer: B

In the Read Range activity, when AddHeaders is selected, the column headers from the specified spreadsheet range are also extracted and set as the column names for the output datatable.
In the Write Range activity, when AddHeaders is selected, column headers are also written to the specified range. Otherwise, everything starting from the first row of the datatable is written to the worksheet (headers are not written).
In this case, robot first sets Drug Name, Drug Company, State and Phone as column names for the output datatable, however doesn't write them in Sheet2, as AddHeaders is not selected in the Write Range activity.
UiPath Documentation Read Range UiPath Documentation Write Range
Exam Topic: Identify and describe how activities are used to automate actions in Excel, e- mail, and .pdfs

QUESTION 99

- (Topic 1)
You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following table is displayed:
UiPath-ARDv1 dumps exhibit
You observe that the selector of the element highlighted in red is:



What is a valid selector to get the 5-th element in the WIID column?

Correct Answer: C

QUESTION 100

- (Topic 3)
A developer is creating an automation project which creates a temporary password in the company??s system for new employees and later enters it into a desktop application. To protect this sensitive information, how can the developer avoid the password from being displayed on screen when it is entered into the desktop application?

Correct Answer: D