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

UiPath-ADAv1 Questions and Answers

Question # 6

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?

A.

Click before typing

B.

Empty field

C.

Simulate

D.

Window Messages

Full Access
Question # 7

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

A.

In the Discovery and Kickoff, Process Analysis, and Solution Design stages.

B.

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

C.

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

D.

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

Full Access
Question # 8

A developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".

What is printed in the log message after the following Invoke Code is executed?

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Full Access
Question # 9

Which selector should be adjusted according to best practices to ensure reliable and stable automation?

A.

B.

C.

Full Access
Question # 10

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?

A.

Apple

B.

Orange

C.

Apple Orange

D.

Orange Apple

Full Access
Question # 11

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 12

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 # 13

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 # 14

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 # 15

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

A.

Deployment & Hypercare

B.

Process Analysis

C.

Solution Design

D.

User Acceptance Testing

Full Access
Question # 16

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.

Full Access
Question # 17

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?

A.

Slow Step

B.

Break

C.

Step Into

D.

Step Out

Full Access
Question # 18

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

A.

Studio and the remote robot must be connected to the same Orchestrator tenant.

B.

The same user must be signed in Studio and the remote robot.

C.

Studio, the remote robot, and Orchestrator are running version 2021.10 or later.

D.

TCP/IP connectivity exists between the Studio machine and the remote machine.

Full Access
Question # 19

Which of the following statements correctly describes the characteristics of Unattended Automation?

A.

Unattended Automations are automations that run under human supervision and are typically used for tasks requiring a clear audit chain.

B.

Unattended Automations are automations intended for more complex and highly repetitive tasks, usually performed in batches, and can be decided based on predefined rules.

C.

Unattended Automations are intended for smaller, fragmented tasks and run with user supervision, requiring the user's credentials for access.

D.

Unattended Automation are automations that run under human supervision and, because of this, are best suited for small tasks.

Full Access
Question # 20

A developer wants to invoke a workflow in Main xaml called ProcessPurchaseOrders.xamI. Data needs to be passed to and from the invoked workflow What is the correct sequence of steps the developer needs to perform?

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

Full Access
Question # 21

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

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

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

Full Access
Question # 22

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:

A.

Table A is not included in the System Clone > Exclude Tables list

B.

Table A is active and extends the Task table

C.

Table A has an automatic number counter for new records and table property Includes _data is set to True.

D.

Table A's records are added to the application record using the Create Application Files feature.

Full Access
Question # 23

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 # 24

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

A.

Application Properties allow a developer to override the application properties inherited from ServiceNow

B.

Application users know to go to the Application Properties page to change the appearance of an application

C.

An Application Properties page is a good landing page for an application

D.

Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts

Full Access
Question # 25

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?

A.

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

B.

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

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Full Access
Question # 26

What are the steps to publish a project from UiPath Studio?

Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".

Full Access
Question # 27

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 # 28

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

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.

Full Access
Question # 29

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.

Full Access
Question # 30

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

A.

https://server.uipath.com/

B.

https://cvserver.uipath.com/

C.

https://cv.uipath.com/

D.

https://computervision.uipath.com/

Full Access
Question # 31

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 # 32

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 # 33

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

A.

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

B.

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

C.

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

D.

Only variables can be configured for all types of arguments.

Full Access
Question # 34

In a UiPath Studio project, what is the broadest scope a variable can have?

A.

Within the surrounding "Do" or "Body" sequence.

B.

Outermost container in the current XAML project file.

C.

Global, available in the entire project.

D.

Within the activity in which it is defined.

Full Access
Question # 35

What is a pre-requisite for running functional test cases in REFramework?

A.

Invoke Process XAML file

B.

Invoke InitAllSettings XAML file

C.

Invoke SetTransactionStatus XAML file

D.

Invoke Main XAML file

Full Access
Question # 36

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 # 37

Following best practices, which activity is recommended for a developer to generate separate sets of actions for each vendor when developing a process that performs background verification for documents from 10 distinct vendors, each with varying document formats and requiring unique processing?

A.

For Each

B.

Do While

C.

Flow Decision

D.

Flow Switch

Full Access
Question # 38

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?

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.

Full Access
Question # 39

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.

Full Access
Question # 40

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 # 41

Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?

A.

Click Right on the Test Case and select Update Test Data.

B.

Click Right on the Test Case and select Add Test Data.

C.

Click Right on the Test Case and select Remove Test Data.

D.

Click Right on the Test Case and select Refresh Test Data.

Full Access
Question # 42

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 # 43

In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

A.

Whenever an argument or value is used.

B.

Whenever data is fetched from external sources.

C.

Whenever an exception is caught in a Catch block.

D.

Whenever the robot encounters an error on a Queue Item.

Full Access
Question # 44

When installing UiPath Studio, which of the following actions require administrator privileges?

A.

Administrator privileges are not required for installing UiPath Studio.

B.

Administrator privileges are required for installing the robot in both service mode and user mode.

C.

Administrator privileges are required for installing the robot in user mode.

D.

Administrator privileges are required for installing the robot in service mode.

Full Access
Question # 45

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

A.

Sort Data Table

B.

Output Data Table

C.

Lookup Data Table

D.

Filter Data Table

Full Access
Question # 46

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 # 47

When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?

A.

Data Service

B.

File

C.

Test Data Queue

D.

Data Service with Filter

Full Access
Question # 48

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
Question # 49

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 # 50

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 # 51

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

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"

Full Access
Question # 52

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.

Full Access
Question # 53

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

Which expression should be used?

A.

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

B.

Timestamp."dd-MM-yyyy"

C.

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

D.

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

Full Access
Question # 54

In order to make the selector specifically target the "First Name" text field during runtime, the developer needs to select one additional Property checkbox from the

Unselected Items column in the UI Explorer.

Which is the additional Property checkbox in the following UI Explorer "Unselected Items" column that should be used for the First Name text field.

A.

tag

B.

id

C.

isleaf

D.

name

Full Access
Question # 55

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 # 56

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

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Full Access
Question # 57

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 # 58

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

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.

Full Access
Question # 59

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

A.

dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")

B.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' AND [Salary] < 30000")

C.

dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

D.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' OR [Salary] < 30000")

Full Access
Question # 60

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

Which exception will be thrown when the workflow is executed?

A.

ArgumentException

B.

InvalidOperationException

C.

BusinessRuleException

D.

NullReferenceException

Full Access
Question # 61

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 # 62

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 # 63

Given the following workflow image:

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

A.

UiPath RPA Automation

B.

UiPath

C.

UiPath RPA

D.

RPA

Full Access
Question # 64

Given the following sequence:

The Write Cell activity has the following properties:

What is the behavior of the sequence once executed?

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.

Full Access
Question # 65

From a governance perspective, what is the most suitable way to share a library with your teammates within an organization using UiPath?

A.

Share the library project folder manually with your teammates.

B.

Publish the library to Orchestrator or a local/remote feed.

C.

Save the library in a shared network folder and ask your teammates to import it.

D.

Upload the library to the cloud and provide access credentials to your teammates.

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

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.

Full Access
Question # 67

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

A.

When the automation requires high flexibility.

B.

When the automation process requires better performance.

C.

When the target element's properties change frequently.

D.

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

Full Access
Question # 68

The following table is stored in a variable called "dt".

What will the value of the qty variable be after executing the Assign activity?

A.

5

B.

10

C.

80

D.

null

Full Access
Question # 69

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 # 70

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?

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.

Full Access
Question # 71

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

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

Full Access
Question # 72

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

A.

When the element selector is reliable but the element's position on the screen changes

B.

When all the element selectors in the application are reliable

C.

When no element selectors are available in the automated application

D.

When the element selector is not reliable and the element's position on the screen changes

Full Access
Question # 73

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

A.

Value

B.

Data Type

C.

Scope

D.

Name

Full Access
Question # 74

What happens when the area selection feature in the UiPath Computer Vision wizard is used?

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.

Full Access
Question # 75

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 # 76

Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)

A.

Use the "Install" button on the application record.

B.

Install from the Google Play Store.

C.

Import an application from an XML file.

D.

Download and install a third-party application from the ServiceNow Store.

E.

Download from Stack Overflow.

F.

Install an application from the Application Repository.

Full Access
Question # 77

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?

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)

Full Access
Question # 78

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 # 79

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 # 80

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 # 81

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator.

Each morning, new invoices are added to a shared folder. Each invoice needs to be processed separately as a single unit of work. After processing, the system output ID must be emailed to the finance team.

How should the developer store the invoice data in Orchestrator?

A.

Upload individual invoice data as Specific Data in Queue Items and Create an Asset for the finance team email address.

B.

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

C.

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

D.

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

Full Access
Question # 82

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 # 83

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

A.

Process Analysis

B.

Development

C.

Kick-Off

D.

Solution Design

Full Access
Question # 84

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

A.

Screen, Application, Version, UI Element.

B.

Application, Version, Screen, UI Element.

C.

Application, Screen, UI Element, Version.

D.

Version, Application, Screen, UI Element.

Full Access
Question # 85

When should a static selector be used versus a dynamic selector'?

A.

When a standard selector contains a tag value that changes for each execution

B.

When all the attributes or tags remain the same for each execution

C.

When a standard selector contains an attribute value that changes for each execution

D.

When the selector needs to interact with different types of elements on the same page

Full Access
Question # 86

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

A.

Logical decision points

B.

Repetitive business process

C.

Frequent application changes

D.

High volume work

Full Access
Question # 87

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

    "ShippedContainers"

    "ItemsPerContainer"

The robot must calculate the total number of items in all shipped containers as an Integer.

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

A.

ShippedContainers.ToInt32() * ItemsPerContainer.ToInt32()

B.

String.ToInt32(ShippedContainers) * String.ToInt32(ItemsPerContainer)

C.

CInt(ShippedContainers * ItemsPerContainer)

D.

Convert.ToInt32(ShippedContainers) * Convert.ToInt32(ItemsPerContainer)

Full Access
Question # 88

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 # 89

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 # 90

A developer created three variables that were used in the workflow, as shown below:

Based on best practices, which variable is in the correct scope?

A.

Age in scope: Sequence - Yes, Can Vote

B.

Age in scope: Voter Registration

C.

TimeOnThePlanet in scope: Body of For Each Row

D.

dt_NamesBirthdays in scope: Body of For Each Row

Full Access
Question # 91

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 # 92

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 # 93

What do the percentages from the Test Explorer panel represent?

A.

Correctness of the code percent.

B.

Passing percent.

C.

Coverage percent.

D.

Percent of test data run.

Full Access
Question # 94

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 # 95

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

expression should be used to display the value?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 96

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

A.

DateTime.ParseExact(DateString, "dd/MM/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

B.

Date Time.ParseExact(DateString, "MM/dd/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

C.

DateTime.ParseExact(DateString, "mm/dd/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

D.

DateTime.ParseExact(DateString, "dd/MM/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

Full Access
Question # 97

What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10? Instructions:

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

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

What is the output type returned when using a Get Test Data Queue Item activity?

A.

Dictionary

B.

Dictionary

C.

Object

D.

Queueltem

Full Access
Question # 100

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.

Full Access
Question # 101

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 # 102

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

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.

Full Access
Question # 103

How should arguments be named according to best practices?

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.

Full Access
Question # 104

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 # 105

What user category is the UiPath StudioX profile best suited for, as opposed to the UiPath Studio profile?

A.

Project managers looking to guide project teams through automations.

B.

Business users looking to automate tasks for themselves and their immediate teams.

C.

Developers looking to build complex unattended or attended process automations.

D.

Business analysts looking to document the processes for automation.

Full Access
Question # 106

In which situation will a Ul Automation activity generate a partial selector?

A.

When included after a Find Element activity

B.

When included in an Attach Browser activity

C.

When included in an Excel Application Scope activity

D.

When included in a Trigger Scope activity

Full Access
Question # 107

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 # 108

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?

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.

Full Access
Question # 109

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

A.

String.Join(UserNames, ",")

B.

String.Join(", ", UserNames)

C.

String.Concat(UserNames,",")

D.

String.Concat(",", UserNames)

Full Access
Question # 110

A developer has created the following workflow:

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

A.

World Hello

B.

World

C.

Hello World

D.

Hello

Full Access
Question # 111

Which two parts are included in an Anchor Base activity?

A.

Anchor and Action

B.

Anchor and Condition

C.

Anchor and Trigger Scope

D.

Anchor and Sequence

Full Access
Question # 112

Which actions can a Business Rule take without scripting?

A.

Set field values and query the database

B.

Set field values and write to the system log

C.

Set field values and add message

D.

Set field values and generate an event

Full Access
Question # 113

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 # 114

When using the UiPath Strict selector as a targeting method, how does it interact with anchor usage?

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.

Full Access