Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

UiPath-ADAv1 UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Questions 4

What are the distinctions between arguments and variables?

Options:

A.

Variables pass data between activities inside the same workflow. Arguments pass data between workflow files.

B.

Variables always have a direction. Arguments can be assigned to a variable value.

C.

Variables pass data between workflow files. Arguments pass data between activities inside the same workflow.

D.

Variables must be assigned to an argument value. Arguments always have a direction.

Buy Now
Questions 5

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?

Options:

Buy Now
Questions 6

What are the expected tasks that should be performed by an Automation Business Analyst?

Options:

A.

Design the architecture of the automation solution.

B.

Analyze the needs and propose solutions.

C.

Test the final solution.

D.

Define the overall solution of an automation project.

Buy Now
Questions 7

A developer is using a Global Exception Handler as an error handling mechanism for a project. By default, how many times does a Global Exception Handler retry an activity that continually throws an error?

Options:

A.

2

B.

3

C.

4

D.

5

Buy Now
Questions 8

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.

Buy Now
Questions 9

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

Options:

A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed

Buy Now
Questions 10

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

Buy Now
Questions 11

Which activity is used to archive a set of files and send them as an attachment in an email?

Options:

A.

Create Folder

B.

Archive Files

C.

Compress/Zip Files

D.

Create File

Buy Now
Questions 12

What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?

Options:

A.

Medium

B.

Low

C.

Inherited

D.

High

Buy Now
Questions 13

What functionality can the developer use to improve the reliability of the Type Into activity for text input fields that are impacted by changing orientations?

Options:

A.

Highlight Elements

B.

Find Element

C.

Anchor

D.

Delay Before

Buy Now
Questions 14

When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?

Options:

A.

The Finally block is executed and the Catches section catches the exception.

B.

A runtime error occurs and the Finally block is not executed.

C.

No exceptions are happening and the workflow continues to execute.

D.

No exception is thrown and the Finally block executes.

Buy Now
Questions 15

How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Options:

Buy Now
Questions 16

A developer has extracted the date "22-08-2022" from an invoice and stored it in a variable of type String called "ExtractedDate". As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert "ExtractedDate" to a DateTime type?

Options:

A.

DateTime.ParseExact(ExtractedDate, "dd-MM-yyyy", System.Globalization.CultureInfo.InvariantCulture)

B.

ExtractedDate.GetType

C.

DateTime.Compare(ExtractedDate, "08-22-2022", System.Globalization.CultureInfo.InvariantCulture)

D.

ExtractedDate.Equals("08-22-2022", System.Globalization.CultureInfo.InvariantCulture)

Buy Now
Questions 17

What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?

Options:

A.

Implement custom activities to handle the tabular data.

B.

Convert the tabular data into a string format and store it in a single variable.

C.

Use separate variables to store each column of the tabular data.

D.

Utilize a DataTable variable to store and process the tabular data.

Buy Now
Questions 18

Which of the following workflow names is correct, based on best practices?

Options:

A.

Transactionstatus

B.

Workflow1

C.

creation_of_file

D.

ScrapeFilteredStocks

Buy Now
Questions 19

The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity?

Options:

A.

OutputFileName argument is optional.

B.

Range argument accepts complex range values or "All".

C.

PageCount argument outputs the number of extracted pages.

D.

Password-protected PDF files cannot be processed with this activity.

Buy Now
Questions 20

Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?

Options:

A.

Manage Assets and Storage Buckets for a specific folder.

B.

Manage tenant-level entities, licenses, and settings.

C.

Access Test Sets, Test Cases, and Test Executions tabs for specific folders.

D.

Assign Folder roles and Mixed roles from the Folders page or from the folder’s Settings page.

Buy Now
Questions 21

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty

When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

Options:

A.

Only the default value of String.Empty will be used, overriding any values provided in Orchestrator

B.

An Input Dialog box will prompt the user to input a value and that value will be used

C.

Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used

D.

A runtime error will occur as arguments are not allowed in the Main xaml file

Buy Now
Questions 22

Which of the following options is correct about a State Machine layout?

Options:

A.

Can have multiple initial states and multiple final states.

B.

Can have only one initial state and only one final state.

C.

Can have only one initial state and multiple final states.

D.

Can have multiple initial states and only one final state.

Buy Now
Questions 23

What is the main difference between an array and a list in UiPath?

Options:

A.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of the same type,

B.

An array is a dynamic-sized collection of elements of the same type while a list is a fixed-size collection of elements of the same type.

C.

An array is a fixed-size collection of elements of different types while a list is a dynamic-sized collection of elements of the same type.

D.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of different types.

Buy Now
Questions 24

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.

Options:

Buy Now
Questions 25

A developer is using the REFramework template to automate a process. In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by

the developer:

The configuration for Add Log Fields and Remove Log Fields activities are shown below:

Add transaction log fields (Success)

The developer runs the process and notices the argument values for the first transaction are:

in_TransactionlD = "07/18/2023 10:27:29"

io_TransactionNumber = 1

in_TransactionField1 = "UI235-80"

in_TransactionField2 = "Update Request"

Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?

Options:

A.

"message": "Transaction Completed",

"level": "Information",

"logType": "User",

"timeStamp": "10:30:19",

"fileName": "SetTransactionStatus",

"processVersion": "1.0.0",

"jobId": "59325301-680a-4d55-a81b-56ca1f369c12",

"robotName": "test.robot",

"machineId": 0,

"logF_TransactionField2": ""

"logF_TransactionStatus":

"logF_TransactionID"; "",

"logF_BusinessProcessName

B.

"message": "Transaction Completed",

"level": "Information",

"logType": "User",

"timeStamp": "10:30:19",

"fileName": "SetTransactionStatus",

"processVersion": "1.0.0",

"jobId": "cb865477-35f8-4c0a-93e9-e4f4246223f2",

"robotName": "test.robot",

"machineId": 0,

"logF_TransactionField2": "Update Request",

"logF_TransactionID": "07/18/2023 10:27:29",

"logF_BusinessProcessNa

C.

"message": "Transaction Completed",

"level": "Information",

"logType": "User",

"timeStamp": "10:30:19",

"fileName": "SetTransactionStatus",

"processVersion": "1.0.0",

"jobId": "f8a36a46-8ebc-40df-8f71-26b39087ebee",

"robotName": "test.robot",

"machineId": 0,

"logF_BusinessProcessName": "Framework"

}

D.

"message": "Transaction Completed",

"level": "Information",

"logType": "User",

"timeStamp": "10:30:19",

"fileName": "SetTransactionStatus",

"processVersion": "1.0.0",

"jobId": "59325301-680a-4d55-a81b-56ca1f369c12",

"robotName": "test.robot",

"machineId": 0,

"logF_TransactionField2": empty,

"logF_TransactionStatus": empty,

"logF_TransactionID": empty,

"logF_Busin

Buy Now
Questions 26

While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?

Options:

A.

Remove mock activity.

B.

Synchronize mock.

C.

Surround activity with mock.

D.

Create mock workflow.

Buy Now
Questions 27

If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?

Options:

A.

Snippets

B.

Designer

C.

Imports

D.

Outline

Buy Now
Questions 28

A developer sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in

UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?

Options:

A.

Robot will crash and execution will stop because of the breakpoint.

B.

When encountering the breakpoint the execution will pause until it is resumed manually.

C.

Execution will proceed without taking into consideration the breakpoint.

D.

Execution will throw an exception because of the breakpoint.

Buy Now
Questions 29

What can the administrator do to ensure organizations have control over how Studio Web is used?

Options:

A.

Administrators can restrict the number of automations a user can create.

B.

Administrators can deploy governance policies from Automation Ops.

C.

Administrators can limit the use of Studio Web to certain operating systems.

D.

Administrators can manually approve every automation that a user creates.

Buy Now
Questions 30

What is a true statement regarding the characteristics of dictionaries in UiPath?

Options:

A.

Dictionaries can have repeated keys.

B.

Dictionaries allow keys and values to be of different data types.

C.

Dictionaries must have unique values.

D.

Dictionaries provide automatic sorting of key-value pairs, ensuring efficient retrieval of data.

Buy Now
Questions 31

In a process, a variable called "Timestamp" of type DateTime is used. The developer wants to print in the Output panel the variable in the format "yyyy-MM-dd hh:mm".

Which expression should be used to display the value?

Options:

A.

Timestamp.ToString("yyyy MM dd hh mm")

B.

Timestamp.ToString("yyyy-MM-dd hh:mm")

C.

Timestamp.CompareTo("yyyy-MM-dd hh:mm")

D.

Timestamp.ToString(), "yyyy-MM-dd hh:mm")

Buy Now
Questions 32

When creating a new project in Studio Web with cross-platform compatibility, what language must be selected for expressions to ensure the project is cloud-compatible?

Options:

A.

VB

B.

C#

C.

Java

D.

Python

Buy Now
Questions 33

What happens when the area selection feature in the UiPath Computer Vision wizard is used?

Options:

A.

The selected area is automatically resized to fit all UI elements within it.

B.

A portion of the application Ul can be selected, which is helpful when dealing with multiple fields bearing the same label.

C.

The selected area is treated as a single UI element, with no further analysis of its contents.

D.

A duplicated Ul can be selected, and the copy is modified in the automation process.

Buy Now
Questions 34

A developer has defined a variable named "CurrentDate" of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date from the variable?

Options:

A.

CurrentDate.AddHours(-12).Hour

B.

Date Time.SubtractHours(CurrentDate, 12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

Date Time.AddHours(CurrentDate, -12).Hour

Buy Now
Questions 35

Which is the recommended variable type for storing password values that are composed solely of numbers?

Options:

A.

Object

B.

Int32

C.

SecureString

D.

Int64

Buy Now
Questions 36

A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.

Which container activity should the developer use to search for an image multiple times'?

Options:

A.

Attach Browser

B.

On Image Appear

C.

On Element Appear

D.

Retry Scope

Buy Now
Questions 37

A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package?

Options:

A.

.csproj

B.

.dll

C.

.nupkg

D.

.zip

Buy Now
Questions 38

Identify characteristic(s) of a Record Producer. (Choose 3 answers)

Options:

A.

You can script behaviors of fields in the user interface.

B.

Each field prompts the user with a question rather than a field label.

C.

Graphics can be included on the user interface.

D.

Records created using this strategy are inserted into the Requested Item [sc_req_item] table.

E.

They must be scripted.

Buy Now
Questions 39

When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this?

Options:

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Buy Now
Questions 40

Which of the following statements is true about the existing UiPath Studio installation packages?

Options:

A.

The Attended Robot installation package installs only UiPath Studio, and Robot.

B.

The Attended Robot installation package installs only the UiPath Robot.

C.

The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.

D.

The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.

Buy Now
Questions 41

What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?

Options:

A.

Project dependencies are updated to the highest available version.

B.

Project dependencies are completely removed.

C.

Project dependencies remain unchanged.

D.

Project dependencies are marked as unresolved.

Buy Now
Questions 42

A developer created three variables that were used in the workflow, as shown below:

Based on best practices, which variable is in the correct scope?

Options:

A.

Age in scope: Sequence - Yes, Can Vote

B.

Age in scope: Voter Registration

C.

TimeOnThePlanet in scope: Body of For Each Row

D.

dt_NamesBirthdays in scope: Body of For Each Row

Buy Now
Questions 43

While creating a process automation pipeline, what process attribute should be avoided to ensure there are minimal or no automation maintenance requirements?

Options:

A.

Frequent business logic change.

B.

The process is prone to human error.

C.

High process run time.

D.

The process requires exception handling.

Buy Now
Questions 44

Which Scraping method should be used for the Get Text activity to capture hidden text from an application?

Options:

A.

Text attribute

B.

Default

C.

Native

D.

Full text

Buy Now
Questions 45

What is a function of unattended robots?

Options:

A.

Unattended robots must be triggered manually.

B.

Unattended robots can only work if they are not connected to Orchestrator.

C.

Unattended robots only run on a workstation operated by a human.

D.

Unattended robots can run independently without human interaction.

Buy Now
Questions 46

What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?

Options:

A.

Upload File

B.

Move File/Folder

C.

Get File/Folder

D.

Share File/Folder

Buy Now
Questions 47

A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?

Options:

A.

Private

B.

Visible

C.

Save changes

D.

Read-only

Buy Now
Questions 48

A developer created a data table called "DT" using the Build Data Table activity as shown in the exhibit.

What is the result of the expression, "DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString"?

Options:

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Buy Now
Questions 49

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.

Buy Now
Questions 50

After generating a strict selector using the Indicate target on screen option within a Click activity, what should the developer utilize to view the complete list of attributes for the targeted UI element?

Options:

A.

Open in UI Explorer

B.

Properties Panel

C.

Debug Mode

D.

Output Panel

Buy Now
Questions 51

Which of the following options is correct regarding the below Object Repository tree structure?

Options:

A.

One Screen

Two Applications

Five UI Elements

B.

One Application

Two UI Elements

Five Screens

C.

One Library

One Application

Two Screens

Five UI Elements

D.

One Application

Two Screens

Five UI Elements

Buy Now
Questions 52

What is the purpose of credential stores in UiPath Orchestrator?

Options:

A.

To store Orchestrator event logs and related data for auditing purposes.

B.

To serve as a centralized location for storing pre-built automation workflows and processes.

C.

To securely store sensitive data such as Robot credentials and Credential Assets for use in automation processes.

D.

To store non-sensitive data and configuration settings for UiPath Studio projects.

Buy Now
Questions 53

In order to make the selector specifically target the "First Name" text field during runtime, the developer needs to select one additional Property checkbox from the

Unselected Items column in the UI Explorer.

Which is the additional Property checkbox in the following UI Explorer "Unselected Items" column that should be used for the First Name text field.

Options:

A.

tag

B.

id

C.

isleaf

D.

name

Buy Now
Questions 54

What is a pre-requisite for running InitAllApplications TestCase?

Options:

A.

Invoke CloseAllApplications XAML file in Given.

B.

Invoke KillAllProcesses XAML file in Given.

C.

Invoke InitAllSettings XAML file in Given.

D.

Invoke SetTransactionStatus XAML file in Given.

Buy Now
Questions 55

At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?

Options:

A.

MailFolder, Port, Server, Email, and Output Messages.

B.

Account, MailFolder, and Output Messages.

C.

To, Subject, Body, Port, Server, Email, Password or SecurePassword, and Name.

D.

MailFolder, Port, Server, Email, Password or SecurePassword, and Messages.

Buy Now
Questions 56

A developer wants to invoke a workflow in Main xaml called ProcessPurchaseOrders.xamI. Data needs to be passed to and from the invoked workflow What is the correct sequence of steps the developer needs to perform?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right

Options:

Buy Now
Questions 57

What is the functionality of the Include Subfolders filter in the Monitoring pages when a modern folder is selected?

Options:

A.

It allows you to choose between background and foreground processes for the displayed data.

B.

It allows you to select whether the contents of the selected folder's subfolders are displayed.

C.

It enables you to sort the displayed data based on job priorities.

D.

It allows you to allocate licenses per machine for the displayed data.

Buy Now
Questions 58

A developer uses a Type Into activity to interact with a UI element. If the Timeout property is not changed in activity properties or Activity Project Settings, how long will a robot attempt to find a UI element?

Options:

A.

10 seconds

B.

30 seconds

C.

60 seconds

D.

Indefinitely

Buy Now
Questions 59

Review the following graphics:

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

Buy Now
Questions 60

A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items per container are extracted in two strings:

    "ShippedContainers"

    "ItemsPerContainer"

The robot must calculate the total number of items in all shipped containers as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

ShippedContainers.ToInt32() * ItemsPerContainer.ToInt32()

B.

String.ToInt32(ShippedContainers) * String.ToInt32(ItemsPerContainer)

C.

CInt(ShippedContainers * ItemsPerContainer)

D.

Convert.ToInt32(ShippedContainers) * Convert.ToInt32(ItemsPerContainer)

Buy Now
Questions 61

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Options:

A.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

B.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

C.

The admin user is added by default to the newly created folder with the User Administrator role.

D.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

Buy Now
Questions 62

A developer is using a Type into activity to enter details into a web form The developer notices that the selector for the text field is unreliable. The selector that is shown in the exhibit currently targets both a text label and a text field at runtime Only one additional Property needs to be clicked to ensure the selector targets only the First Name text field at runtime.

Instructions: Click the additional Property checkbox in the following Ul Explorer "Unselected Items" column that should be used for the First Name text field.

Options:

Buy Now
Questions 63

What is the output of the Write Line activity in the "Main.xaml" file?

Options:

A.

, Banana

B.

Banana

C.

Watermelon

D.

Watermelon, Banana

Buy Now
Questions 64

A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for

processing and queues cannot be used as there is no Orchestrator in the environment.

Which variable type is best suited for Transactionltem in this scenario?

Options:

A.

System.Data.DataRow

B.

UiPath.Core.Queueltem

C.

System.Data. DataTable

D.

System.Data.DataRow[]

Buy Now
Questions 65

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

Options:

A.

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

B.

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

C.

Studio, the remote robot, and Orchestrator are running version 2021.10 or later.

D.

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

Buy Now
Questions 66

A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below.

Based on best practices, which selector attribute is unreliable?

Options:

A.

tag

B.

class

C.

title

D.

innertext

Buy Now
Questions 67

Where can the UiPath Robot logs be stored for centralized access and analysis?

Options:

A.

Directly into a database.

B.

Local text files only.

C.

Microsoft Excel files.

D.

UiPath Orchestrator.

Buy Now
Questions 68

Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called "dt"?

Options:

A.

Output Data Table

Lookup Data Table

Build Data Table

Merge Data Table

B.

Sort Data Table

Join Data Tables

Get Row Item

C.

dt.Rows(1 .. 5)

Remove Data Row activity

D.

Filter Data Table

dt.Select

dt.AsEnumerable().Where

Buy Now
Questions 69

What happens if a process is started from an on-premise UiPath Orchestrator?

Options:

A.

The process starts running on all machines that are provisioned in Orchestrator and were selected for the job.

B.

The process starts running on a different machine as the Orchestrator.

C.

The process starts running on the same machine as the Orchestrator.

D.

The process starts running on all machines that are provisioned in Orchestrator no matter if they are selected for the job or not.

Buy Now
Questions 70

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

Options:

A.

If(condition1, valuelfTrue, valuelfFalse)

B.

If(condition1, valuelfTrue) Elself(valuelfFalse)

C.

If condition1 Then valuelfTrue Elself valuelfFalse

D.

valuelfTrue If condition1 Else valuelfFalse

Buy Now
Questions 71

Which server-side API debug log method is available for scoped applications?

Options:

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

Buy Now
Questions 72

What is the purpose of the Invoke Code activity in UiPath?

Options:

A.

Invokes VB.NET or C# code, optionally passing it a list of input arguments.

B.

Invokes VB.NET or Java code, optionally passing it a list of input arguments.

C.

Invokes VB.NET code, optionally passing it a list of input arguments.

D.

Invokes Java code, optionally passing it a list of input arguments.

Buy Now
Questions 73

You are invoking a workflow file called "SecondaryWorkflow.xaml" from "PrimaryWorkflow.xamr. The following shows the Import Arguments panel of the Invoke Workflow File activity:

In addition, the following reflects the Arguments panel in ''SecondaryWorkflow.xaml":

You use a Log Message activity in “SecondaryWorkflow.xamr to print the value of the argument “in_Message". What is the expected result of executing "PrimaryWorkflow.xaml"?

Options:

A.

Log message "This is the second file".

B.

Log message "Invoked from the first file".

C.

A System.ArgumentException is thrown at the Invoke Workflow File activity.

D.

The Log Message activity displays an empty string.

Buy Now
Questions 74

What is the role of connections in the UiPath Integration Service?

Options:

A.

Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider.

B.

Connections establish tasks and exchanges based on a connector's compatibility with the external application.

C.

Connections establish tasks and exchanges between users and external applications using the authentication process of the UI automation provider.

D.

Connections establish tasks and exchanges between users and external applications using the server-side triggers.

Buy Now
Questions 75

From a governance perspective, what is the most suitable way to share a library with your teammates within an organization using UiPath?

Options:

A.

Share the library project folder manually with your teammates.

B.

Publish the library to Orchestrator or a local/remote feed.

C.

Save the library in a shared network folder and ask your teammates to import it.

D.

Upload the library to the cloud and provide access credentials to your teammates.

Buy Now
Questions 76

A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:

Convert.ToBoolean(IntVar)

If IntVar = 1, what is displayed in the Output panel after execution?

Options:

A.

The value False is displayed.

B.

The value True is displayed.

C.

A System.ArgumentNullException is displayed.

D.

A System.InvalidCastException is displayed.

Buy Now
Questions 77

When using the UiPath Strict selector as a targeting method, how does it interact with anchor usage?

Options:

A.

The Strict selector always works better with multiple anchors.

B.

Anchors are not used when only the Strict selector is enabled as a targeting method.

C.

The Strict selector requires at least two anchors to function correctly.

D.

The Strict selector only uses anchors that are automatically identified.

Buy Now
Questions 78

What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Options:

Buy Now
Questions 79

What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?

Options:

A.

Navigate to Tenant > Folders, click the All Workspaces tab, and then click Check Resources for the desired workspace.

B.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click See Usage for the desired workspace.

C.

Navigate to Tenant > Users, click the Personal Workspaces tab, and then click Resources for the desired workspace.

D.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click Manage Resources for the desired workspace.

Buy Now
Questions 80

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)?

Options:

A.

Application Exception Catch Block

B.

Business Exception Catch Block

C.

Finally Block

D.

Try Block

Buy Now
Questions 81

What role do Triggers play in the UiPath Integration Service?

Options:

A.

Manage connections between UiPath Studio and third-party applications.

B.

Provide a mechanism for starting processes on a scheduled basis from Orchestrator.

C.

Assist in the creation of automation projects by providing event-based activities.

D.

Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.

Buy Now
Questions 82

Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?

Options:

A.

The Object Repository is only available in a Library.

B.

The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available.

C.

The Object Repository will automatically be available in the Process.

D.

The Object Repository cannot be passed between a Process and a Library.

Buy Now
Questions 83

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

Buy Now
Questions 84

The "DataTable_Users" variable of the data table type contains the following columns: "First Name". "Last Name", "Date of Birth", and "Username".

How can the argument "in_UserName" from "BuildUserID.xaml" be mapped to the appropriate values in "Main.xaml"?

Options:

A.

CurrentRow("Username").ToString

B.

DataTable_Users("Username").ToString

C.

UserID

D.

Usernames

Buy Now
Questions 85

Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?

Options:

A.

Get Ancestor

B.

Export UI Tree

C.

Find Element

D.

Find Children

Buy Now
Questions 86

When installing UiPath Studio, which of the following actions require administrator privileges?

Options:

A.

Administrator privileges are not required for installing UiPath Studio.

B.

Administrator privileges are required for installing the robot in both service mode and user mode.

C.

Administrator privileges are required for installing the robot in user mode.

D.

Administrator privileges are required for installing the robot in service mode.

Buy Now
Questions 87

A developer aims to employ the REFramework for automating a business process that involves a TransactionData collection (DataTable) comprising vendor names and addresses.

Instructions: Choose the appropriate variable type for the Transactionltem from the provided drop-down list in the following exhibit.

Options:

Buy Now
Questions 88

Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator?

Options:

A.

Manage Packages

B.

UiPath Assistant

C.

Resources Panel

D.

Snippets Panel

Buy Now
Questions 89

Which of the following credentials stores have built in support in Orchestrator?

Options:

A.

Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, CyberArk.

B.

CyberArk CCP, Cisco, Google Credentials, CyberArk, Azure Key Vault.

C.

CyberArk CCP, Azure Key Vault, Google Credentials, Amazon Security Services.

D.

Cisco, Amazon Security Services, Google Credentials, Microsoft SCS, IBM Vault.

Buy Now
Questions 90

A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine?

Options:

A.

Starts in Background

B.

Attended Automation

C.

Disable Pause

D.

Supports Persistence

Buy Now
Questions 91

What are the steps to publish a project from UiPath Studio?

Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".

Options:

Buy Now
Questions 92

What represents a sequence that contains an activity with a partial selector?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 93

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

What will the value of the qty variable be after executing the Assign activity?

Options:

A.

5

B.

10

C.

80

D.

null

Buy Now
Questions 94

Which action can be performed from UiPath Assistant?

Options:

A.

Set reminders for processes

B.

Set text assets for processes

C.

Set credential assets for processes

D.

Set queues for processes

Buy Now
Questions 95

Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?

Options:

A.

Activities Panel

B.

Locals Panel

C.

Data Manager Area

D.

Project Panel

Buy Now
Questions 96

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?

Options:

A.

Convert Tolnt32(ShipmentContainers) * Convert Tolnt32(BoxesPerContamer)

B.

ShipmentContainers.Tolnt() * BoxesPerContainer Tolnt()

C.

ShipmentContamersTolnt32() * BoxesPerContainer.Tolnt32()

D.

ShipmentContamers * BoxesPerContainer

Buy Now
Questions 97

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.

Buy Now
Questions 98

A project contains a Try Catch activity in the "Main.xaml" workflow. In the Catches block, there is a Rethrow activity. The process is started from Orchestrator and an exception is caught in the Try section. What is the expected result?

Options:

A.

Job is completed with a "Stopped" state.

B.

Job is completed with a "Faulted" state.

C.

Job is completed with a "Successful" state.

D.

Exception pop-up is displayed on the robot machine.

Buy Now
Questions 99

Review the following exhibit.

Based on the exhibit, which output is produced in the Output panel?

Options:

A.

Hello

B.

Good Morning UiPath

C.

Good Morning

D.

UiPath

Buy Now
Questions 100

What is a pre-requisite for running functional test cases in REFramework?

Options:

A.

Invoke Process XAML file

B.

Invoke InitAllSettings XAML file

C.

Invoke SetTransactionStatus XAML file

D.

Invoke Main XAML file

Buy Now
Questions 101

Considering a process developed using REFramework, if the status of a transaction was set to "Failed" with the Error Type specified as "Business", the process will transition to which state?

Options:

A.

Get Transaction Data

B.

Initialization

C.

End Process

D.

Process Transaction

Buy Now
Questions 102

Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?

Options:

A.

They are replaced with compatible alternatives.

B.

They are removed from the project.

C.

They are marked as unresolved.

D.

They are automatically resolved.

Buy Now
Questions 103

During which stage does an automation developer have the least contribution and responsibility?

Options:

A.

In the Discovery and Kickoff, Process Analysis, and Solution Design stages.

B.

In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages.

C.

In the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages.

D.

In the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages.

Buy Now
Questions 104

In which situation will a Ul Automation activity generate a partial selector?

Options:

A.

When included after a Find Element activity

B.

When included in an Attach Browser activity

C.

When included in an Excel Application Scope activity

D.

When included in a Trigger Scope activity

Buy Now
Questions 105

Within the UiPath Ecosystem, which component is responsible for providing a dedicated space to share and reuse pre-built workflows, components, and automation solutions, thus increasing efficiency and reducing development time?

Options:

A.

UiPath Assistant

B.

UiPath Marketplace

C.

UiPath Orchestrator

D.

UiPath Studio

Buy Now
Questions 106

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)

Buy Now
Questions 107

Review the following graphic:

Based on the graphic, what is the output at runtime?

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Buy Now
Questions 108

A developer has created a string array variable as shown below:

UserNames = {"Jane", "Jack", "Jill", "John"}

Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ", "?

Options:

A.

String.Join(UserNames, ",")

B.

String.Join(", ", UserNames)

C.

String.Concat(UserNames,",")

D.

String.Concat(",", UserNames)

Buy Now
Questions 109

A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of

memory"?

Options:

A.

Build a script that compares current CPU usage values to a threshold and clears data as needed.

B.

After every transaction, clear the transaction data, close the applications, and re-open the applications.

C.

All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.

D.

Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.

Buy Now
Questions 110

Where is the TransactionNumber incremented in the REFramework?

Options:

A.

Only in the SetTransactionStatus.xaml workflow.

B.

In the End Process state in the Finally section of the Try Catch activity.

C.

In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.

D.

In the New Transaction transition.

Buy Now
Questions 111

Which variable field is optional when creating a variable, in UiPath Studio?

Options:

A.

Default

B.

Variable type

C.

Name

D.

Scope

Buy Now
Questions 112

Which selector should be adjusted according to best practices to ensure reliable and stable automation?

Options:

A.

B.

C.

Buy Now
Questions 113

Where can you find a list of all activities that support Windows compatibility?

Options:

A.

In the converted project's settings.

B.

In the Activities Guide.

C.

In the Official feed documentation.

D.

In the Windows-Legacy project configuration.

Buy Now
Questions 114

What is the best method for passing data across activities within workflows?

Options:

A.

Arguments

B.

Variables

C.

Namespaces

D.

Properties

Buy Now
Exam Code: UiPath-ADAv1
Exam Name: UiPath Automation Developer Associate Exam (2023.10)
Last Update: Apr 3, 2025
Questions: 382
UiPath-ADAv1 pdf

UiPath-ADAv1 PDF

$25.5  $84.99
UiPath-ADAv1 Engine

UiPath-ADAv1 Testing Engine

$30  $99.99
UiPath-ADAv1 PDF + Engine

UiPath-ADAv1 PDF + Testing Engine

$40.5  $134.99