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

UiPath UiPath-ADAv1 Dumps

Page: 1 / 38
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 1

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.

as

Options:

Question 2

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

Options:

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

Question 3

What is the main purpose of using the App/Web Recorder during automation development?

Options:

A.

To test and optimize the execution speed of automation workflows across various environments.

B.

To create custom reusable components within UiPath Studio for future use in different projects.

C.

To automatically generate workflow elements for UI interactions by recording actions in an application or web page.

D.

To design and debug complex workflows using dynamic components.

Question 4

Which type of automation is most suitable for extracting text from an image-based document in UiPath?

Options:

A.

Screen Scraping

B.

OCR

C.

Regex

D.

String Manipulation

Question 5

Which of the following statements accurately describes the function of the If activity in a workflow?

Options:

A.

It evaluates a boolean condition and creates two separate branches for both true and false conditions, executing only one branch.

B.

It evaluates a boolean condition and runs the branch with the highest priority, regardless of the condition's truthiness.

C.

It evaluates a set of boolean conditions and branches the workflow execution to the first true condition encountered.

D.

It evaluates a boolean condition and creates a single branch that executes both true and false statements sequentially.

Question 6

Review the following graphic:

as

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

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Question 7

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.

as

Options:

Question 8

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 9

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.

Question 10

A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?

Options:

A.

Delay before

B.

Alter disabled element

C.

Delay between keys

D.

Delay after

Question 11

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 12

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?

Options:

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

Question 13

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 14

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

Options:

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

Question 15

What is the most efficient way to implement the behavior of monitoring an Outlook 365 email account and executing automation steps when a certain email is received?

Options:

A.

Create a robot that periodically opens Outlook UI, scrapes received email information, opens and extracts data from matching criteria emails, initiates a new job, and continues email monitoring.

B.

Use the Office365 Email Monitoring Trigger and configure the filters.

C.

Use the Office365 Email Received Trigger and configure the filters.

D.

Create a robot that once every few minutes reads the emails from the account and if one matching the search criteria appears, it starts executing the automation steps.

Question 16

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:

as

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

as

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 17

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

Question 18

Given the following workflow image:

as

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

Options:

A.

UiPath RPA Automation

B.

UiPath

C.

UiPath RPA

D.

RPA

Question 19

What role does the automation developer play in understanding business processes?

Options:

A.

Undertaking smaller projects independently.

B.

Collaborating with automation business analysts on technical skills.

C.

Creating complex written documents for procedures.

D.

Quickly understanding inputs, outputs, and decision points.

Question 20

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.

Question 21

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 22

Review the following exhibit.

as

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 23

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 24

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 25

Which are the most common challenges in an automation project implementation?

Options:

A.

Unorganized implementation teams and lack of automation maturity.

B.

Expectation setting, scope creep, and access delays.

C.

Budget constraints and resource limitations.

D.

User Acceptance Testing delays and customer availability.

Question 26

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

Options:

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.

Question 27

The "Main.xaml" file has an "In" argument of type String with a default value of "String.Empty". What is the runtime value of the argument when executing the process from the Start Job window in UiPath Orchestrator?

Options:

A.

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

B.

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

C.

@ If any input arguments are provided in Orchestrator, those values will be used; otherwise, the default value of "String.Empty" will be used.

D.

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

Question 28

A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed?

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

as

Options:

Question 29

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

Options:

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)

Question 30

A developer configured the properties for a Click activity on an element inside a web page as shown in the following exhibit.

as

An animation on the web page never completely loads but the element indicated in the Click activity does load within the specified timeout duration. What occurs when this Click activity executes?

Options:

A.

Element is clicked once the element is fully loaded.

B.

Timeout error occurs without clicking on the element.

C.

Waits 10 seconds before clicking on the element.

D.

Continues to the next activity after 30 seconds without clicking on the element.

Question 31

A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level

for the Log Message contained in the System Exception block?

Options:

A.

Info

B.

Warn

C.

Fatal

D.

Error

Question 32

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?

Options:

A.

1 element

B.

2 elements

C.

3 elements

D.

5 elements

Question 33

Which of the following statements is true about Global Constants?

Options:

A.

Global Constants can be created only from the Data Manager panel.

B.

Global Constants values can be modified during the automation execution.

C.

Global Constants have a Direction property (In/Out).

D.

Global Constants can be created from the Data Manager panel and from the Variables panel.

Question 34

Given the following sequence:

as

The Write Cell activity has the following properties:

as

What is the behavior of the sequence once executed?

Options:

A.

It writes the values in subsequent rows in the "Active Users.xlsx" Excel file.

B.

It writes the values in the same row in the UserName data table.

C.

It writes the values in the same row in the "Active Users.xlsx" Excel file.

D.

It writes the values in subsequent rows in the UserName data table.

Question 35

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?

Options:

A.

"1"

B.

""

C.

(0)

D.

1

Question 36

A developer has published a new library from UiPath Studio to the Orchestrator feed. Another developer on the team is connected to the same Orchestrator where the library has been published.

What steps are necessary for adding this library as a dependency in a project?

Options:

A.

Open the Manage Packages Window and ensure the Orchestrator feed is enabled. In the Imports Panel in Studio, search for the package by name, and then install the package.

B.

Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Com Method activity and input the library name as a parameter.

C.

Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Method activity and input the library name as a parameter.

D.

Open the Manage Packages Window and ensure the Orchestrator feed is enabled. Search for the package by name in the Search bar and then install the package.

Question 37

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 38

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?

Options:

A.

Show History

B.

Push

C.

Checkout Branch

D.

Pull (Rebase)

Question 39

Which of the following properties is optional when creating a new argument?

Options:

A.

Default value

B.

IsRequired

C.

Argument type

D.

Direction

Question 40

How many Global Exception Handlers can be established per automation project, according to best practices?

Options:

A.

A single one for the entire project.

B.

There is no limit.

C.

One for each workflow in the project.

D.

One for each activity in the project.

Question 41

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 42

Which activity should be used to iterate through all the files in a local folder?

Options:

A.

For Each File in Folder

B.

For Each File Info

C.

For Each Row in Datatable

D.

Do For Each File

Question 43

In a process, a variable called "Timestamp" of type Date Time 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. ToDate Time("yyyy-MM-dd hh:mm")

C.

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

D.

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

Question 44

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 45

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 46

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.

Question 47

Based on the image provided, which catch block will be executed if the Employees Excel file is open during runtime?

as

Options:

A.

None

B.

IOException

C.

BusinessRuleException

D.

Exception

Question 48

Which of the following best describes the Alerts panel?

Options:

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.

Question 49

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?

Options:

A.

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

B.

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

C.

In the Try and Catches sections of the Try Catch activity in the Process Transaction state.

D.

In the Catches section of the Try Catch activity in the Process Transaction state.

Question 50

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 51

A developer is troubleshooting a workflow that enters a Suspended mode when encountering a breakpoint. To inspect the subsequent activities individually by pausing after each one, which operation must be employed from the Debug section of the UiPath Studio's toolbar?

Options:

A.

Slow Step

B.

Break

C.

Step Into

D.

Step Out

Question 52

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

Options:

A.

Use Foreground

B.

Activate

C.

Maximize Window

D.

Set Focus

Question 53

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.

Question 54

Which of the following statements is true about unattended automations?

Options:

A.

Unattended automations require a human to provide credentials for the used applications and log out when the process is finished.

B.

Unattended automations run under human supervision and require input at some points in the process.

C.

Unattended automations are best suited for smaller, more fragmented tasks that run on the user's machine.

D.

Unattended automations are suited to processes that perform privileged operations, requiring elevated permissions and credentials.

Question 55

A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted

input format.

Which method or activity is best suited to validate the format?

Options:

A.

RegEx Check Activity

B.

Is Match Activity

C.

String.Equals() Method

D.

String.Contains() Method

Question 56

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

Question 57

A developer needs to create an array of folder names from the String variable. FilePath = "C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?

Options:

A.

Split(FilePath/V)

B.

Spht(FilePath,"\": StnngSplitOptions.RemoveEmptyEntries)

C.

SplitfV, FilePath. StringSplitOptions RemoveEmptyEntries)

D.

SplitfV', FilePath)

Question 58

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)

Question 59

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

Options:

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.

Question 60

When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Options:

A.

Initialization -> Process Transaction -> End Process

B.

Initialization -> Get Transaction Data -> Process Transaction -> End Process

C.

Initialization -> Get Transaction Data -> End Process

D.

Initialization -> End Process

Question 61

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 62

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

Options:

A.

Project Panel

B.

Data Manager Area

C.

Locals Panel

D.

Activities Panel

Question 63

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:

as

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

Add transaction log fields (Success)

as

as

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

Question 64

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 65

A developer has created an automation that utilizes an Asset value from Orchestrator with the Get Asset activity. This value represents the email addresses of the process owners, which are subject to change.

What Asset type is most suitable for this situation?

Options:

A.

Bool

B.

Integer

C.

Text

D.

Credential

Question 66

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 67

What happens when you select Cloud Project > Save to Cloud for a project in Studio Desktop that has changes in Studio Web?

Options:

A.

An error message is displayed and the save operation fails.

B.

Changes in Studio Web are automatically replaced by desktop changes.

C.

The changes in both Studio Desktop and Studio Web will be merged.

D.

You must first confirm that you want to overwrite the remote changes.

Question 68

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

Options:

A.

Filter Data Table, dt.Select, dt.AsEnumerable().Where

B.

dt.Rows(1..5), Remove Data Row activity

C.

Sort Data Table, Join Data Tables, Get Row Item

D.

Output Data Table, Lookup Data Table, Build Data Table, Merge Data Table

Question 69

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

as

Options:

Question 70

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.

Question 71

A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity?

Options:

A.

DTRows(0)ID

B.

DTRows(0). ltem("ID")

C.

DTColumns(0)ID

D.

DTColumns(0) ("ID")

Question 72

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 73

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.

Question 74

What is a valid way to install a custom activity package in UiPath Studio?

Options:

A.

Double-click on the activity in the "Activities" panel of UiPath Studio.

B.

Search for the package in the UiPath Marketplace and then manually install it.

C.

Download the package from an external source and drag it into UiPath Studio.

D.

Go to Package Manager, click on "All Packages," search for the package, and click "Install".

Question 75

A developer configured the properties for a Click activity as shown below:

as

What happens if the activity cannot find its target at runtime?

Options:

A.

An exception is thrown after 10 seconds.

B.

The next activity is executed after 10 seconds.

C.

The next activity is executed after 10 milliseconds.

D.

An exception is thrown after 10 milliseconds.

Question 76

What is the main advantage of using the "Indicate in Excel" functionality when working with Excel activities?

Options:

A.

It automatically imports Excel's built-in functions into Studio for use in various activities.

B.

It allows users to directly input data into cells of the targeted Excel worksheet.

C.

It enables users to visually select cells, ranges, or tables in the Excel file to be used as data sources.

D.

It generates a list of suggestions for optimizing and enhancing the performance of Excel-related automations.

Question 77

What are the three main components of UiPath Integration Service?

Options:

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Question 78

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 79

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

as

Which exception will be thrown when the workflow is executed?

Options:

A.

ArgumentException

B.

InvalidOperationException

C.

BusinessRuleException

D.

NullReferenceException

Question 80

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

Question 81

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 82

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 83

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 84

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

Options:

A.

The user has one of the roles specified in the Required Roles related list.

B.

Other matching Access Controls for the record evaluate to true.

C.

Scripts configured in the Access Control must evaluate to true.

D.

Conditions configured in the Access Control must evaluate to true.

E.

The user must be granted access through a Business Rule.

Question 85

A developer is designing a project where emails containing different employee IDs are sent to the process owner for each completed transaction. The process owner changes only once per year.

Which values should be designated as Orchestrator Queues versus Assets?

Options:

A.

Process Owner Email as an Orchestrator Asset and Employee ID as an Orchestrator Asset.

B.

Process Owner Email as a field in the Queue Item and Employee ID as a field in the Queue Item.

C.

Process Owner Email as a field in the Queue Item and Employee ID as an Orchestrator Asset.

D.

Process Owner Email as an Orchestrator Asset and Employee ID as a field in the Queue Item.

Question 86

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 87

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?

as

Options:

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Question 88

Consider the following automation steps:

1. Open the Web Browser.

2. Scrape the data.

3. Store the data in Microsoft Excel.

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

Try Block

B.

Business Exception Catch Block

C.

Finally Block

D.

Application Exception Catch Block

Question 89

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

Options:

A.

ioUpdatedsum

B.

in_argument1

C.

dt_outputrovvs

D.

out_ConfirmationNumber

Question 90

In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?

Options:

A.

To add specific contextual information to log messages that are relevant to the automation process.

B.

To generate extra variables alongside log messages, enhancing workflow understanding.

C.

To maintain contextual insights within log messages, including secure details like credentials.

D.

To modify the representation of logged contextual data as it is displayed in the Orchestrator.

Question 91

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

Options:

A.

Transactionstatus

B.

Workflow1

C.

creation_of_file

D.

ScrapeFilteredStocks

Question 92

A developer has created the following workflow:

as

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

Options:

A.

World Hello

B.

World

C.

Hello World

D.

Hello

Question 93

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

as

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 94

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 95

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 96

In a workflow, a developer has set up two Int32 variables: Var1 and Var2. During Debug mode execution, which panel enables the developer to keep track of the outcome of the expression Var1 > Var2?

Options:

A.

Local Panel

B.

Debug Panel

C.

Verify Variables Panel

D.

Watch Panel

Question 97

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 98

Which of the following is a characteristic of source control in UiPath Studio?

Options:

A.

Connects the files in a single Studio project to different GIT remote repositories.

B.

Shows the history for all versions of a file in a Studio project.

C.

Analizes each file in a Studio project before publishing a package.

D.

Connects a single Studio project to multiple GIT remote repositories at the same time.

Question 99

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

Options:

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.

Question 100

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

as

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 101

Which database operations can be controlled with Application Access? (Choose 2 answers)

Options:

A.

Create

B.

Execute

C.

Update

D.

Query

Question 102

as

Based on the exhibits, what is the output of the expression OutputDataTable.Rows.Count, and what values will be contained in the OutputDataTable?

Options:

A.

OutputDataTable.Rows.Count = 1 Contains the values of cells "A2" and "B2"

B.

OutputDataTable.Rows.Count = 10,000 Contains the values of cells "A2" and "B2"

C.

OutputDataTable.Rows.Count = 2 Contains the values of cells "A2" and "B2"

D.

OutputDataTable.Rows.Count = 1 Contains the values of cells "A1" and "B1"

Question 103

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

Options:

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.

Question 104

Which logging level includes the following information by default?

1. Execution Started log entry - generated every time a process is started.

2. Execution Ended log entry - generated every time a process is finalized.

3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.

4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.

5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.

6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.

Options:

A.

Critical

B.

Trace

C.

Verbose

D.

Information

Question 105

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.

Question 106

What is the main function of the UiPath Remote Runtime component?

Options:

A.

It facilitates the communication between a remote application or desktop and the dedicated UiPath extension, allowing selectors to be natively generated in UiExplorer.

B.

It enables the use of OCR and image recognition activities on remote applications or desktops, without any extensions, allowing selectors to be natively generated in UiExplorer.

C.

It introduces support for headless browser automation, so browser automation doesn't necessarily have to rely on visual elements on screen, such as window frames.

D.

It allows automations to run on the user machine, in a different Windows session.

Question 107

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

Options:

A.

OrderBy

B.

Where

C.

GroupBy

D.

Select

Question 108

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

as

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

as

Options:

Question 109

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 110

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

as

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 111

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.

Question 112

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 113

What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?

Options:

A.

The execution pauses for 5 seconds when it encounters the breakpoint.

B.

The execution ignores the breakpoint.

C.

The execution pauses until the user clicks the Continue button.

D.

The execution throws an exception.

Question 114

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to

"2". At runtime, the first transaction item throws a Business Exception.

How many times will the transaction be retried?

Options:

A.

The transaction will be retried only one time.

B.

The transaction will not be retried.

C.

The transaction will be retried 2 times.

D.

The transaction will be retried multiple times, until it will be processed successfully.

Page: 1 / 38
Total 382 questions