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

UiPath UiPath-ADAv1 UiPath Automation Developer Associate Exam (2023.10) Exam Practice Test

Demo: 100 questions
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 1

Given the following list of arguments:

And the following code:

What is the value that will be displayed in the Output Panel at the end of the sequence below:

Options:

A.

1

B.

2

C.

7

D.

9

Question 2

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 3

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 4

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 5

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 6

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 7

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

Options:

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

Question 8

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 9

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 10

A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?

Options:

A.

Data Type Int32

Value: 2

B.

Data Type- Int32

Value: 3

C.

Data Type: String

Value. 2

D.

Data Type. String:

Value 3

Question 11

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Options:

A.

Failed

B.

Retried

C.

Abandoned

D.

Postponed

Question 12

A developer has created an automation process that includes:

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

Options:

A.

Apple

B.

Orange

C.

Apple Orange

D.

Orange Apple

Question 13

Considering that the attached table is stored in a variable called “dt”.

Which LINQ query can be used to return the maximum total Quantity?

Options:

A.

dt.AsEnumerable. GroupBy(Function(x)x("Item"). ToString). Max(Function(x)x.Sum(Function(y) Convert.Tolnt32(y("Quantity").ToString)))

B.

dt.AsEnumerable. Max(Function(x) Convert. Tolnt32(x("Quantity"). ToString))

C.

dt.AsEnumerable. Max(Function(x) Convert.Tolnt32(x("Quantity"). ToString))("Item")

D.

dt.AsEnumerable. OrderByDescending(Function(x) Convert. Tolnt32(x("Quantity").ToString)). First.Item("Quantity")

Question 14

A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?

Options:

A.

System.Collections.Generic. Dictionary

B.

System.Array

C.

System. Data. DataTable

D.

System.Collections.Generic.List

Question 15

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 16

A developer is automating the process of entering sensitive information into text input fields that are constantly changing their position. Each text input field has a corresponding text label. The developer decides to

automate the process by using Modern UI Activities with anchors.

Which activities should be used?

Options:

A.

Find Text Position activity as the anchor and Type Secure Text activity as the action.

B.

Type Into activity with a valid anchor and the input text provided in the Secure Text property.

C.

Find Text Position activity as the anchor and Set Text activity as the action.

D.

Type Into activity with a valid anchor and the input text provided in the Text property.

Question 17

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

Options:

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.

Question 18

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 19

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

Options:

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.

Question 20

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 21

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

Options:

A.

Output Data Table

Lookup Data Table

Build Data Table

Merge Data Table

B.

Sort Data Table

Join Data Tables

Get Row Item

C.

dt.Rows(1 .. 5)

Remove Data Row activity

D.

Filter Data Table

dt.Select

dt.AsEnumerable().Where

Question 22

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 23

A developer wants to create a process using a Flow Switch activity. What is a feature of this activity?

Options:

A.

Supports up to three expressions by default

B.

Two Default cases can be defined

C.

Default case is executed before the expression is evaluated

D.

Default case is executed if no cases match the expression

Question 24

Who is responsible for devising a strategy to prioritize processes during the Business Case and Technical Validation phase?

Options:

A.

Project Manager

B.

Solution Architect

C.

Automation Developer

D.

Business Analyst

Question 25

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 26

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 27

A developer is working with a Purchase Order automation process The number of shipment containers and boxes per container are obtained in two strings, "ShipmentContainers" and "BoxesPerContainer" The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes.

Which expression should be used for calculating the total number of boxes?

Options:

A.

Convert Tolnt32(ShipmentContainers) * Convert Tolnt32(BoxesPerContamer)

B.

ShipmentContainers.Tolnt() * BoxesPerContainer Tolnt()

C.

ShipmentContamersTolnt32() * BoxesPerContainer.Tolnt32()

D.

ShipmentContamers * BoxesPerContainer

Question 28

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 29

A developer has extracted the date "08-22-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.

ExtractedDate.Equals("08-22-2022")

B.

DateTime Parse(ExtractedDate)

C.

DateTime.Compare(ExtractedDate:08-22-2022")

D.

ExtractedDate GetType

Question 30

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?

Options:

A.

W1

B.

S1

C.

A1

D.

S2

Question 31

Review the following graphic:

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

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Question 32

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?

Options:

A.

Unlink from Object Repository.

B.

Show in Object Repository.

C.

Edit target.

D.

Indicate target on screen.

Question 33

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 34

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

Options:

A.

Dictionaries can have repeated keys.

B.

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

C.

Dictionaries must have unique values.

D.

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

Question 35

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

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 36

Which Control Flow activity is suitable for a developer who needs to assess the value of a counter before executing the loop's body in a workflow?

Options:

A.

Do While

B.

Switch

C.

)While

D.

If

Question 37

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are stored in a shared folder each morning Each invoice needs to be processed separately in the finance system as a single unit of work After each invoice is processed in the finance system, a unique output ID must be emailed to the finance team's email address.

How should the developer store the relevant data in Orchestrator?

Options:

A.

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

B.

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

C.

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

D.

Upload individual invoice data as Specific Data in Queue Items Create an asset for the finance team's email address

Question 38

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

Options:

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.

Question 39

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 40

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 41

A developer is working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution?

Options:

A.

Click before typing

B.

Empty field

C.

Simulate

D.

Window Messages

Question 42

In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?

Options:

A.

Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

B.

Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.

C.

Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

D.

Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.

Question 43

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 44

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 45

What is a function of unattended robots?

Options:

A.

Unattended robots must be triggered manually.

B.

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

C.

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

D.

Unattended robots can run independently without human interaction.

Question 46

How does UiPath handle different dependency versions for multiple running processes that run at the same time?

Options:

A.

Each running process uses its own required version of the dependency.

B.

Running processes use the earliest compatible dependency version.

C.

Each running process automatically adapts to the available dependency version.

D.

All running processes use the latest version of the dependency available.

Question 47

Consider the following Try Catch statement:

What will happen when the code is executed?

Options:

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.

Question 48

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 49

How should arguments be named according to best practices?

Options:

A.

The name should have a prefix stating the argument type.

B.

The name should contain the name of the workflow to which they are defined.

C.

The name must exactly match the variable name given in the Value field.

D.

The name should conclude with the direction and be comparable to the variable name provided in the Value.

Question 50

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

Options:

A.

Write Range

B.

Read Range

C.

Write Cell

D.

Append Range

Question 51

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 52

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 53

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

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

Options:

Question 54

What is the best way to 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 local file on the robot's local machine.

D.

Store the username and password in a single Orchestrator asset.

Question 55

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

What happens when the activity encounters a NullReferenceException?

Options:

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.

Question 56

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 57

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 58

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

Options:

A.

UiPath.Database.Activities and UiPath.Form.Activities.

B.

UiPath.Python.Activities and UiPath.Word.Activities.

C.

UiPath.System.Activities, UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.UIAutomation.Activities and UiPath. Testing.Activities.

D.

UiPath.PDF.Activities and UiPath. Terminal.Activities.

Question 59

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 60

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 61

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 62

Which action can be performed from UiPath Assistant?

Options:

A.

Set reminders for processes

B.

Set text assets for processes

C.

Set credential assets for processes

D.

Set queues for processes

Question 63

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 64

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 65

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

Options:

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Question 66

You want to automate document processing tasks such as extracting and validating data from multiple documents in an online service. How can you achieve this using UiPath Studio Web?

Options:

A.

Use the Document Understanding feature in Studio Web to extract, process, and validate documents.

B.

Rely on the native data export functions of the online service to automate document processing without using Studio Web.

C.

Automate manual data entry by creating a loop in Studio Web to input document details into a spreadsheet.

D.

Build a custom script in Studio Web using programming code to extract and validate data from documents.

Question 67

What is the default behavior when publishing files in UiPath Studio regarding the project folder?

Options:

A.

By default, all files in the project folder are published, including test cases.

B.

By default, only selected files in the project folder are published.

C.

By default, all files in the project folder are published except for test cases.

D.

By default, all files in the project folder, including test cases, are published as separate packages.

Question 68

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 69

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 70

A variable should be created and used for storing one or multiple IDs. The collection of IDs can be updated during the execution of the robot by adding elements. Which should be the data type of this variable, taking into account that each of the IDs has the following format: XX-XX-XX (where X is a digit)?

Options:

A.

List

B.

List

C.

String

D.

String[]

Question 71

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 72

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 73

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 74

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 75

You are working on an existing project that is connected to a GIT version control system Which Context menu option should be used to provide local versions of files to the remote repository?

Options:

A.

Pull (rebase)

B.

Push

C.

Set As Mam

D.

Show History

Question 76

What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?

Options:

A.

"Exception occurred at " + exception.StackTrace

B.

"Application Exception at " + exception.Source

C.

exception Message + " at" + exception.Source

D.

"Exception occurred at " + exception.Source

Question 77

A developer aims to set up a single Click activity that can click on all menu items within the Notepad application's Menu Bar.

Referring to the exhibit, what is the proper order of steps to update the dynamic variable?

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

Options:

Question 78

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?

Options:

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.

Question 79

A developer loaded an existing workflow that uses Ul Automation in Google Chrome. The Google Chrome extension has not been installed on the developer's machine How should the developer load the Google Chrome extension from UiPath Studio?

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

Options:

Question 80

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 81

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 82

What is the main benefit of importing profiling sessions?

Options:

A.

Enables the analysis of potential flow issues.

B.

Provides context menu options for profiling actions.

C.

Disables focus on imported profiling sessions.

D.

Disables the analysis of potential flow issues.

Question 83

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

Options:

A.

Sort Data Table

B.

Output Data Table

C.

Lookup Data Table

D.

Filter Data Table

Question 84

A developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable: What is the possible cause of the error?

Options:

A.

The Dictionary was not initialized.

B.

The "John" key was not present in the dictionary.

C.

The assign's set value syntax should be PinMapping<"John">.

D.

The assign's set value syntax should be PinMapping["John"].

Question 85

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 86

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 87

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?

Options:

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.

Question 88

What is an advantage of utilizing UiPath Orchestrator queues?

Options:

A.

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

B.

Capability to track the status of Queue Items.

C.

Allows several robots to handle the same Queue Item simultaneously.

D.

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

Question 89

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 90

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 91

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 92

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

Options:

A.

Arguments

B.

Variables

C.

Namespaces

D.

Properties

Question 93

Which two parts are included in an Anchor Base activity?

Options:

A.

Anchor and Action

B.

Anchor and Condition

C.

Anchor and Trigger Scope

D.

Anchor and Sequence

Question 94

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 95

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 96

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

Options:

A.

Get Ancestor

B.

Export UI Tree

C.

Find Element

D.

Find Children

Question 97

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 98

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 99

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 100

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.

Demo: 100 questions
Total 382 questions