UiPath UiPath-ADAv1 - UiPath Automation Developer Associate Exam (2023.10)
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?
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
How many elements does an array contain if it is declared as Dim arr(0 To 0) As String in UiPath?
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 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?
Which activity is part of the Modern Excel Activities in UiPath Studio?
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?