Pre-Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: myex65

Home > UiPath > UiPath Certified Professional - Developer Track > UiPath-ADAv1

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

Question # 4

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

A.

OutputFileName argument is optional.

B.

Range argument accepts complex range values or "All".

C.

PageCount argument outputs the number of extracted pages.

D.

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

Full Access
Question # 5

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

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.

Full Access
Question # 6

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

A.

Default

B.

Variable type

C.

Name

D.

Scope

Full Access
Question # 7

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?

A.

Workflow Analyzer

B.

Project Dependencies

C.

Project Settings

D.

Ul Explorer

Full Access
Question # 8

What role do Triggers play in the UiPath Integration Service?

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.

Full Access
Question # 9

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 10

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

A.

FullText and Native

B.

Native only

C.

OCR

D.

FullText only

Full Access
Question # 11

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

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

Full Access
Question # 12

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?

A.

Pieces, Strawberries, Oranges

B.

Oranges

C.

, Oranges

D.

Pieces, Strawberries

Full Access
Question # 13

What are Application Files in a ServiceNow application?

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

Full Access
Question # 14

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?

A.

W1

B.

S1

C.

A1

D.

S2

Full Access
Question # 15

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

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

Full Access
Question # 16

Which activity is best suited for a developer to find images on a website and store them in a local folder, while accounting for the need to potentially search for an image repeatedly due to errors on the website?

A.

Retry Scope

B.

Get Attribute

C.

Check App State

D.

Delay

Full Access
Question # 17

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

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.

Full Access
Question # 18

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

A.

Data Type Int32

Value: 2

B.

Data Type- Int32

Value: 3

C.

Data Type: String

Value. 2

D.

Data Type. String:

Value 3

Full Access
Question # 19

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

A.

String

B.

List

C.

MailMessage

D.

List

Full Access
Question # 20

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

A.

OrderBy

B.

Where

C.

GroupBy

D.

Select

Full Access
Question # 21

Which option from the UiPath Studio backstage view prohibits debugging projects with Workflow Analyzer errors?

A.

Enforce Analyzer before remote execution.

B.

Enforce Analyzer before Push/Check-in.

C.

Enforce Analyzer before Publish,

D.

Enforce Analyzer before Run.

Full Access
Question # 22

Consider the following Try Catch statement:

What will happen when the code is executed?

A.

The exception will be handled in the ArgumentException catch.

B.

There is no catch defined for the thrown exception type.

C.

The exception will be handled in the InvalidOperationException catch.

D.

The exception will be handled in the BusinessRuleException catch.

Full Access
Question # 23

When using a dynamic selector which data type is supported?

A.

UiElement

B.

Double

C.

String

D.

Data Table

Full Access
Question # 24

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?

A.

String Method: Contains

B.

Activity Replace

C.

String Method: Equals

D.

Activity. Is Match

Full Access
Question # 25

A developer executes the following workflow in Debug mode with "Continue on Exception " enabled.

How many times will the workflow pause the execution?

A.

0

B.

1

C.

2

D.

3

Full Access
Question # 26

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 27

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

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

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

A.

System.Data.DataRow

B.

UiPath.Core.Queueltem

C.

System.Data. DataTable

D.

System.Data.DataRow[]

Full Access
Question # 28

What are the distinctions between arguments and variables?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 29

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

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.

Full Access
Question # 30

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

A.

Directly into a database.

B.

Local text files only.

C.

Microsoft Excel files.

D.

UiPath Orchestrator.

Full Access
Question # 31

Review the following exhibit.

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

A.

Hello

B.

Good Morning UiPath

C.

Good Morning

D.

UiPath

Full Access
Question # 32

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

A.

You can script behaviors of fields in the user interface.

B.

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

C.

Graphics can be included on the user interface.

D.

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

E.

They must be scripted.

Full Access
Question # 33

When should the Show Elements button be used in the Computer Vision wizard?

A.

Highlighting all Ul elements that have been identified by the Computer Vision analysis.

B.

Displaying a list of all available UI elements and their properties.

C.

Activating a real-time view of the target app's UI during automation.

D.

Filtering out specific UI elements from being processed by the Computer Vision engine.

Full Access
Question # 34

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

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

A.

Simulate only.

B.

Simulate and Window Messages.

C.

Same as App/Browser and Simulate.

D.

Window Messages only.

Full Access
Question # 35

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 36

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

A.

Can have multiple initial states and multiple final states.

B.

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

C.

Can have only one initial state and multiple final states.

D.

Can have multiple initial states and only one final state.

Full Access
Question # 37

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.

A.

Critical

B.

Trace

C.

Verbose

D.

Information

Full Access
Question # 38

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

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

Full Access
Question # 39

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

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.

Full Access
Question # 40

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

A.

Medium

B.

Low

C.

Inherited

D.

High

Full Access
Question # 41

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

A.

WaitTime

B.

RetryInterval

C.

Timeout

D.

Delay

Full Access
Question # 42

The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format.

In what order should the Queue Items be processed by a single robot executing a Performer workflow?

Full Access
Question # 43

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

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.

Full Access
Question # 44

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

A.

StrVar.Substring(1, 4)

B.

StrVar.Substnng(1, 5)

C.

StrVar.Substring (2, 4)

D.

StrVar.Substring (2, 5)

Full Access
Question # 45

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?

A.

Split(FilePath/V)

B.

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

C.

SplitfV, FilePath. StringSplitOptions RemoveEmptyEntries)

D.

SplitfV', FilePath)

Full Access
Question # 46

How would you define a linear process in UiPath?

A.

The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.

B.

The steps of the process are performed multiple times, but each time different data items are used.

C.

The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.

D.

The process steps are performed only once. If the need is to process additional data, then the automation must execute again.

Full Access
Question # 47

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

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

Full Access
Question # 48

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.

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?

A.

Where VendorTaxID is a 8-alphanumeric element.

B.

Where VendorTaxID is a 8-alphanumeric element.

C.

Where VendorTaxID is a 8-alphanumeric element.

D.

Where VendorTaxID is a 8-alphanumeric element.

Full Access
Question # 49

What is the advantage of utilizing UiPath Orchestrator queues?

A.

Allows several robots to handle the same Queue Item simultaneously.

B.

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

C.

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

D.

Capability to track the status of Queue Items.

Full Access
Question # 50

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.

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.

Full Access
Question # 51

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

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.

Full Access
Question # 52

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

A.

One Screen

Two Applications

Five UI Elements

B.

One Application

Two UI Elements

Five Screens

C.

One Library

One Application

Two Screens

Five UI Elements

D.

One Application

Two Screens

Five UI Elements

Full Access
Question # 53

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?

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

Full Access
Question # 54

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

A.

Text attribute

B.

Default

C.

Native

D.

Full text

Full Access
Question # 55

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 56

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?

A.

Global Exception Handler

B.

Flowchart

C.

Sequence

D.

State Machine

Full Access
Question # 57

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

A.

Failed

B.

Retried

C.

Abandoned

D.

Postponed

Full Access
Question # 58

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

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.

Full Access
Question # 59

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

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

Full Access
Question # 60

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

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.

Full Access
Question # 61

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

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.

Full Access
Question # 62

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?

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.

Full Access
Question # 63

What is the primary responsibility of an automation business analyst in the Process Analysis phase of automation implementation?

A.

Analyzing the chosen process in its AS-IS state and starting the Process Definition Document (PDD) creation.

B.

Ensuring a proper handover of the compiled documents to the development team.

C.

Defining and finalizing the TO-BE process.

D.

Assisting the clients in the creation of test cases and scenarios.

Full Access
Question # 64

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

A.

Starts in Background

B.

Attended Automation

C.

Disable Pause

D.

Supports Persistence

Full Access
Question # 65

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

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.

Full Access
Question # 66

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

A.

0

B.

1

C.

2

D.

Undefined

Full Access
Question # 67

What is the ServiceNow Store?

A.

Downloadable content ServiceNow script archive

B.

The source for ServiceNow Community-created developer content

C.

Marketplace for free and paid certified ServiceNow applications and integrations

D.

Alternate name for the ServiceNow Developer Share site

Full Access
Question # 68

Which action can be performed from UiPath Assistant?

A.

Set reminders for processes

B.

Set text assets for processes

C.

Set credential assets for processes

D.

Set queues for processes

Full Access
Question # 69

What differentiates a List type from an Array type?

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.

Full Access
Question # 70

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

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.

Full Access
Question # 71

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?

A.

Pull (rebase)

B.

Push

C.

Set As Mam

D.

Show History

Full Access
Question # 72

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

only one activity without modifying it in Object Repository?

A.

Unlink from Object Repository.

B.

Show in Object Repository.

C.

Edit target.

D.

Indicate target on screen.

Full Access
Question # 73

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

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

Full Access
Question # 74

Upon completing the development phase, a developer notices that during the User Acceptance Testing, a selector associated with a Ul element in the application has been altered. This

disruption causes the automation to malfunction and not perform as intended.

According to UiPath guidelines, what is the proper series of actions a developer should follow in order to debug and resolve this issue?

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

Full Access
Question # 75

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

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

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

Full Access
Question # 76

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

A.

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

B.

Only unique elements will be found.

C.

Select all the target methods.

D.

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

Full Access
Question # 77

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

A.

Manage Packages

B.

UiPath Assistant

C.

Resources Panel

D.

Snippets Panel

Full Access
Question # 78

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?

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

Full Access
Question # 79

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

A.

Clone Repository

B.

Copy to GIT

C.

Disconnect

D.

GIT Init

Full Access
Question # 80

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?

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.

Full Access
Question # 81

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 82

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

Based on best practices, which selector attribute is unreliable?

A.

tag

B.

class

C.

title

D.

innertext

Full Access
Question # 83

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

A.

In: Variable or Hard-coded value

Out: Variable only

In/Out Variable only

B.

In: Variable only Out

Variable only

In/Out: Variable only

C.

In: Variable or Hard-coded value

Out Variable or Hard-coded value

In/Out Hard-coded value only

D.

In: Variable or Hard-coded value

Out' Hard-coded value only

In/Out Variable only

Full Access
Question # 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?

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

Full Access
Question # 85

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

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.

Full Access
Question # 86

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

A.

Screen Scraping

B.

OCR

C.

Regex

D.

String Manipulation

Full Access
Question # 87

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?

A.

When an Exception is caught and handled.

B.

When a Remove Log Fields activity is used to remove them.

C.

When a Log Message activity is executed with Log Level = Warn or higher.

D.

When the first Log Message activity is executed.

Full Access
Question # 88

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

A.

0

B.

1

C.

9

D.

10

Full Access
Question # 89

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:

But this error is shown:

What is the possible cause of the error?

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"].

Full Access
Question # 90

What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?

A.

GIT, SVN, Mercurial.

B.

GIT, SVN, TFS.

C.

GIT, CVS, TFS

D.

GIT, CVS, Bitbucket.

Full Access
Question # 91

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?

A.

Asset Name

B.

Description

C.

Type

D.

Password

Full Access
Question # 92

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

memory"?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 93

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 94

If you rename an activity that has an automatically generated output variable in a cross-platform project, how does it impact the generated variable?

A.

The generated variable is automatically renamed to match the new activity name.

B.

The generated variable is deleted when the activity is renamed.

C.

The renaming of the activity does not impact the generated variable.

D.

The generated variable loses its scope and must be redefined manually.

Full Access
Question # 95

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?

A.

"Exception occurred at " + exception.StackTrace

B.

"Application Exception at " + exception.Source

C.

exception Message + " at" + exception.Source

D.

"Exception occurred at " + exception.Source

Full Access
Question # 96

What are the components of a process?

A.

Procedures, Dependencies, Variations, Resources.

B.

Compliance, Operational Needs, Risk Management, Improvement.

C.

Inputs, Process Flows, Source Applications, Outputs.

D.

Technical Skills, Business Processes, Decision Points.

Full Access
Question # 97

Review the following graphic:

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

A.

00

B.

20 23

C.

2023

D.

0 3

Full Access
Question # 98

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

A.

Create

B.

Execute

C.

Update

D.

Query

Full Access
Question # 99

Which of the following describes a role in UiPath Orchestrator?

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.

Full Access
Question # 100

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

A.

If(condition1, valuelfTrue, valuelfFalse)

B.

If(condition1, valuelfTrue) Elself(valuelfFalse)

C.

If condition1 Then valuelfTrue Elself valuelfFalse

D.

valuelfTrue If condition1 Else valuelfFalse

Full Access
Question # 101

Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

A.

Add Log Fields

B.

Update Logs

C.

Add Custom Log

D.

Build Log

Full Access
Question # 102

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

Which expression should be used to display the value?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 103

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

A.

In the converted project's settings.

B.

In the Official feed documentation.

C.

In the Activities Guide.

D.

In the Windows-Legacy project configuration.

Full Access
Question # 104

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?

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

Full Access
Question # 105

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

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.

Full Access
Question # 106

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

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

A.

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

B.

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

C.

Execution will proceed without taking into consideration the breakpoint.

D.

Execution will throw an exception because of the breakpoint.

Full Access
Question # 107

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?

A.

Info

B.

Warn

C.

Fatal

D.

Error

Full Access
Question # 108

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

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.

Full Access
Question # 109

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?

A.

RegEx Check Activity

B.

Is Match Activity

C.

String.Equals() Method

D.

String.Contains() Method

Full Access
Question # 110

What is the main benefit of importing profiling sessions?

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.

Full Access
Question # 111

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 112

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

A.

Show History

B.

Push

C.

Checkout Branch

D.

Pull (Rebase)

Full Access
Question # 113

What is a function of unattended robots?

A.

Unattended robots must be triggered manually.

B.

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

C.

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

D.

Unattended robots can run independently without human interaction.

Full Access
Question # 114

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?

A.

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

B.

DateTime Parse(ExtractedDate)

C.

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

D.

ExtractedDate GetType

Full Access