Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

UiPath-ADAv1 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

UiPath-ADAv1 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: UiPath Automation Developer Associate Exam (2023.10)
  • Last Update: Sep 12, 2025
  • Questions and Answers: 382
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

UiPath-ADAv1 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

UiPath-ADAv1 Practice Exam Questions with Answers UiPath Automation Developer Associate Exam (2023.10) Certification

Question # 6

In which phase of the Implementation Methodology is the Process Definition Document (PDD) created?

A.

Deployment & Hypercare

B.

Process Analysis

C.

Solution Design

D.

User Acceptance Testing

Full Access
Question # 7

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

A.

Activities Panel

B.

Locals Panel

C.

Data Manager Area

D.

Project Panel

Full Access
Question # 8

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

A.

The flow will throw an exception in InitAllSettings workflow.

B.

The flow will use the value from the Settings sheets since the asset is missing.

C.

An empty string will be saved for the "OrchestratorQueueName" key in the config dictionary.

D.

The "OrchestratorQueueName" key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.

Full Access
Question # 9

In the Catches section of the Try Catch activity a developer selected ArgumentException in the exception handler.

UiPath-ADAv1 question answer

What happens when the activity encounters a NullReferenceException?

A.

The Finally block is not executed and a runtime error occurs.

B.

The Finally block executes and no exception is thrown.

C.

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

D.

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

Full Access
Question # 10

During the unattended robot setup for a self-hosted machine, what must be available in order to assign a new machine template?

A.

You need to have at least one unallocated Production (Unattended) runtime available to assign it to the template.

B.

You must ensure the Credential Store is empty before assigning the machine template.

C.

You need to have at least one available serverless machine to link it with the new template.

D.

You must first create a new folder to store the machine template credentials.

Full Access
Question # 11

A developer has defined the StrVar variable of type String Which expression should the developer use to return four characters starting with the second character?

A.

StrVar.Substring(1, 4)

B.

StrVar.Substnng(1, 5)

C.

StrVar.Substring (2, 4)

D.

StrVar.Substring (2, 5)

Full Access
Question # 12

A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?

A.

Workflow

B.

Global Exception Handler

C.

Flowchart

D.

State Machine

Full Access
Question # 13

When would you need to manually add multiple anchors to a UI element while creating a descriptor in UiPath?

A.

When multiple similar elements, such as duplicate text boxes with identical labels, need to be distinguished by adding both the label and a section title as anchors.

B.

When a single anchor is found automatically and it perfectly identifies the target element without duplicates.

C.

When the target element is unique, but the strict selector is enabled as a targeting method.

D.

When the target is an image element that always has a single text label anchor below it.

Full Access
Question # 14

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

UiPath-ADAv1 question answer

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

UiPath-ADAv1 question answer

Full Access
Question # 15

A developer invoked a workflow file with three arguments, one "ln": one "Out", and one "In/Out". In the Invoked Workflow's Arguments window, how can the Value be configured for each argument?

A.

In: Variable or Hard-coded value

Out: Variable only

In/Out Variable only

B.

In: Variable only Out

Variable only

In/Out: Variable only

C.

In: Variable or Hard-coded value

Out Variable or Hard-coded value

In/Out Hard-coded value only

D.

In: Variable or Hard-coded value

Out' Hard-coded value only

In/Out Variable only

Full Access
Question # 16

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?

A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the "Home" tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the "Jobs" tab in UiPath Assistant.

Full Access
Question # 17

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

A.

Transactionstatus

B.

Workflow1

C.

creation_of_file

D.

ScrapeFilteredStocks

Full Access
Question # 18

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.

Full Access
Question # 19

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

Full Access
Question # 20

What is the difference between the UiPath Studio and UiPath StudioX development profiles?

A.

UiPath Studio allows the user to split the automation into smaller workflows that can be invoked, while StudioX doesn't offer this functionality.

B.

UiPath Studio is meant for business users looking to automate tasks for themselves and their immediate teams, while StudioX is meant for Automation developers.

C.

UiPath Studio can only build unattended automations, while StudioX can only build attended automations.

D.

UiPath Studio can save values into variables for later use, while StudioX doesn't offer this functionality.

Full Access
Question # 21

What should be done if an anchor is not automatically added when indicating an element and duplicates are found?

A.

Rely on the fuzzy selector to identify the desired element on the screen.

B.

Only unique elements will be found.

C.

Select all the target methods.

D.

Click a nearby element that helps identify the target to add it as an anchor.

Full Access
Question # 22

What is the ServiceNow Store?

A.

Downloadable content ServiceNow script archive

B.

The source for ServiceNow Community-created developer content

C.

Marketplace for free and paid certified ServiceNow applications and integrations

D.

Alternate name for the ServiceNow Developer Share site

Full Access
Question # 23

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?

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)

Full Access
Question # 24

Which activity can be used to transition a Background Process to Foreground?

A.

Use Foreground

B.

Activate

C.

Maximize Window

D.

Set Focus

Full Access
Question # 25

Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?

A.

WaitTime

B.

RetryInterval

C.

Timeout

D.

Delay

Full Access
Question # 26

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

A.

Text attribute

B.

Default

C.

Native

D.

Full text

Full Access
Question # 27

What is the purpose of credential stores in UiPath Orchestrator?

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.

Full Access
Question # 28

When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in

UiPath Studio's ribbon interface?

UiPath-ADAv1 question answer

A.

W1

B.

S1

C.

A1

D.

S2

Full Access
Question # 29

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

A.

Medium

B.

Low

C.

Inherited

D.

High

Full Access
Question # 30

A developer intends to enter text into an input field using a combination of a string and a hotkey. The input action should take place within a hidden or minimized window.

Which input method(s) can be used individually for the Type Into activity?

A.

Simulate only.

B.

Simulate and Window Messages.

C.

Same as App/Browser and Simulate.

D.

Window Messages only.

Full Access
Question # 31

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

A.

Invoke Process XAML file

B.

Invoke InitAllSettings XAML file

C.

Invoke SetTransactionStatus XAML file

D.

Invoke Main XAML file

Full Access
Question # 32

When is the Anchor Base activity used to automate interaction with an application?

A.

When the element selector is reliable but the element's position on the screen changes

B.

When all the element selectors in the application are reliable

C.

When no element selectors are available in the automated application

D.

When the element selector is not reliable and the element's position on the screen changes

Full Access
Question # 33

In the UiPath Implementation Methodology, which phase involves building the SDD (Solution Design Document)?

A.

Solution Design phase

B.

User Acceptance Testing phase

C.

Kick-off phase

D.

Process Design phase

Full Access
Question # 34

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?

A.

ShippedContainers.ToInt32() * ItemsPerContainer.ToInt32()

B.

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

C.

CInt(ShippedContainers * ItemsPerContainer)

D.

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

Full Access
Question # 35

A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed

in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

A.

Postpone

B.

ItemInformation

C.

Reference

D.

Deadline

Full Access
Question # 36

What happens after executing the given sequence if the Work Items button appears on the screen after 8 seconds and the Retry Scope activity has the properties as shown in the picture?

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

A.

The Work Items button is being clicked.

B.

An exception is being thrown.

C.

Nothing happens.

D.

The Work Items button is being highlighted.

Full Access
Question # 37

Which of the following is the correct method to manage assets for a specific folder in UiPath Orchestrator?

A.

Open the folder's contextual menu by clicking the three-dot icon, then select "Link Resources" and choose "Asset".

B.

Select "Tenant" from the sidebar menu, then click the "Assets" tab.

C.

Navigate to "Tenant" > "Folders", choose the desired folder, and click the "Manage Access" tab.

D.

Select the folder from the sidebar menu, then click the "Assets" tab.

Full Access
Question # 38

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

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.

Full Access
Question # 39

Which of the following statements accurately describes the primary components of a State Machine in a workflow?

A.

A State Machine consists of four primary components: States, Triggers, Transitions, and Actions.

B.

A State Machine is composed of States, Triggers, and Loops.

C.

A State Machine comprises three main components: Sequences, Flowcharts, and Input/Output Arguments.

D.

A State Machine is made up of States, Transitions, Entry Actions, and Exit Actions.

Full Access
Question # 40

What activity can be used to get all rows in a DataTable variable with a Quantity value greater than 500?

A.

Sort Data Table

B.

Output Data Table

C.

Lookup Data Table

D.

Filter Data Table

Full Access
Question # 41

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

A.

OrderBy

B.

Where

C.

GroupBy

D.

Select

Full Access
Question # 42

How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?

A.

In: Variable or Hard-coded value, Out: Variable or Hard-coded value, In/Out: Hard-coded value only

B.

In: Variable or Hard-coded value, Out: Variable only, In/Out: Variable only

C.

In: Variable only, Out: Variable only, In/Out: Variable only

D.

In: Variable or Hard-coded value, Out: Hard-coded value only, In/Out: Variable only

Full Access
Question # 43

What is a function of unattended robots?

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.

Full Access
Question # 44

Which of the following best describes the Alerts panel?

A.

A panel that displays summaries of the alerts you subscribed to, received as error reports every ten minutes, or as daily reports.

B.

A panel that displays a more comprehensive list of all alerts.

C.

A panel that displays alerts as they occur.

D.

A panel that displays the most severe five alerts, accessible from the Alerts bell.

Full Access
Question # 45

What happens when attempting to publish a process with a validation error from UiPath Studio to Orchestrator?

A.

The process will be successfully published to Orchestrator, and the robot will throw a runtime error whenever the process is executed.

B.

The robot will automatically set the "ContinueOnError" property to "True" for all the activities having validation errors, and the process will be successfully published to Orchestrator.

C.

The process will be successfully published to Orchestrator, it will appear in UiPath Assistant, but it cannot be run.

D.

The process will not be successfully published to Orchestrator.

Full Access
Question # 46

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

A.

Create Folder

B.

Archive Files

C.

Compress/Zip Files

D.

Create File

Full Access
Question # 47

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

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)

Full Access
Question # 48

Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?

A.

Screen, Application, Version, UI Element.

B.

Application, Version, Screen, UI Element.

C.

Application, Screen, UI Element, Version.

D.

Version, Application, Screen, UI Element.

Full Access
Question # 49

Which of the following activities can be used to get the state of a button (enabled/disabled)?

A.

Find Element

B.

Get Text

C.

Get Attribute

D.

Check App State

Full Access
Question # 50

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?

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Full Access
Question # 51

A developer has declared a variable of type String named StrVar and assigned it the value "UIPATH STUDIO". What is the output of the expression, StrVar.lndexOf("U")?

A.

0

B.

1

C.

9

D.

10

Full Access
Question # 52

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

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.

Full Access
Question # 53

A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message

Which property should the developer configure to be able to click the element?

A.

The developer should change the input method to Hardware Events and the CursorMotionType to Smooth.

B.

The property AlterlfDisabled should be set to True.

C.

The developer should change the input method to Simulate and the CursorMotionType to Instant.

D.

The property AlterlfDisabled should be set to False.

Full Access
Question # 54

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator.

Each morning, new invoices are added to a shared folder. Each invoice needs to be processed separately as a single unit of work. After processing, the system output ID must be emailed to the finance team.

How should the developer store the invoice data in Orchestrator?

A.

Upload individual invoice data as Specific Data in Queue Items and Create an Asset for the finance team email address.

B.

Upload individual invoice data and the finance team email address as Specific Data in Queue Items.

C.

Create an asset for each piece of invoice data as well as for the finance team email address.

D.

Upload the finance team email address as Specific Data in Queue Items and Create an asset for each individual invoice data field.

Full Access
Question # 55

What types of authentication are supported by Connector Builder for Integration Service?

A.

OAuth 2.0 Authorization Code, OAuth 2.0 Client Credentials, SSL, OAuth 2.0 Implicit Grant, LDAP, RADIUS.

B.

OAuth 2.0 Authorization Code, OAuth 2.0 Authorization code with PKCE, OAuth 2.0 Client Credentials, Basic, API Key, Personal Access Token (PAT), No Authentication.

C.

OAuth 2.0 Authorization Code, OAuth 2.0 Authorization code with PKCE, Basic, Windows Authentication, API Key, Kerberos.

D.

OAuth 1.0, OAuth 2.0 Authorization Code, OAuth 2.0 Client Credentials, SAML, JWT, Lightweight Directory Access Protocol.

Full Access
Question # 56

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

A.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

B.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

C.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

D.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

Full Access
Question # 57

While working on a project that utilizes Object Repository, you have one linked Ul Element that is used across multiple activities. What needs to happen to edit a selector for

only one activity without modifying it in Object Repository?

A.

Unlink from Object Repository.

B.

Show in Object Repository.

C.

Edit target.

D.

Indicate target on screen.

Full Access
Question # 58

Which activity should be used to add data in a Microsoft Excel spreadsheet without overwriting any existing information?

A.

Write Range

B.

Read Range

C.

Write Cell

D.

Append Range

Full Access
Question # 59

What do the percentages from the Test Explorer panel represent?

UiPath-ADAv1 question answer

A.

Correctness of the code percent.

B.

Passing percent.

C.

Coverage percent.

D.

Percent of test data run.

Full Access
Question # 60

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

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.

Full Access
Question # 61

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

A.

Get Ancestor

B.

Export UI Tree

C.

Find Element

D.

Find Children

Full Access
Question # 62

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

A.

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

B.

In the Process Analysis, Solution Design, and Development and Unit Testing stages.

C.

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

D.

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

Full Access
Question # 63

While working on a project that utilizes Object Repository, you have one linked UI Element that is used across multiple activities. What needs to happen to edit a selector for only one activity without modifying it in Object Repository?

A.

Edit target.

B.

Show in Object Repository.

C.

Indicate target on screen.

D.

Unlink from Object Repository.

Full Access
Question # 64

A developer finished creating an automation project in UiPath Studio 2021 10 What is the recommended sequence of steps that should be performed to publish the package to Orchestrator 2021.10?

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

UiPath-ADAv1 question answer

Full Access
Question # 65

What is the default URL of the OCR server that runs the Computer Vision service?

A.

https://server.uipath.com/

B.

https://cvserver.uipath.com/

C.

https://cv.uipath.com/

D.

https://computervision.uipath.com/

Full Access
Question # 66

A developer needs to store a collection of unique email addresses while ensuring fast lookups. Which data structure is best suited for this task in UiPath?

A.

Array

B.

List(Of String)

C.

Dictionary(Of String, Boolean)

D.

HashSet(Of String)

Full Access
Question # 67

A developer has created an automation process that includes:

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

Based on the information shown in the exhibits, what is the output of the Write Line activity in the Main xaml file?

A.

Apple

B.

Orange

C.

Apple Orange

D.

Orange Apple

Full Access
Question # 68

Which activity enables a developer to run three sequences asynchronously in the process they are developing?

A.

Parallel

B.

Switch

C.

For Each

D.

Flow Switch

Full Access
Question # 69

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

UiPath-ADAv1 question answer

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

Full Access
Question # 70

Where is the TransactionNumber incremented in the REFramework?

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.

Full Access
Question # 71

Which option best describes a process that is considered SEMI-AUTOMATION?

A.

Processes where change is frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required.

B.

Processes that are digital and involve a highly static system and process environment, so that they can be easily broken into instructions and simple triggers can be defined.

C.

Processes that are rather digital and can be automated, but use some technologies that are complex (such as OCR) or require advanced programming skills.

D.

Processes that can be broken down into steps that can be clearly automated, and steps that need to stay manual (such as validations or usage of physical security tokens).

Full Access
Question # 72

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

A.

In the converted project's settings.

B.

In the Official feed documentation.

C.

In the Activities Guide.

D.

In the Windows-Legacy project configuration.

Full Access
Question # 73

Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

UiPath-ADAv1 question answer

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

UiPath-ADAv1 question answer

What are steps to do that?

A.

Click Right on the Test Case and select Update Test Data.

B.

Click Right on the Test Case and select Add Test Data.

C.

Click Right on the Test Case and select Remove Test Data.

D.

Click Right on the Test Case and select Refresh Test Data.

Full Access
Question # 74

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

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

Full Access
Question # 75

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?

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.

Full Access
Question # 76

A developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".

What is printed in the log message after the following Invoke Code is executed?

UiPath-ADAv1 question answer

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Full Access
Question # 77

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

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.

Full Access
Question # 78

Which option best describes a process that is considered ZERO-TOUCH AUTOMATION?

A.

Processes where change is frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required.

B.

Processes that are digital and involve a highly static system and process environment, so that they can be easily broken into instructions and simple triggers can be defined.

C.

Processes that can be broken down into steps that can be clearly automated, and steps that need to stay manual (such as validations or usage of physical security tokens).

D.

Processes that are rather digital and can be automated, but use some technologies that are complex (such as OCR) or require advanced programming skills.

Full Access
Question # 79

How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?

A.

String.Replace('"', FullFilePath)

B.

String.Replace(FullFilePath, ‘"’)

C.

Split(FullFilePath, "\")

D.

Split("", FullFilePath)

Full Access
Question # 80

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

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.

Full Access
Question # 81

What is the advantage of utilizing UiPath Orchestrator queues?

A.

Allows several robots to handle the same Queue Item simultaneously.

B.

Capability to modify the retry count at the queue level after its creation.

C.

Guarantees each queue is exclusively processed by a single robot, by default.

D.

Capability to track the status of Queue Items.

Full Access
Question # 82

In a UiPath Studio project, what is the broadest scope a variable can have?

A.

Within the surrounding "Do" or "Body" sequence.

B.

Outermost container in the current XAML project file.

C.

Global, available in the entire project.

D.

Within the activity in which it is defined.

Full Access
Question # 83

You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime?

A.

1 element

B.

2 elements

C.

3 elements

D.

5 elements

Full Access
Question # 84

What happens to the generated variable when you manually create an output variable in the output field in UiPath Studio?

A.

The generated variable will be copied and stored for future use.

B.

The activity that uses the manually created variable will be deleted.

C.

The manually created variable will be overridden by the generated variable.

D.

It will replace the generated variable with the variable that you created.

Full Access
Question # 85

Which of the following statements is true?

A.

UiPath Robots can be deleted if they have pending or active jobs in UiPath Orchestrator.

B.

Unattended robots can be connected to UiPath Orchestrator without the Windows username.

C.

UiPath Orchestrator consumes the Queue Items uploaded to the UiPath Robot.

D.

Attended robots can be connected to UiPath Orchestrator without Windows Credentials.

Full Access
Question # 86

How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?

A.

From the Roles tab of the Tenant > Manage Access page.

B.

From the Tenant > Settings > General page.

C.

From the Assign roles tab of the Tenant > Manage Access page

D.

From the Folders page or from the folder's Settings page

Full Access
Question # 87

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

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.

Full Access
Question # 88

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

UiPath-ADAv1 question answer

Full Access
Question # 89

To read only the first page of a .pdf file using the Read PDF Text activity, what value should be entered into the Range property?

A.

"1"

B.

“”

C.

1

D.

(0)

Full Access
Question # 90

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

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.

Full Access
Question # 91

Given the following workflow image:

UiPath-ADAv1 question answer

After the Step Out is clicked on the Debug ribbon tab of UiPath Studio, what will be displayed on the Output panel?

A.

UiPath RPA Automation

B.

UiPath

C.

UiPath RPA

D.

RPA

Full Access
Question # 92

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?

A.

The value False is displayed.

B.

The value True is displayed.

C.

A System.ArgumentNullException is displayed.

D.

A System.InvalidCastException is displayed.

Full Access
Question # 93

Consider the following code involving a Try Catch:

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

What will be the output after running the code?

A.

"BRE caught", exception rethrown.

B.

"Exception caught".

C.

"Exception caught", "Finally executed".

D.

"BRE caught", exception rethrown, "Finally executed".

Full Access
Question # 94

What is the function of the Immediate Panel in UiPath Studio during the debugging process?

A.

Inspecting data at a certain point during debugging by evaluating variables, arguments, or statements.

B.

Displaying the next activity to be executed and its parent containers when the project is paused in debugging.

C.

Displaying the performance analysis of all the operations, showing the execution time of each activity.

D.

Displaying the execution process and allowing the modification of variable and argument values.

Full Access
Question # 95

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

Which expression should be used?

A.

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

B.

Timestamp."dd-MM-yyyy"

C.

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

D.

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

Full Access
Question # 96

Based on best practice, which set of features are used before debugging a workflow in UiPath Studio?

A.

Execution Trail and Picture in Picture

B.

Analyze Project and Validate File

C.

Highlight Elements and Focus

D.

Ignore and Restart

Full Access
Question # 97

During the debugging process, a developer paused the execution. To alter the characteristics of the ongoing flow and change the values of variables within the existing scope.

which panel of the UiPath interface is recommended to be accessed?

A.

Variables Panel

B.

Locals Panel

C.

Information Window

D.

Execution Flow Panel

Full Access
Question # 98

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?

A.

Starts in Background

B.

Attended Automation

C.

Disable Pause

D.

Supports Persistence

Full Access
Question # 99

When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?

UiPath-ADAv1 question answer

A.

Data Service

B.

File

C.

Test Data Queue

D.

Data Service with Filter

Full Access
Question # 100

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

A.

Arguments

B.

Variables

C.

Namespaces

D.

Properties

Full Access
Question # 101

What are the three main components of UiPath Integration Service?

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Full Access
Question # 102

What are the steps to start building a custom connector using the Connector Builder for Integration Service?

A.

Open UiPath Studio, create a new process, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

B.

Open Automation Cloud, go to Integration Service, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

C.

Open Automation Cloud, go to Orchestrator, on the Connections tab, select Add a new Connection, choose to start from an API definition or from a blank connector.

D.

Open Automation Cloud, go to Orchestrator, on the Connectors tab, select Add a new Connector, choose to start from an API definition or choose OAuth 2.0 authentication method.

Full Access
Question # 103

Which action can be performed from UiPath Assistant?

A.

Set reminders for processes

B.

Set text assets for processes

C.

Set credential assets for processes

D.

Set queues for processes

Full Access
Question # 104

When choosing a process for automation, what factor contributes to its increased complexity?

A.

Unstructured input data source.

B.

Standard desktop applications.

C.

Low number of decision points.

D.

Low number of steps required in the automation.

Full Access
Question # 105

A developer is working on a project that uses Git for source control. A fellow team member seeks to compare two versions of a specific workflow within the project. Which option in UiPath Studio offers this functionality?

A.

Show History

B.

Push

C.

Checkout Branch

D.

Pull (Rebase)

Full Access
Question # 106

A developer wants to retrieve the value of a column from a DataRow object. Which activity can be used?

A.

Get Row Item

B.

Get from Collection

C.

For Each Row in Data Table

D.

Lookup Data Table

Full Access
Question # 107

In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?

A.

1 time.

B.

2 times.

C.

The process will not enter the Get Transaction Data state because a linear process is not transactional.

D.

Until there are no more queue items left unprocessed in Orchestrator.

Full Access
Question # 108

Consider the following Try Catch statement:

UiPath-ADAv1 question answer

What will happen when the code is executed?

A.

The exception will be handled in the ArgumentException catch.

B.

There is no catch defined for the thrown exception type.

C.

The exception will be handled in the InvalidOperationException catch.

D.

The exception will be handled in the BusinessRuleException catch.

Full Access
Question # 109

What activity should be used to iterate through a number of Outlook emails?

A.

For Each Row

B.

For Each Outlook Item

C.

For Each File in Folder

D.

For Each Email

Full Access
Question # 110

A developer used a dictionary to store employee ID numbers as the key with associated employee surnames as the value What is the benefit of using a dictionary?

A.

Dictionaries can have repeated keys

B.

Dictionaries must have unique values

C.

Dictionaries can be searched by keys or values

D.

Dictionary keys and values can be of different data types

Full Access
Question # 111

A developer stores value "25.11" in a String variable called "InvoiceTotal". Which expression should be used to convert "InvoiceTotal" to a numeric format with the decimals

included?

A.

String.ToNumeric(Invoice Total)

B.

Clnt(Invoice Total)

C.

Invoice Total.IsNumeric

D.

Double.Parse(InvoiceTotal)

Full Access
Question # 112

A developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?

A.

Clone Repository

B.

Copy to GIT

C.

Disconnect

D.

GIT Init

Full Access
Question # 113

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

A.

Frequent business logic change.

B.

The process is prone to human error.

C.

High process run time.

D.

The process requires exception handling.

Full Access
Question # 114

What is the most appropriate way to convert a designed process into a template after completing the project?

A.

Use the "Save As" option to save the project as a new file type and manually change the file extension to create a template.

B.

Use the Export as Template option from the UiPath Studio.

C.

Create a new Template and move the activities from the existing process to the new Template.

D.

There is no way the developer can do this.

Full Access