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

UiPath-ADPv1 Questions and Answers

Question # 6

A developer extracts a date from an email. The date will always be In the same format and always from the past. Some examples of this format are: "3 Mar 2023". "20 Nov 2021". The name of the variable where the date is saved is DateString What expression should the developer use to check If the extracted date is within the last 7 days?

A.

(DateTime.Now - DateTime.ParseExact(DateString. "dd MMM yyyy". Culturelnfo.lnvariantCulture)).Days < 7

B.

(DateTime.Now - DateTime.ParseExact(DateStnng. *dd MMM yyyyH. Culturelnfo.lnvariantCulture)).AddDays(-7) > 0

C.

(DateTime.Now - DateTime.ParseExact(DateStrlng, "d MMM yyyy". Culturelnfo.lnvariantCulture)).Days < 7

D.

DateTime Parse(DateTime Now - DateString) Days < 7

Full Access
Question # 7

A developer implemented a process using the REFramework and an Orchestrator queue. The "OrchestratorQueueFolder" was defined in the "Config.xlsx" file, but the folder does not exist in Orchestrator

What is the behavior at runtime?

A.

A warning message stating that the queue folder is missing is logged, and then the process continues.

B.

The process throws an exception in the "Get Transaction Data" state because the queue folder is not found, and then the process is stopped.

C.

No exception is thrown and neither will a message be logged and the process continues.

D.

The process throws an exception in the "Process Transaction” state because the queue folder is not found, and then the process is stopped.

Full Access
Question # 8

Considering a process developed using REFramework, if the status of a transaction was set to "Failed" with the ErrorType specified as "Business", the process will transition to which state?

A.

End Process

B.

Initialization

C.

Get Transaction Data

D.

Process Transaction

Full Access
Question # 9

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

At indication time, the Strict Selector has the following functionalities available:

A.

Refresh, Open in UiExplorer, Copy to clipboard.

B.

Ignore text. Copy to clipboard. Show all matches.

C.

Open in UiExplorer, Copy to clipboard, Show all matches.

D.

Accuracy, Open in UiExplorer, Copy to clipboard. Show all matches.

Full Access
Question # 11

Which are the actions that can be done in Test Explorer?

A.

Export test data, group tests together, analyze activity coverage.

B.

Perform debugging, analyze activity coverage, group tests together.

C.

Export test results, group tests together, analyze activity coverage.

D.

Export test data, perform debugging, analyze activity coverage.

Full Access
Question # 12

What is the primary role of the UiPath Remote Runtime component in automation projects involving virtual environments?

A.

It replaces the need for OCR and image recognition activities in all automation projects involving web browsers.

B.

It allows automation projects to be executed in virtual environments without installing any dedicated UiPath extension.

C.

It provides a neural network server for analyzing the Ul of applications when working with the Computer Vision activities package.

D.

It facilitates communication between remote applications and the dedicated UiPath extension, enabling native selector generation in UlExplorer.

Full Access
Question # 13

Which of the following examples accurately demonstrates using LINQ to perform data operations in a UiPath process?

A.

Employing LINQ to concatenate two strings in a list by writing listOfStrings.Concatenate("String_1", "String_2").ToList().

B.

Using LINQ to filter DataTable rows based on a specific condition by writing dataTable.AsEnumerable().Where(Function(row) row("ColumnName").ToString.Contains("Value")).CopyToDataTable().

C.

Applying LINQ to convert a list of integers to a JSON format by writing listOflntegers.ToJSON().ToList().

D.

Utilizing LINQ to split a DataTable into multiple smaller DataTables based on a specific condition by writing dataTable.Splitf'ColumnName = 'Condition'").CopyToData Tablet).

Full Access
Question # 14

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?

A.

Flowchart

B.

Workflow

C.

State Machine

D.

Global Exception Handler

Full Access
Question # 15

You have to create a testcase for an attended RPA process. At some point, the attended process asks the user to input a specific token for the execution to continue, as shown in the screenshot below.

What testing concept (included in UiPath.Testing.Activities) can be used to isolate and replace the input part, without modifying the original workflow?

A.

Application Testing

B.

Data-Driven Testing

C.

Mock Testing

D.

RPA Testing

Full Access
Question # 16

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

A.

One Screen

Two Applications

Two UI Elements

B.

One Screen

Two Applications

Five UI Elements

C.

One Application

Two Screens

Five UI Elements

D.

One Application

Two UI Elements

Five Screens

Full Access
Question # 17

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

A.

Select

B.

GroupBy

C.

OrderBy

D.

Where

Full Access
Question # 18

Which logging level includes the following information by default?

1. Execution Started log entry - generated every time a process is started.

2. Execution Ended log entry - generated every time a process is finalized.

3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.

4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.

5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.

6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.

A.

Verbose

B.

Trace

C.

Critical

D.

Information

Full Access
Question # 19

How can a process be converted from a toreground process to a background process?

A.

A process may be turned into a Background Process by adding a "Background" tag to the process name as long as it does/does not contain Ul interaction. You need to go to the Project Settings and modify the name of the process.

B.

A process may be turned into a Background Process as long as it does not contain persistence activities. You need to go to the Project Settings window and set the Supports Persistence toggle to No.

C.

A process may be turned into a Background Process by just deleting the UiAutomation package dependency as long as it does/does not contain Ul interaction

D.

A process may be turned into a Background Process as long as it does not contain activities with Ul interaction You need to go to the Project Settings window and set the Starts in Background toggle to Yes.

Full Access
Question # 20

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 retried multiple times until processed successfully.

B.

Transaction is not retried but remaining transactions continue processing.

C.

Transaction is retried only one time.

D.

Transaction is not retried and the process stops.

Full Access
Question # 21

What is the recommended approach for a user to log custom information at each breakpoint while executing a process in Debug mode?

A.

Set Log Message option in the Breakpoint Settings.

B.

Insert a Log Message before each activity with a breakpoint.

C.

Select Log Activities from the Debug panel.

D.

Select Execution Trail from the Debug panel.

Full Access
Question # 22

Which part of a test case that is using BDD (Behavioral-Driven Development) template structure supports the Surround with mock feature?

A.

Then

B.

Setup

C.

When

D.

Given

Full Access
Question # 23

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?

A.

Postpone

B.

Reference

C.

Itemlnformation

D.

Deadline

Full Access
Question # 24

Where is the TransactionNumber incremented in the REFramework?

A.

Only in the RetryCurrentTransaction.xaml workflow.

B.

Only in the SetTransactionStatus.xaml workflow.

C.

In the New Transaction transition.

D.

In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.

Full Access
Question # 25

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 the first Log Message activity is executed.

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 an Exception is caught and handled.

Full Access
Question # 26

Given the following workflow:

What will be the output of the Log Message activity?

A.

apple, pear, orange

B.

apple, pear, orange, mango, kiwi

C.

"apple pear orange", "mango kiwi"

D.

apple pear orange, mango kiwi

Full Access
Question # 27

A developer designed a project in the REFramework. The "Config.xlsx" has me following Setting entry:

Assuming the default REFramework configuration, how can the developer reference the Setting in the Config variable to obtain the Setting value as a String from the dictionary?

A.

Config (“OrchestratorOueueName"." Process ABCQueue" )ToString

B.

Config (“OrchestratorOueueName ).ToString

C.

Config (“ProcessABCQueue"."OrchestratorQueueName").ToString

D.

Config (“ProcessABCOueue")ToString

Full Access
Question # 28

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.

DateTime.AddHours(CurrentDate, -12).Hour

B.

CurrentDate.AddHours(-12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

DateTime.SubtractHours(CurrentDate, 12).Hour

Full Access
Question # 29

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

A.

The remote robot continues the execution after Studio closes the connection.

B.

Debugging execution ends in exception, then the connection is closed.

C.

Debugging execution stops gracefully, then the connection is closed.

D.

It is not possible to close the connection while debugging is in progress.

Full Access
Question # 30

When developing a process, you were provided with two data tables, "DT1" and "DT2", as shown below:

The process documentation specifies that the two data tables need to be manipulated in order to reflect the following "DT2":

How should the properties of the Merge Data Table activity be configured?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 31

Given the following list of arguments:

and the following code:

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

A.

1

B.

2

C.

7

D.

9

Full Access
Question # 32

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

A.

A State Machine is composed of States, Triggers, and Loops.

B.

A State Machine is made up of States, Transitions, Entry Actions, and Exit Actions.

C.

A State Machine comprises three main components: Sequences, Flowcharts, and Input/Output Arguments.

D.

A State Machine consists of four primary components: States, Triggers, Transitions, and Actions.

Full Access
Question # 33

What is a pre-requisite for running InitAllApplications TestCase?

A.

Invoke InitAllSettings XAML file in Given.

B.

Invoke SetTransactionStatus XAML file in Given.

C.

Invoke CloseAllApplications XAML file in Given.

D.

Invoke KillAllProcesses XAML file in Given.

Full Access
Question # 34

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

A.

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

B.

Invokes VB MET or Java code optionally passing it a list of input arguments

C.

Invokes VB MET code optionally passing it a list of input arguments

D.

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

Full Access
Question # 35

What are the three main components of UiPath Integration Service?

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Full Access
Question # 36

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

A.

Invoke Process XAML file

B.

Invoke SetTransactionStatus XAML file

C.

Invoke Main XAML file

D.

Invoke InitAIISettings XAML file

Full Access
Question # 37

A developer is using a Type into activity with the Input Method set to Simulate Which property needs to Be enabled for the activity to execute even it the target Ul element is deactivated or read-only?

A.

Deselect at end.

B.

Alter disabled element.

C.

Activate.

D.

Click before typing.

Full Access
Question # 38

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

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.

Input Element

D.

Selector

Full Access
Question # 40

A developer plans to build an automation process using the REFramework with Orchestrator queues. Based on UiPath best practice, what is the recommended sequence of steps to update

the template and create/update Queues and Values?

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

Full Access
Question # 41

Which of the following is a tag in a selector?

A.

id='selMonth'

B.

aaname='FirstName'

C.

D.

class-down-chevron set-font'

Full Access
Question # 42

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

A.

The Finally block is executed and the Catches section catches the exception.

B.

No exception is thrown and the Finally block executes.

C.

A runtime error occurs and the Finally block is not executed.

D.

No exceptions are happening and the workflow continues to execute.

Full Access
Question # 43

What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?

A.

Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator.

B.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential.

C.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets except those of type Credential.

D.

Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

Full Access
Question # 44

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?

A.

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

B.

The flow will throw an exception in InitAllSettings workflow.

C.

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

D.

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

Full Access
Question # 45

What do the percentages from the Test Explorer panel represent?

A.

Percent of test data run.

B.

Correctness of the code percent.

C.

Coverage percent.

D.

Passing percent.

Full Access
Question # 46

How to make sure that all Ul Automation activities used within project workflows reference elements from the Object Repository9

A.

By setting the Object Repository Enforced option to Yes in the General tab within the Project Settings window.

B.

By setting the Object Repository Enforced option to Yes in the Design tab within the UiPath Studio Settings window.

C.

By setting the Object Repository Enforced option to Yes in the Ul Automation Modern tab within the Project Settings window.

D.

By setting the Object Repository Enforced option to Yes in the System tab within the Project Settings window.

Full Access
Question # 47

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?

A.

Delay before

B.

Delay between keys

C.

Delay after

D.

Alter disabled element

Full Access
Question # 48

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.

UiPath.Core.Queueltem

B.

System.Data.DataRow[]

C.

System.Data.DataTable

D.

System.Data.DataRow

Full Access
Question # 49

In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?

A.

Multiply the TimeSpan variable by -1 and then add it to the DateTime variable.

B.

Assign the subtraction result to a DateTime variable with the following syntax Today.Subtract(Span).

C.

Use the Add method on the DateTime variable and pass a negative TimeSpan value.

D.

Call Now.Subtract(Span) directly, without using a DateTime variable.

Full Access
Question # 50

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

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 Personal Workspaces tab. and then click Manage Resources for the desired workspace.

B.

Navigate to Tenant > Folders, click the All Workspaces tab. and then click Check Resources 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 See Usage for the desired workspace.

Full Access
Question # 52

Under what conditions will a trigger be automatically disabled upon failure in Integration Service?

A.

When the job is not able to start after 3 attempts for a single event or the job does not start for the last 25 events.

B.

When the job is not able to start after 5 attempts for a single event or the job does not start for the last 50 events.

C.

When the job is not able to start after 11 attempts for a single event or the job does not start for the last 100 events.

D.

When the job is not able to start after 20 attempts for a single event or the job does not start for the last 200 events.

Full Access
Question # 53

Which of the following is an accurate example of using LINQ for querying data in a UiPath process?

A.

Applying LINQ to find duplicates in a list of integers by writing: listOflntegers.FindDuplicates().ToList()

B.

Utilizing LINQ to sort DataTable rows based on a specific column by writing: dataTable.OrderBy(Function(x) x.ToString).CopyToDataTable()

C.

Executing LINQ to merge two DataTables by writing: dataTable1.Merge(dataTable2).CopyToDataTable()

D.

Using LINQ to filter a list of strings containing only "UiPath" by writing: listOfStrings.Where(Function(x) x = "UiPath").ToList()

Full Access
Question # 54

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

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

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

A.

Window Messages only.

B.

Simulate only.

C.

Same as App/Browser and Simulate.

D.

Simulate and Window Messages.

Full Access
Question # 56

A developer has created a variable of type String called "MyNumbers" and assigned to it the following value: "1. 2, 3.4, 5. 6". What is the resulting data type for the expression MyNumbers.Split("."c)(1)?

A.

Array of String

B.

String

C.

Double

D.

lnt32

Full Access