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

Viewing page 3 out of 11 pages
Viewing questions 21-30 out of questions
Questions # 21:

A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once.

What is a recommended practice to meet this requirement?

Options:

A.

Create a Queue with Unique Reference set to "Yes"

In the process, set the Reference property of the Add Queue Item activity to the invoice number


B.

Create a Queue with the Auto Retry property set to "No"

In the process, set the QueueName property of the Add Queue Item activity to the invoice number


C.

Create a Queue with Unique Reference set to "Yes"

In the process, set an argument named Reference of the ItemInformation property of the Add Queue Item activity to the invoice number


D.

Create a Queue with the Auto Retry property set to "No"

In the process, set an argument named TransactionId of the ItemInformation property of the Add Queue Item activity to the invoice number


Expert Solution
Questions # 22:

A developer has built a process consisting of three invoked workflows in the Main.xaml file. The second workflow should be run in Picture-in-Picture (PiP). How should the Invoke Workflow File activity properties be configured?

Options:

A.

Target Session = Picture in Picture

Isolated = Checked


B.

Target Session = Current

Isolated = Unchecked


C.

Target Session = Picture in Picture

Isolated = Unchecked


D.

Target Session = Current

Isolated = Checked


Expert Solution
Questions # 23:

A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?

Options:

A.

BrowserUserDataFolderMode.CustomFolder


B.

BrowserUserDataFolderMode.Automatic


C.

%LocalAppData%\UiPath\PIP Browser Profiles


D.

BrowserUserDataFolderMode.DefaultFolder


Expert Solution
Questions # 24:

What are the differences between partial selectors and full selectors?

Options:

A.

Partial selectors are recommended when switching between multiple windows.

Full selectors do not include information about the top-level window.


B.

Partial selectors do not include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.


C.

Partial selectors are recommended to perform multiple actions in the same window.

Full selectors include information about the top-level window.


D.

Partial selectors include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.


Expert Solution
Questions # 25:

A developer creates a Dispatcher process which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. Based on best practice, what is the recommended way to avoid creating duplicate Queue Items?

Options:

A.

Enable the Enforce unique references field of the queue

Add a descriptive "Reference" in the Add Queue Item activity


B.

Add a descriptive "Reference" in the Add Queue Item activity

Ensure that the "Reference" does not equal the "Reference" of the Queue Item last loaded


C.

Create an Excel file of processed Queue Items

Loop through the list to check if the current Queue Item to upload has been uploaded before


D.

Disable the Enforce unique references field of the queue

Enable the "Auto Retry" of the queue


Expert Solution
Questions # 26:

What represents an example of tags and attributes identified by a partial selector?

Options:

A.

<html app='chrome.exe' title-ACME System 1 - Log In' />


B.


C.


D.


Expert Solution
Questions # 27:

A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?

Options:

A.

Pull (rebase)


B.

Checkout Branch


C.

Show History


D.

Push


Expert Solution
Questions # 28:

A developer has set custom values for the DelayBetweenPagesMS property in the Activity Project Settings. Which activity can be impacted?

Options:

A.

Navigate To


B.

Extract Structured Data


C.

Extract PDF Page Range


D.

Attach Browser


Expert Solution
Questions # 29:

What are the differences between a partial selector and a full selector?

Options:

A.

Partial selectors in activities always take longer to execute.

Full selectors can contain wildcards.


B.

Partial selectors are recommended when switching between multiple windows.

Full selectors can only contain one line.


C.

Partial selectors cannot contain wildcards.

Full selectors always include the application name.


D.

Partial selectors can only be configured on activities inside containers.

Full selectors always contain information about the top-level window.


Expert Solution
Questions # 30:

A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed?

Options:

A.

Set "SchedulingMode=Concurrent" in the Trigger Scope activity properties


B.

Set "BlockEvent=False" in the properties for the two Trigger activities


C.

Set the Trigger Scope activity within a Parallel activity


D.

Set "SchedulingMode=OneTime" in the Trigger Scope activity properties


Expert Solution
Viewing page 3 out of 11 pages
Viewing questions 21-30 out of questions