Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

UiPath-ADAv1 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

UiPath-ADAv1 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: UiPath Automation Developer Associate v1 Exam
  • Last Update: May 17, 2024
  • Questions and Answers: 254
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

UiPath-ADAv1 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

UiPath-ADAv1 Practice Exam Questions with Answers UiPath Automation Developer Associate v1 Exam Certification

Question # 6

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

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

UiPath-ADAv1 question answer

Full Access
Question # 8

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

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

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

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

UiPath-ADAv1 question answer

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

UiPath-ADAv1 question answer

Full Access
Question # 12

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

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

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

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

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?

A.

CurrentDate.AddHours(-12).Hour

B.

Date Time.SubtractHours(CurrentDate, 12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

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

Full Access
Question # 17

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

A.

Get Ancestor

B.

Export UI Tree

C.

Find Element

D.

Find Children

Full Access
Question # 18

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

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

UiPath-ADAv1 question answer

Full Access
Question # 20

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

A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?

A.

Private

B.

Visible

C.

Save changes

D.

Read-only

Full Access
Question # 22

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

What advantages do pre-built connectors in UiPath Integration Service offer?

A.

Reducing the need for Ul and API automation, allowing developers to work exclusively with connectors.

B.

Simplified integration with popular applications, faster deployment, and integration across all UiPath Platform product solutions.

C.

Providing a fully customizable catalog of connectors for developing proprietary applications.

D.

Replacing all types of authorization and authentication protocols with a single, standardized method.

Full Access
Question # 24

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

UiPath-ADAv1 question answer

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

UiPath-ADAv1 question answer

Full Access
Question # 25

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?

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Full Access
Question # 26

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

What is the purpose of credential stores in UiPath Orchestrator?

A.

To store Orchestrator event logs and related data for auditing purposes.

B.

To serve as a centralized location for storing pre-built automation workflows and processes.

C.

To securely store sensitive data such as Robot credentials and Credential Assets for use in automation processes.

D.

To store non-sensitive data and configuration settings for UiPath Studio projects.

Full Access
Question # 28

What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?

A.

(Excel) Write Datatable to Excel activity only works in the background.

(Workbook) Write Range activity requires that the file is not opened by the user before running.

B.

(Excel) Write Datatable to Excel activity only works in the foreground, visible to the user.

(Workbook) Write Range activity only works in the background.

C.

(Excel) Write Datatable to Excel activity will create the file in the WorkbookPath property if it does not exist.

(Workbook) Write Range activity can only be used when Excel is installed.

D.

(Excel) Write Datatable to Excel activity will execute correctly even if the file is opened by the user before running.

(Workbook) Write Range activity will create the file in the WorkbookPath property if it does not exist.

Full Access
Question # 29

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

<html app=, chrome.exe, title='temperature now1 />

Based on best practices, which selector attribute is unreliable?

A.

tag

B.

class

C.

title

D.

innertext

Full Access
Question # 30

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

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

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

UiPath-ADAv1 question answer

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?

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.

Full Access
Question # 33

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

UiPath-ADAv1 question answer

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

Consider the following Try Catch statement:

UiPath-ADAv1 question answer

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

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

UiPath-ADAv1 question answer

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:

UiPath-ADAv1 question answer

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

What is the default polling interval set for an event trigger?

A.

1 minute

B.

5 minutes

C.

10 minutes

D.

15 minutes

Full Access
Question # 37

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

UiPath-ADAv1 question answer

Full Access
Question # 38

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?

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

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

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

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

How many times will the transaction be retried?

A.

The transaction will be retried only one time.

B.

The transaction will not be retried.

C.

The transaction will be retried 2 times.

D.

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

Full Access
Question # 40

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

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

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?

A.

Business Exception

B.

Fatal Exception

C.

Application Exception

D.

System Exception

Full Access
Question # 43

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

A.

Output Data Table

Lookup Data Table

Build Data Table

Merge Data Table

B.

Sort Data Table

Join Data Tables

Get Row Item

C.

dt.Rows(1 .. 5)

Remove Data Row activity

D.

Filter Data Table

dt.Select

dt.AsEnumerable().Where

Full Access
Question # 44

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

Which activity is used to archive a set of files and send them as an attachment in an email?

A.

Create Folder

B.

Archive Files

C.

Compress/Zip Files

D.

Create File

Full Access
Question # 46

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

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

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

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 50

When configuring the Max # of retries for the queue in Orchestrator to "1" for your process, and the queue has 5 transaction items. At runtime, the first transaction item throws a Business Rule

Exception.

How does the process proceed?

A.

Transaction is not retried and the process stops.

B.

Transaction is not retried but remaining transactions continue processing.

C.

Transaction is retried only one time.

D.

Transaction is retried multiple times until processed successfully.

Full Access
Question # 51

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

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

A.

ioUpdatedsum

B.

in_argument1

C.

dt_outputrovvs

D.

out_ConfirmationNumber

Full Access
Question # 53

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

A developer has created an automation process that includes:

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

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

A developer is building an automation which types text into a text file. The Activity Project Settings for UI Automation Modern activities are set as follows:

UiPath-ADAv1 question answer

UiPath-ADAv1 question answer

What is the behavior of the Type Into activity when executing the workflow?

A.

The activity will remove Multi Line in Run mode and a Single Line in Debug mode.

B.

The activity will use only properties set in Activity Project Settings.

C.

The activity will remove a Single Line in Run mode and in Debug mode.

D.

The activity will remove a Single Line in Run mode and Multi Line in Debug mode.

Full Access
Question # 56

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 57

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

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

Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?

A.

They are replaced with compatible alternatives.

B.

They are removed from the project.

C.

They are marked as unresolved.

D.

They are automatically resolved.

Full Access
Question # 60

What represents a sequence that contains an activity with a partial selector?

A)

UiPath-ADAv1 question answer

B)

UiPath-ADAv1 question answer

C)

UiPath-ADAv1 question answer

D)

UiPath-ADAv1 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 61

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

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

A.

For Each File in Folder

B.

For Each File Info

C.

For Each Row in Datatable

D.

Do For Each File

Full Access
Question # 63

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

UiPath-ADAv1 question answer

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

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

UiPath-ADAv1 question answer

Full Access
Question # 64

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

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?

A.

List

B.

Double

C.

DataRow

D.

Object

Full Access
Question # 66

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

A.

Default

B.

Variable type

C.

Name

D.

Scope

Full Access
Question # 67

A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:

- The Robot is installed on Machine A, which connects through RDP to Machine B.

- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.

Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?

A.

Ul Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

B.

UI Automation can be used and the following are prerequisites:

Machine A - no requirement.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

C.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RDP extension and RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

D.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

Full Access
Question # 68

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:

UiPath-ADAv1 question answer

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

UiPath-ADAv1 question answer

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

When choosing a process for automation, what factor contributes to its increased complexity?

A.

Unstructured input data source.

B.

Standard desktop applications.

C.

Low number of decision points.

D.

Low number of steps required in the automation.

Full Access
Question # 70

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

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed

Full Access
Question # 72

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

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

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

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