Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

UiPath UiPath-ADAv1 - UiPath Automation Developer Associate Exam (2023.10)

Page: 8 / 12
Total 382 questions

A developer is working with a Purchase Order automation process The number of shipment containers and boxes per container are obtained in two strings, "ShipmentContainers" and "BoxesPerContainer" The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes.

Which expression should be used for calculating the total number of boxes?

A.

Convert Tolnt32(ShipmentContainers) * Convert Tolnt32(BoxesPerContamer)

B.

ShipmentContainers.Tolnt() * BoxesPerContainer Tolnt()

C.

ShipmentContamersTolnt32() * BoxesPerContainer.Tolnt32()

D.

ShipmentContamers * BoxesPerContainer

What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?

A.

GIT, SVN, Mercurial.

B.

GIT, SVN, TFS.

C.

GIT, CVS, TFS

D.

GIT, CVS, Bitbucket.

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

A.

If(condition1, valuelfTrue, valuelfFalse)

B.

If(condition1, valuelfTrue) Elself(valuelfFalse)

C.

If condition1 Then valuelfTrue Elself valuelfFalse

D.

valuelfTrue If condition1 Else valuelfFalse

How many elements does an array contain if it is declared as Dim arr(0 To 0) As String in UiPath?

A.

0

B.

1

C.

2

D.

Undefined

Consider the following automation steps:

    Open the Web Browser.

    Scrape the data.

    Store the data in Microsoft Excel.

    Close the Web Browser.

In accordance with UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) is executed regardless of any exceptions occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?

A.

Application Exception Catch Block

B.

Business Exception Catch Block

C.

Finally Block

D.

Try Block

A developer created three variables used in the workflow shown below:

Instructions: Based on best practices, select the correct Scope for each Variable type from the drop-down lists shown in the following exhibit.

The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format.

In what order should the Queue Items be processed by a single robot executing a Performer workflow?

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?

A.

When an Exception is caught and handled.

B.

When a Remove Log Fields activity is used to remove them.

C.

When a Log Message activity is executed with Log Level = Warn or higher.

D.

When the first Log Message activity is executed.

Which activity is part of the Modern Excel Activities in UiPath Studio?

A.

Write Range

B.

Execute Macro

C.

Read Cell

D.

For Each Excel Row

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?

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.