Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

UiPath-ADPv1 Exam Dumps - UiPath (ADPv1) Automation Developer Professional Exam

Go to page:
Question # 4

The following table is stored in a variable called "dt".

Which query can be used to extract the table column names and store them in a list?

A.

dt.Columns.Cast(Of Datacolumn).Select(function(x) x.ColumnName).ToList()

B.

dt.Columns.Select(function(x) x.ColumnName).ToList()

C.

dt.AsEnumerable.Select(function(x) x.ColumnName).ToList()

D.

dt.Columns.Cast(Of Datacolumn).Select(function(col) col).ToList()

Full Access
Question # 5

How would you define a linear process in UiPath?

A.

The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.

B.

The steps of the process are performed multiple times, but each time different data items are used.

C.

The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.

D.

The process steps are performed only once. If the need is to process additional data, then the automation must execute again.

Full Access
Question # 6

A developer implemented a process using the REFramework and an Orchestrator queue. The "OrchestratorQueueFolder" was defined in the "Config.xlsx" file, but the folder does not exist in Orchestrator

What is the behavior at runtime?

A.

A warning message stating that the queue folder is missing is logged, and then the process continues.

B.

The process throws an exception in the "Get Transaction Data" state because the queue folder is not found, and then the process is stopped.

C.

No exception is thrown and neither will a message be logged and the process continues.

D.

The process throws an exception in the "Process Transaction” state because the queue folder is not found, and then the process is stopped.

Full Access
Question # 7

A developer designed a process in the REFramework using Orchestrator queues. In which state(s) will be the status updated for each Transaction Item in the queue?

A.

Process Transaction only.

B.

Get Transaction Data and Process Transaction.

C.

Initialization and Process Transaction.

D.

Initialization and Get Transaction Data.

Full Access
Question # 8

What is a prerequisite for performing Remote Debugging using an Unattended Robot connection?

A.

Studio and the remote robot have the same version.

B.

TCP/IP connectivity exists between the Studio machine and the remote machine

C.

The same user must be signed in Studio and the remote robot.

D.

Studio and the remote robot must be connected to the same Orchestrator tenant.

Full Access
Go to page: