00:00

QUESTION 46

- (Topic 2)
A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. What will be the result of executing the Click activity in Run mode?
UiPath-ARDv1 dumps exhibit
UiPath-ARDv1 dumps exhibit

Correct Answer: D
Explanation
Settings changed in Project Settings take effect if the corresponding property is left blank in the activity.
However, please note that SendWindowMessages and SimulateType are mutually exclusive and selecting them both throws an error at Runtime. So in this scenario, SendWindowMessages is set to True in Project Settings, and SimulateType is set to True directly in the Click activity. Such contradiction will result in an error.
UiPath-ARDv1 dumps exhibit
UiPath Documentation
Exam Topic: Describe how to use and configure Activity Project Settings and Libraries.

QUESTION 47

- (Topic 2)
What is the purpose of the WaitForReady property in any UiAutomation activity? Options are :

Correct Answer: C

QUESTION 48

- (Topic 2)
What robot state is displayed on the Robots page while a job is being executed? Options are :

Correct Answer: C

QUESTION 49

- (Topic 3)
A developer created a process which extracts text from an element on an HTML website using a Get Text activity. The developer observed that the text can only be successfully extracted when the attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20 seconds to load.
Which activity should be used before the Get Text activity to ensure the target element text can be extracted?

Correct Answer: B
Reference: https://docs.uipath.com/activities/docs/n-get-text

QUESTION 50

- (Topic 1)
A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:
UiPath-ARDv1 dumps exhibit
In addition, the developer configured the following properties of the Read Range activity:
UiPath-ARDv1 dumps exhibit
Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

Correct Answer: C