Pass the UiPath UiPath Certified Professional - Developer Track UiPath-ARDv1 Questions and answers with CertsForce

Viewing page 5 out of 11 pages
Viewing questions 41-50 out of questions
Questions # 41:

When debugging a process, you run in Debug mode and are paused at a breakpoint.

To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio?

Options:

A.

Step Into


B.

Break


C.

Step Over


D.

Continue


Expert Solution
Questions # 42:

A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json.

However, the process is not pausing as intended. What is a possible cause for this issue?

Options:

A.

UI activities were not used in the process.


B.

"Wait for Form Task and Resume" activity was called in Main.xaml.


C.

Process created a task in the Orchestrator.


D.

"Wait for Form Task and Resume" activity was called in GetApproval.xaml.


Expert Solution
Questions # 43:

In UiPath Studio, what describes project validation and workflow analysis?

Options:

A.

Validation of the file or project is performed whenever the Workflow Analyzer is triggered.


B.

Validation of the file or project is performed after the Workflow Analyzer finishes the report.


C.

Validation of the file or project is performed only if the user triggers Validate File and Validate Project.


D.

Validation of the file or project is performed only when running or debugging.


Expert Solution
Questions # 44:

A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.

Which property should be configured?

Options:

A.

TimeoutMS = 10000


B.

WaitForReady = Complete


C.

TimeoutMS = Int32.MaxValue


D.

WaitForReady = Interactive


Expert Solution
Questions # 45:

A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level.

Which action should the developer perform?

Options:

A.

Create an external assembly (.dll) of the rule and copy it to the Studio install location.


B.

Create an external assembly (.dll) of the rule and copy it to the project location.


C.

Create a Nuget package (.nupkg) of the rule and publish it to Orchestrator.


D.

Create a Nuget package (.nupkg) of the rule and install it in a Studio project as a dependency.


Expert Solution
Questions # 46:

A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.

Which expression exclusively matches the ticket number pattern from the subject line?

Question # 46

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 47:

A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

Question # 47

In addition, the developer configured the following properties of the Read Range activity:

Question # 47

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

Options:

A.

OutputDataTable.Rows.Count = 1

Contains the values of cells "A2" and "B2"


B.

OutputDataTable.Rows.Count = 2

Contains the values of cells "A1" and "B1"


C.

OutputDataTable.Rows.Count = 2

Contains the values of cells "A2" and "B2"


D.

OutputDataTable.Rows.Count = 10,000

Contains the values of cells "A2" and "B2"


Expert Solution
Questions # 48:

In which situation can "idx" be used in a reliable selector?

Options:

A.

When the exact n-th element in a static UI list is needed in the process


B.

When the "idx" value is either 1 or 2


C.

When the selectors of the elements in the application rarely change


D.

When a dynamic selector is required


Expert Solution
Questions # 49:

Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?

Question # 49

Options:

A.

"Pop-up exists" message is logged


B.

Robot continues to look for the target element until the execution is manually stopped


C.

Execution completes successfully without logging a message


D.

Activity Timeout Exceeded error is received


Expert Solution
Questions # 50:

A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.

What is the recommended way to avoid processing duplicates of the same Queue Items?

Options:

A.

Create an Excel file of processed Queue Items and loop through the list to check if the current Queue Item has been processed before.


B.

Add a descriptive "Reference" in the "Add Queue Item" activity and check that it does not equal the "Reference" of the Queue Item last processed.


C.

Set the "Unique Reference" of the queue to "Yes" and "Auto Retry" of the queue to "No".


D.

Set the "Unique Reference" of the queue to "Yes" and add a descriptive "Reference" in the "Add Queue Item" activity.


Expert Solution
Viewing page 5 out of 11 pages
Viewing questions 41-50 out of questions