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

Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions
Questions # 51:

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

Options:

A.

An empty string will be saved for the "OrchestratorQueueName" key in the config dictionary.


B.

The flow will throw an exception in InitAllSettings workflow.


C.

The "OrchestratorQueueName" key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.


D.

The flow will use the value from the Settings sheets since the asset is missing.


Expert Solution
Questions # 52:

Given a dataiable "dt" with the following header:

"Surname. Address. Zip Code, Given Name, Phone Number.

What is the correct configuration of the Invoke Method activity so that the resulting header will be:

"Surname. Given Name. Address. Zip Code. Phone Number".

A)

Question # 52

B)

Question # 52

C)

Question # 52

D)

Question # 52

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 53:

Which activity can be used to transition a Background Process to Foreground?

Options:

A.

Use Foreground


B.

Activate


C.

Maximize Window


D.

Set Focus


Expert Solution
Questions # 54:

What is the purpose of the Capture All Elements feature in Object Repository?

Options:

A.

To capture the selected elements of an application from multiple screens simultaneously using the Computer Vision technology.


B.

To capture the selected elements of an application using the Computer Vision technology.


C.

To capture all the available elements of an application using the Computer Vision technology.


D.

To capture all elements of an application from multiple screens simultaneously using the Computer Vision technology.


Expert Solution
Questions # 55:

A developer needs to design a process using the REFramework. but without Orchestrator Queues. Which Is the correct order of actions the developer needs to do in the Get Transaction Data state in this case?

Options:

A.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4 Add the logic required to retrieve only one row fromread data each time5. Add the logic required to check if all rows/transaction items from the read data have been processed.


B.

1. Remove the Get Transaction Item activity from GetTransactionData workflow2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to retrieve only one row from read data each time.


C.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to retrieve only one row from read data each time.5. Add the logic required to check if all rows/transaction items from the read data have been processed.


D.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to check if all rows/transaction items from the read data have been processed


Expert Solution
Questions # 56:

Which one of the following expressions Is the equivalent of the If activity from the picture?

Question # 56

Options:

A.

message = lf(number mod 2 = 0. "Even number", "Odd number")


B.

message = lf(number mod 2 = 0. Odd number. Even number)


C.

message = lf(number mod 2 = 0 then "Odd number" else "Even number")


D.

message = lf(number mod 2 = 0 {"Odd number"} else {'Even number"})


Expert Solution
Questions # 57:

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.Collections.Generic.List


C.

System.Array


D.

System.Data.DataTable


Expert Solution
Questions # 58:

You have to create a testcase for an attended RPA process. At some point, the attended process asks the user to input a specific token for the execution to continue, as shown in the screenshot below.

Question # 58

What testing concept (included in UiPath.Testing.Activities) can be used to isolate and replace the input part, without modifying the original workflow?

Options:

A.

Application Testing


B.

Data-Driven Testing


C.

Mock Testing


D.

RPA Testing


Expert Solution
Questions # 59:

In a UiPath development scenario, which type of process design would be the most appropriate for an automation task that executes actions in a straightforward progression without iteration or branching?

Options:

A.

Transactional Process


B.

Iterative Process


C.

Sequential Process


D.

Linear Process


Expert Solution
Questions # 60:

Which are the actions that can be done in Test Explorer?

Options:

A.

Export test data, group tests together, analyze activity coverage.


B.

Perform debugging, analyze activity coverage, group tests together.


C.

Export test results, group tests together, analyze activity coverage.


D.

Export test data, perform debugging, analyze activity coverage.


Expert Solution
Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions