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

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

Page: 1 / 38
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 1

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

Options:

A.

Create

B.

Execute

C.

Update

D.

Query

Question 2

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

Options:

A.

String Method: Contains

B.

Activity Replace

C.

String Method: Equals

D.

Activity. Is Match

Question 3

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.

Question # 3

Options:

Question 4

Given the following sequence:

Question # 4

The Write Cell activity has the following properties:

Question # 4

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 5

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 6

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:

Question # 6

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

Add transaction log fields (Success)

Question # 6

Question # 6

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 7

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 8

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 9

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

Options:

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.

Question 10

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 11

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 12

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 13

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

Question # 13

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 14

Which of the following statements is true about Global Variables?

Options:

A.

Global Variables values can be modified during the automation execution.

B.

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

C.

Global Variables can be accessed only from the Main workflow.

D.

Global Variables have a Direction properly (In/Out).

Question 15

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 16

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.

Question # 16

Options:

Question 17

Which UiPath activity is best suited for making dynamic decisions in a workflow based on multiple possible values of a variable?

Options:

A.

If Activity

B.

Flow Decision

C.

Flow Switch

D.

While Loop

Question 18

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 19

How would you define a linear process in UiPath?

Options:

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.

Question 20

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 21

Question # 21

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 22

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 23

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 24

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

Options:

A.

Default value

B.

IsRequired

C.

Argument type

D.

Direction

Question 25

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 26

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

Options:

A.

Solution Design phase

B.

User Acceptance Testing phase

C.

Kick-off phase

D.

Process Design phase

Question 27

In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?

Options:

A.

When initiating the first state of a state machine.

B.

When marking the successful completion or termination of a state machine's execution.

C.

When a particular state contains complex conditional logic.

D.

When an intermediary state has multiple possible transitions.

Question 28

What are the components of a process?

Options:

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.

Question 29

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 30

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

Options:

A.

Manage Packages

B.

Global Exception Handler

C.

Compare Files

D.

Workflow Analyzer

Question 31

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 32

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 33

Which of the following properties can be modified once global constants and variables are created?

Options:

A.

Value

B.

Data Type

C.

Scope

D.

Name

Question 34

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 35

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 36

Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called

"UserData", to be utilized later within another workflow in the process.

Considering best practices, which data structure and assignment should be used?

Options:

A.

UserData is of type List

UserData = New List(Of Object) ({ FirstName, LastName, City })

B.

UserData is of type Object[]

UserData = {FirstName, LastName, City}

C.

UserData is of type List

UserData = New List(Of String) ({ FirstName, LastName, City })

D.

UserData is of type String[]

UserData = {FirstName, LastName, City}

Question 37

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 38

A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail

folder, port, server, username, and password values, with no email client accessible on the unattended machine.

Which activity should the developer use to fetch unread emails with the subject "Email for Robot"?

Options:

A.

Save Mail Message

B.

Get Outlook Mail Messages

C.

Save Outlook Mail Message

D.

Get IMAP Mail Messages

Question 39

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

Options:

A.

The flow will throw an exception in InitAllSettings workflow.

B.

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

C.

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

D.

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

Question 40

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 41

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 42

Which is an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

Options:

A.

To display a custom welcome message when a user logs in.

B.

The application needs to query the database every day to look for unassigned records.

C.

The application needs to run a client-side script at the same time every day.

D.

To validate form input fields before a record is submitted.

Question 43

A developer has defined a variable named "CurrentDate" of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date from the variable?

Options:

A.

CurrentDate.AddHours(-12).Hour

B.

Date Time.SubtractHours(CurrentDate, 12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

Date Time.AddHours(CurrentDate, -12).Hour

Question 44

Which compatibility option should be selected when creating a new project to use .NET 6 with Windows support?

Options:

A.

Windows - Legacy

B.

Linux & MacOS

C.

Windows

D.

Cross-platform

Question 45

Which of the following statements is true?

Options:

A.

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

B.

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

C.

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

D.

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

Question 46

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 47

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.

Question # 47

Options:

Question 48

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 49

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

Options:

A.

Clone Repository

B.

Copy to GIT

C.

Disconnect

D.

GIT Init

Question 50

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

Options:

A.

Enforce Analyzer before remote execution.

B.

Enforce Analyzer before Push/Check-in.

C.

Enforce Analyzer before Publish,

D.

Enforce Analyzer before Run.

Question 51

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 52

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?

Options:

A.

Retry Scope

B.

Get Attribute

C.

Check App State

D.

Delay

Question 53

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 54

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 55

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

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

Options:

A.

Postpone

B.

ItemInformation

C.

Reference

D.

Deadline

Question 56

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?

Options:

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.

Question 57

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 58

A developer has designed an automation workflow which comprises:

Question # 58

Question # 58

Question # 58

Question # 58

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 59

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 60

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

Options:

A.

Medium

B.

Low

C.

Inherited

D.

High

Question 61

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 62

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 63

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 64

Server-side scripts manage what?

Options:

A.

User access

B.

Playbook access

C.

Forms and Fields

D.

Database and backend

Question 65

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

Options:

A.

https://server.uipath.com/

B.

https://cvserver.uipath.com/

C.

https://cv.uipath.com/

D.

https://computervision.uipath.com/

Question 66

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

Question # 66

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 67

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 68

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 69

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?

Options:

A.

Starts in Background

B.

Attended Automation

C.

Disable Pause

D.

Supports Persistence

Question 70

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 71

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

Options:

A.

Execution Trail and Picture in Picture

B.

Analyze Project and Validate File

C.

Highlight Elements and Focus

D.

Ignore and Restart

Question 72

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

Options:

A.

0

B.

1

C.

9

D.

10

Question 73

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

Options:

A.

Enforce Analyzer before Run.

B.

Enforce Analyzer before Push/Check-in.

C.

Enforce Analyzer before Remote Execution.

D.

Enforce Analyzer before Publish.

Question 74

At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?

Options:

A.

MailFolder, Port, Server, Email, and Output Messages.

B.

Account, MailFolder, and Output Messages.

C.

To, Subject, Body, Port, Server, Email, Password or SecurePassword, and Name.

D.

MailFolder, Port, Server, Email, Password or SecurePassword, and Messages.

Question 75

What is the output of the Write Line activity in the "Main.xaml" file?

Question # 75

Options:

A.

, Banana

B.

Banana

C.

Watermelon

D.

Watermelon, Banana

Question 76

What are the distinctions between arguments and variables?

Options:

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.

Question 77

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 78

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

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

Options:

A.

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

B.

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

C.

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

D.

When the item was processed with the Get Transaction Item activity

Question 79

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 80

A developer has configured the Project Settings for UI Automation Modern and added a Check App State activity In the project, as shown below.

Question # 80

Question # 80

Options:

A.

0 seconds

B.

0.2 seconds

C.

0.3 seconds

D.

30 seconds

Question 81

Review the following graphic:

Question # 81

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

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Question 82

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

Options:

A.

Default

B.

Variable type

C.

Name

D.

Scope

Question 83

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 84

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 85

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

Options:

A.

Deployment & Hypercare

B.

Process Analysis

C.

Solution Design

D.

User Acceptance Testing

Question 86

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 87

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 88

Consider the following code involving a Try Catch:

Question # 88

Question # 88

What will be the output after running the code?

Options:

A.

"BRE caught", exception rethrown.

B.

"Exception caught".

C.

"Exception caught", "Finally executed".

D.

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

Question 89

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

Options:

A.

Process Analysis

B.

Development

C.

Kick-Off

D.

Solution Design

Question 90

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.

Question # 90

Options:

Question 91

What variable type should the developer use to store the monetary amount read from a single cell in an Excel file, before inputting it into a field in a web application for the automation process?

Options:

A.

DataRow

B.

Double

C.

Object

D.

List

Question 92

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

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

Question # 92

Options:

Question 93

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?

Options:

A.

In case of an exception, a System Exception will be caught by default.

B.

Due to a validation error, the workflow will not execute.

C.

Process execution will terminate only if the sequence throws an exception.

D.

The sequence will result in a runtime error.

Question 94

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

"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

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

B.

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

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Question 95

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 96

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 97

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

Options:

A.

0

B.

1

C.

2

D.

Undefined

Question 98

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

Options:

A.

Workflow

B.

Global Exception Handler

C.

Flowchart

D.

State Machine

Question 99

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 100

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 101

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?

Options:

A.

System.Data.DataRow

B.

UiPath.Core.Queueltem

C.

System.Data. DataTable

D.

System.Data.DataRow[]

Question 102

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 103

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

Question # 103

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 104

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?

Options:

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.

Question 105

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

Question # 105

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 106

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 107

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 108

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

Question # 108

Options:

Question 109

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 110

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

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

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

Options:

A.

ApplicationException

B.

BusinessRuleException

C.

SystemException

D.

NullReferenceException

Question 111

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

Question # 111

What is the result of the expression:

The expression:

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

Options:

A.

"42Clara"

B.

"42Michael"

C.

"MichaelClara"

D.

"Clara25"

Question 112

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 113

Review the following graphic:

Question # 113

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

Options:

A.

00

B.

20 23

C.

2023

D.

0 3

Question 114

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty

When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

Options:

A.

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

B.

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

C.

Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used

D.

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

Page: 1 / 38
Total 382 questions