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

Viewing page 10 out of 12 pages
Viewing questions 91-100 out of questions
Questions # 91:

How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?

Options:

A.

By going to Home - Settings - Design - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.


B.

By going to Home - Tools - Design - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.


C.

By going to Home - Settings - License and profile - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.


D.

By going to Home - Settings - Locations - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.


Expert Solution
Questions # 92:

Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?

Options:

A.

DateTime.ParseExact(DateString, "dd/MM/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)


B.

Date Time.ParseExact(DateString, "MM/dd/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)


C.

DateTime.ParseExact(DateString, "mm/dd/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)


D.

DateTime.ParseExact(DateString, "dd/MM/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)


Expert Solution
Questions # 93:

A developer created a workflow as shown in the following exhibit:

Question # 93

Which exception will be thrown when the workflow is executed?

Options:

A.

ArgumentException


B.

InvalidOperationException


C.

BusinessRuleException


D.

NullReferenceException


Expert Solution
Questions # 94:

A developer utilized the Add Data Row activity to insert a row into a DataTable called "dtReports". However, during runtime, UiPath Studio encounters an exception:

"Add Data Row: Object reference not set to an instance of an object."

The reason is that the DataTable has not been initialized.

To rectify this issue, what should the developer include in an Assign activity before the Add Data Row activity?

Options:

A.

Assign dtReports = New System.Data.DataTable


B.

Assign New System.Data.DataTable = dtReports


C.

Assign dtReports = New System.Data.DataRow


D.

Assign dtReports = New List(Of DataRow)


Expert Solution
Questions # 95:

A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format?

Options:

A.

String Method: Contains


B.

Activity Replace


C.

String Method: Equals


D.

Activity. Is Match


Expert Solution
Questions # 96:

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:

Options:

A.

Table A is not included in the System Clone > Exclude Tables list


B.

Table A is active and extends the Task table


C.

Table A has an automatic number counter for new records and table property Includes _data is set to True.


D.

Table A's records are added to the application record using the Create Application Files feature.


Expert Solution
Questions # 97:

Suppose a developer is working with a 2023 yearly calendar. To expand the calendar into a monthly view, the developer must always click on the 15th day of the current month and add an event.

The selector for the Event Date Element activity in March is presented as follows:

How should the selector be altered to guarantee that it clicks on the 15th of the ongoing month?

Options:

A.


B.


C.


D.


Expert Solution
Questions # 98:

Which LINQ method is used to filter data in a List or Data Table based on a condition?

Options:

A.

OrderBy


B.

Where


C.

GroupBy


D.

Select


Expert Solution
Questions # 99:

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 # 100:

Your team wants to build a cross-platform automation that runs on different systems, including Windows, Mac, and Linux. How does Studio Web support this requirement?

Options:

A.

Studio Web automations are cloud-based but must be run exclusively on Windows robots.


B.

Studio Web only supports automation on Linux and Mac systems, but not on Windows systems.


C.

Studio Web automations run on serverless robots that are provisioned for you and can run on Windows, Mac, or Linux robots.


D.

Studio Web automations require a specific Windows robot to be installed on each operating system before running on different platforms.


Expert Solution
Viewing page 10 out of 12 pages
Viewing questions 91-100 out of questions