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

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

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

Options:

A.

The user has one of the roles specified in the Required Roles related list.


B.

Other matching Access Controls for the record evaluate to true.


C.

Scripts configured in the Access Control must evaluate to true.


D.

Conditions configured in the Access Control must evaluate to true.


E.

The user must be granted access through a Business Rule.


Expert Solution
Questions # 42:

Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called

"UserData", to be utilized later within another workflow in the process.

Considering best practices, which data structure and assignment should be used?

Options:

A.

UserData is of type List

UserData = New List(Of Object) ({ FirstName, LastName, City })


B.

UserData is of type Object[]

UserData = {FirstName, LastName, City}


C.

UserData is of type List

UserData = New List(Of String) ({ FirstName, LastName, City })


D.

UserData is of type String[]

UserData = {FirstName, LastName, City}


Expert Solution
Questions # 43:

What is an advantage of utilizing UiPath Orchestrator queues?

Options:

A.

Capability to modify the retry count at the queue level after its creation.


B.

Capability to track the status of Queue Items.


C.

Allows several robots to handle the same Queue Item simultaneously.


D.

Guarantees each queue is exclusively processed by a single robot, by default.


Expert Solution
Questions # 44:

In the UiPath Implementation Methodology, which phase involves building the SDD (Solution Design Document)?

Options:

A.

Solution Design phase


B.

User Acceptance Testing phase


C.

Kick-off phase


D.

Process Design phase


Expert Solution
Questions # 45:

Review the following graphics:

Question # 45

Question # 45

Question # 45

Question # 45

Question # 45

If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Options:

A.

Exception


B.

ApplicationNotFoundException


C.

Try


D.

SelectorNotFoundException


Expert Solution
Questions # 46:

A developer is reviewing an existing workflow in UiPath Studio Based on best practices, what should be used to view the available versions for activities used in the workflow?

Options:

A.

Workflow Analyzer


B.

Project Dependencies


C.

Project Settings


D.

Ul Explorer


Expert Solution
Questions # 47:

What happens to the generated variable when you manually create an output variable in the output field in UiPath Studio?

Options:

A.

The generated variable will be copied and stored for future use.


B.

The activity that uses the manually created variable will be deleted.


C.

The manually created variable will be overridden by the generated variable.


D.

It will replace the generated variable with the variable that you created.


Expert Solution
Questions # 48:

Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Question # 48

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

Question # 48

What are steps to do that?

Options:

A.

Click Right on the Test Case and select Update Test Data.


B.

Click Right on the Test Case and select Add Test Data.


C.

Click Right on the Test Case and select Remove Test Data.


D.

Click Right on the Test Case and select Refresh Test Data.


Expert Solution
Questions # 49:

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

Options:

A.

Application Properties allow a developer to override the application properties inherited from ServiceNow


B.

Application users know to go to the Application Properties page to change the appearance of an application


C.

An Application Properties page is a good landing page for an application


D.

Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts


Expert Solution
Questions # 50:

A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted

input format.

Which method or activity is best suited to validate the format?

Options:

A.

RegEx Check Activity


B.

Is Match Activity


C.

String.Equals() Method


D.

String.Contains() Method


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