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

Free and Premium UiPath UiPath-ADAv1 Dumps Questions Answers

Page: 1 / 25
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 1

A developer created a datatable, dt_Users as shown in the following exhibit.

After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List variable Users_List. To achieve this, the developer plans to use an Add To Collection activity inside a For Each Row activity.

How should the Item property of the Add To Collection activity be configured?

Options:

A.

CurrentRow(0)ToStnng

B.

CurrentRow(1) ToString

C.

dtJJsers(O) ToString

D.

dt_Users(1) ToString

Buy Now
Question 2

A developer has designed an automation workflow which comprises:

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

Options:

A.

Pieces, Strawberries, Oranges

B.

Oranges

C.

, Oranges

D.

Pieces, Strawberries

Question 3

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

Question 4

A developer is reviewing an existing workflow in UiPath Studio Based on best practices, what should be used to view the available versions for activities used in the workflow?

Options:

A.

Workflow Analyzer

B.

Project Dependencies

C.

Project Settings

D.

Ul Explorer

Question 5

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

Question 6

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

Options:

A.

0

B.

1

C.

2

D.

Undefined

Question 7

A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing

application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.

What type of error should be thrown according to best practices?

Options:

A.

Business Exception

B.

Fatal Exception

C.

Application Exception

D.

System Exception

Question 8

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?

Options:

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Question 9

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

Options:

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.

Question 10

What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?

Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

Options:

A.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential.

B.

Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator.

C.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets except those of type Credential.

Question 11

Which activity is best suited for a developer to create a process that finds images on a website and stores them in a local folder, accounting for the need to potentially search for

an image repeatedly due to errors on the website?

Options:

A.

Get Attribute

B.

Check App State

C.

Retry Scope

D.

Delay

Question 12

What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?

Options:

A.

(Excel) Write Datatable to Excel activity only works in the background.

(Workbook) Write Range activity requires that the file is not opened by the user before running.

B.

(Excel) Write Datatable to Excel activity only works in the foreground, visible to the user.

(Workbook) Write Range activity only works in the background.

C.

(Excel) Write Datatable to Excel activity will create the file in the WorkbookPath property if it does not exist.

(Workbook) Write Range activity can only be used when Excel is installed.

D.

(Excel) Write Datatable to Excel activity will execute correctly even if the file is opened by the user before running.

(Workbook) Write Range activity will create the file in the WorkbookPath property if it does not exist.

Question 13

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.

Question 14

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

Question 15

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.

Question 16

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

Question 17

A Credential asset is created by a developer in Orchestrator as seen in the below image:

After the asset is created, if you change the Username value, what field must also be changed?

Options:

A.

Asset Name

B.

Description

C.

Type

D.

Password

Question 18

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

Question 19

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

Options:

A.

Unstructured input data source.

B.

Standard desktop applications.

C.

Low number of decision points.

D.

Low number of steps required in the automation.

Question 20

How can unattended robots be connected to Orchestrator using client credentials in the Assistant?

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

Options:

Question 21

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.

Question 22

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

Options:

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.

Question 23

A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.

Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.

Options:

Question 24

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

Options:

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.

Question 25

A developer created a DataTable called "DT" using the Build Data Table activity as shown in the exhibit:

What is the result of the expression:

The expression:

DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString

Options:

A.

"42Clara"

B.

"42Michael"

C.

"MichaelClara"

D.

"Clara25"

Question 26

What tool or method should be utilized inside UiPath Studio to assess the similarities between two files within the same automation project?

Options:

A.

Manage Packages

B.

Global Exception Handler

C.

Compare Files

D.

Workflow Analyzer

Question 27

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

Question 28

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

"ShippedContainers" and "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.

String. Tolnt32(ShippedContainers) * String. Tolnt32(ItemsPerContainer)

B.

Convert. Tolnt32(ShippedContainers) * Convert.Tolnt32(ItemsPerContainer)

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Question 29

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

Question 30

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

Options:

A.

Configure the page in the Module that opens the Record Producer UI

B.

Create an application property to store the URL

C.

Write a script in the Record Producer’s Script field: producer.redirect = "";

D.

Write an after Business Rule script for the Record Producer's table: window.redirect = "";

Question 31

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

Question 32

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

Options:

A.

Deployment & Hypercare

B.

Process Analysis

C.

Solution Design

D.

User Acceptance Testing

Question 33

In which stage of the UiPath implementation model are the chosen processes analyzed in their AS-IS state?

Options:

A.

Process Analysis

B.

Development

C.

Kick-Off

D.

Solution Design

Question 34

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.

Question 35

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.

Question 36

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.

Question 37

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

Question 38

A developer needs to prioritize automating several processes. To help prevent any long-term maintenance, which process attribute should be avoided?

Options:

A.

Logical decision points

B.

Repetitive business process

C.

Frequent application changes

D.

High volume work

Question 39

A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer.

What steps should the developer take to install the Google Chrome extension from UiPath Studio?

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

Options:

Question 40

What is the use of job priorities in unattended automations within UiPath Orchestrator?

Options:

A.

To determine which processes should be executed first when dealing with multiple jobs.

B.

To sort and organize tasks within a folder.

C.

To create job dependencies that must be completed before new job execution.

D.

To determine machine resource allocation among processes.

Question 41

In the Output property of all Get Mail activities, what is the supported variable type?

Options:

A.

String

B.

List

C.

MailMessage

D.

List

Question 42

What is the purpose of Breakpoints when debugging a project in UiPath Studio?

Options:

A.

To purposely pause the debugging process on an activity which may trigger execution issues.

B.

To automatically restart the debugging process when an error is encountered.

C.

To measure the execution time of each activity in the workflow.

D.

To export debugging results in different formats.

Question 43

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?

Options:

A.

Workflow

B.

Global Exception Handler

C.

Flowchart

D.

State Machine

Question 44

A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the

"Generate Shipment Details" button. This generates a table of shipment records for each customer.

What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

Options:

A.

ApplicationException

B.

BusinessRuleException

C.

SystemException

D.

NullReferenceException

Question 45

Which of the following describes a role in UiPath Orchestrator?

Options:

A.

Roles are collections of machines used to control the devices users can access in the UiPath ecosystem.

B.

Roles are collections of permissions used to control the level of access and the actions users can perform in the UiPath ecosystem.

C.

Roles are collections of folders used to control the level of hierarchical organization within the UiPath ecosystem.

D.

Roles are collections of processes used to control the order in which users can execute processes in the UiPath ecosystem.

Question 46

A developer has created the following workflow:

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

Options:

A.

World Hello

B.

World

C.

Hello World

D.

Hello

Question 47

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?

Options:

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

Question 48

A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:

- The Robot is installed on Machine A, which connects through RDP to Machine B.

- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.

Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?

Options:

A.

Ul Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

B.

UI Automation can be used and the following are prerequisites:

Machine A - no requirement.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

C.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RDP extension and RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

D.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

Question 49

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?

Options:

A.

Invoke Method activity will throw an error.

B.

Colors will contain items in the following order: "Yellow", "Red", "Green".

C.

Colors will contain items in the following order: "Red", "Green", "Yellow".

D.

Colors will contain items in the following order: "Red", "Green".

Question 50

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.

Question 51

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

Question 52

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.

Question 53

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

Options:

A.

Find Element

B.

Get Text

C.

Get Attribute

D.

Check App State

Question 54

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)

Question 55

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.

Question 56

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

Question 57

A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.

Which functionality does the Step Out action provide?

Options:

A.

Pauses at an activity that caused an error

B.

Re-executes the activity which threw an exception

C.

Executes only one activity at a time and then pauses

D.

Executes activities in the current container and then pauses

Question 58

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.

Question 59

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

Question 60

What are Application Files in a ServiceNow application?

Options:

A.

CSV files containing data imported into an application

B.

XML exports of an application's Update Set

C.

An XML export of an application's table records

D.

ServiceNow artifacts comprising an application

Question 61

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

Question 62

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.

Question 63

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

Question 64

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

Question 65

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.

Question 66

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.

Question 67

What is the purpose of the Interval filter in the Orchestrator's Monitoring page?

Options:

A.

It allows you to control the granularity of the displayed data and check the health of your system in either the last day or the last hour.

B.

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

C.

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

D.

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

Question 68

In a project involving an Orchestrator queue, a developer needs to extract the two values from the ItemInformation fields of each QueueItem object. How can those fields be extracted from the variable?

Options:

A.

Use the SpecificContent property and supply the name of the field as the Key.

B.

Assign output variables for each field in the Add Queue Item activity.

C.

Use a Get Transaction Item activity for each ItemInformation field.

D.

Use a Get Asset activity for each ItemInformation field.

Question 69

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

Options:

A.

Screen, Application, Version, UI Element.

B.

Application, Version, Screen, UI Element.

C.

Application, Screen, UI Element, Version.

D.

Version, Application, Screen, UI Element.

Question 70

What are the methods supported by Connector Builder in the UiPath Integration Service?

Options:

A.

Get, Post, Put, Options

B.

Get, Get By Id, Post, Put, Patch, Delete

C.

Get, Post, Put, Trace

D.

Get, Get By Id, Put, Trace, Options

Question 71

What differentiates a List type from an Array type?

Options:

A.

List items can be accessed through an index but array items cannot.

B.

An array has a fixed, predefined number of elements while a list has a dynamic number of elements.

C.

A list can hold items of multiple data types at the same time while arrays cannot.

D.

Lists provide the option of looping through data while arrays do not.

Question 72

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.

Question 73

A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice

represented by an 8-alphanumeric system-generated vendor tax ID.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID

defined in a pre-selected existing list?

Options:

A.

<html app='chrome.exe' title='ACME System - Invoice - {{VendorTaxID})' />

Where VendorTaxID is a 8-alphanumeric element.

B.

<html app='chrome.exe' title='ACME System - Invoice - " />

Where VendorTaxID is a 8-alphanumeric element.

C.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Where VendorTaxID is a 8-alphanumeric element.

D.

<html app='chrome.exe' title='ACME System - Invoice - RO123456' />

Where VendorTaxID is a 8-alphanumeric element.

Question 74

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

Question 75

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

Options:

A.

Clone Repository

B.

Copy to GIT

C.

Disconnect

D.

GIT Init

Question 76

When using Invoke Workflow File, in the import arguments panel, what types of expressions can be used in the value column?

Options:

A.

In arguments can be given Hard-coded values or variables. In/out and out arguments can only be given variables.

B.

In arguments can only be given Hard-coded values. In/out and out arguments can only be given variables.

C.

In/out and out arguments can be given Hard-coded values or variables. In arguments can only be given variables.

D.

Only variables can be configured for all types of arguments.

Question 77

A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities Which recommended type of workflow meets the requirement?

Options:

A.

Global Exception Handler

B.

Flowchart

C.

Sequence

D.

State Machine

Question 78

Which argument name follows UiPath best practices for argument naming conventions?

Options:

A.

ioUpdatedsum

B.

in_argument1

C.

dt_outputrovvs

D.

out_ConfirmationNumber

Question 79

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

Options:

A.

Parallel

B.

Switch

C.

For Each

D.

Flow Switch

Question 80

A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format?

Options:

A.

String Method: Contains

B.

Activity Replace

C.

String Method: Equals

D.

Activity. Is Match

Question 81

What happens when closing a Remote Debugging Connection while a debugging execution is in progress?

Options:

A.

Debugging execution stops gracefully, then the connection is closed.

B.

The remote robot continues the execution after Studio closes the connection.

C.

It is not possible to close the connection while debugging is in progress.

D.

Debugging execution ends in exception, then the connection is closed.

Question 82

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

Options:

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.

Question 83

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

Options:

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.

Question 84

A user reported unexpected behavior from a process that is in Production. After reviewing the process, a developer noticed that one of the Queue Items that was processed has a status of "Abandoned" in UiPath Orchestrator.

When is a Queue Item moved to an "Abandoned" status in UiPath Orchestrator?

Options:

A.

When the item has been manually selected from the Transactions page and marked as "Deleted"

B.

When the item was "In Progress" but the transaction status was never set to "Successful" or "Failed"

C.

When the item did not meet a business or application requirement within the project.

D.

When the item was processed with the Get Transaction Item activity

Question 85

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

Options:

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.

Question 86

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)

Question 87

What component of the UiPath Ecosystem allows a user to post questions or answers on RPA topics?

Options:

A.

UiPath Marketplace

B.

UiPath Studio

C.

UiPath Community

D.

UiPath Forum

Question 88

What is the purpose of the Capture All Elements feature in Object Repository?

Options:

A.

To capture the selected elements of an application from multiple screens simultaneously using the Computer Vision technology.

B.

To capture all the available elements of an application using the Computer Vision technology.

C.

To capture the selected elements of an application using the Computer Vision technology.

D.

To capture all elements of an application from multiple screens simultaneously using the Computer Vision technology.

Question 89

A developer created a workflow as shown in the following exhibit:

Which exception will be thrown when the workflow is executed?

Options:

A.

ArgumentException

B.

InvalidOperationException

C.

BusinessRuleException

D.

NullReferenceException

Question 90

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.

Question 91

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

Options:

A.

0

B.

1

C.

9

D.

10

Question 92

In what situations is it appropriate to use a static selector instead of a dynamic selector?

Options:

A.

When the automation requires high flexibility.

B.

When the automation process requires better performance.

C.

When the target element's properties change frequently.

D.

When the target element's attributes remain constant and do not change during runtime.

Question 93

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

Options:

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.

Question 94

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?

Options:

A.

Simulate only.

B.

Simulate and Window Messages.

C.

Same as App/Browser and Simulate.

D.

Window Messages only.

Question 95

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:

Question 96

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.

Question 97

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

Options:

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

Question 98

A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?

Options:

A.

FullText and Native

B.

Native only

C.

OCR

D.

FullText only

Question 99

What is a recommended way to safely store credential information used in a UiPath automation project?

Options:

A.

Store the username and password as hardcoded values with the Private option enabled on activities

B.

Store the username and password in a Config.xlsx Excel file in the Studio project folder

C.

Store the username and password in a single Orchestrator asset

D.

Store the username and password in a Notepad file on the robot's local machine

Exam Detail
Vendor: UiPath
Exam Code: UiPath-ADAv1
Last Update: Apr 2, 2025
UiPath-ADAv1 Question Answers
Page: 1 / 25
Total 382 questions