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

Viewing page 4 out of 12 pages
Viewing questions 31-40 out of questions
Questions # 31:

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


Expert Solution
Questions # 32:

A developer has extracted the date "08-22-2022" from an invoice and stored it in a variable of type String called ExtractedDate. As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert ExtractedDate to a DateTime type?

Options:

A.

ExtractedDate.Equals("08-22-2022")


B.

DateTime Parse(ExtractedDate)


C.

DateTime.Compare(ExtractedDate:08-22-2022")


D.

ExtractedDate GetType


Expert Solution
Questions # 33:

In which situation will a Ul Automation activity generate a partial selector?

Options:

A.

When included after a Find Element activity


B.

When included in an Attach Browser activity


C.

When included in an Excel Application Scope activity


D.

When included in a Trigger Scope activity


Expert Solution
Questions # 34:

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

Options:

A.

UiPath.Database.Activities and UiPath.Form.Activities.


B.

UiPath.Python.Activities and UiPath.Word.Activities.


C.

UiPath.System.Activities, UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.UIAutomation.Activities and UiPath. Testing.Activities.


D.

UiPath.PDF.Activities and UiPath. Terminal.Activities.


Expert Solution
Questions # 35:

A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?

Options:

A.

System.Collections.Generic. Dictionary


B.

System.Array


C.

System. Data. DataTable


D.

System.Collections.Generic.List


Expert Solution
Questions # 36:

Which of the following statements accurately describes the function of the If activity in a workflow?

Options:

A.

It evaluates a boolean condition and creates two separate branches for both true and false conditions, executing only one branch.


B.

It evaluates a boolean condition and runs the branch with the highest priority, regardless of the condition's truthiness.


C.

It evaluates a set of boolean conditions and branches the workflow execution to the first true condition encountered.


D.

It evaluates a boolean condition and creates a single branch that executes both true and false statements sequentially.


Expert Solution
Questions # 37:

Consider the following Try Catch statement:

Question # 37

What will happen when the code is executed?

Options:

A.

The exception will be handled in the ArgumentException catch.


B.

There is no catch defined for the thrown exception type.


C.

The exception will be handled in the InvalidOperationException catch.


D.

The exception will be handled in the BusinessRuleException catch.


Expert Solution
Questions # 38:

Which of the following is a characteristic of the GIT Init feature?

Options:

A.

Creates a new remote GIT repository.


B.

Commits the changes to a local GIT repository.


C.

Adds the current project to a local GIT repository.


D.

Adds the current project to a remote GIT repository.


Expert Solution
Questions # 39:

A developer is designing a project where emails containing different employee IDs are sent to the process owner for each completed transaction. The process owner changes only once per year.

Which values should be designated as Orchestrator Queues versus Assets?

Options:

A.

Process Owner Email as an Orchestrator Asset and Employee ID as an Orchestrator Asset.


B.

Process Owner Email as a field in the Queue Item and Employee ID as a field in the Queue Item.


C.

Process Owner Email as a field in the Queue Item and Employee ID as an Orchestrator Asset.


D.

Process Owner Email as an Orchestrator Asset and Employee ID as a field in the Queue Item.


Expert Solution
Questions # 40:

A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice

represented by an 8-alphanumeric system-generated vendor tax ID.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID

defined in a pre-selected existing list?

Options:

A.

<html app='chrome.exe' title='ACME System - Invoice - {{VendorTaxID})' />

Where VendorTaxID is a 8-alphanumeric element.


B.

<html app='chrome.exe' title='ACME System - Invoice - " />

Where VendorTaxID is a 8-alphanumeric element.


C.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Where VendorTaxID is a 8-alphanumeric element.


D.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Where VendorTaxID is a 8-alphanumeric element.


Expert Solution
Viewing page 4 out of 12 pages
Viewing questions 31-40 out of questions