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

Home > UiPath > UiPath Certified Professional - Developer Track Certification > UiPath-ADPv1

UiPath-ADPv1 UiPath Automation Developer Professional v1 Exam Question and Answers

Question # 4

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

Which major sections can be added or modified in the State activity of a UiPath project that uses State Machines?

A.

Entry actions. Exit actions, Conditional expressions, and Transitions.

B.

Entry actions, Exit actions, Guard and Trigger attributes, and Transitions.

C.

Entry actions. Exit actions, Trigger conditions, and Transitions.

D.

Entry actions, Exit actions, Guard conditions, and Transitions.

Full Access
Question # 6

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

Which activity Is specific tor Ul synchronization in UlPath Studio?

A.

Get Processes

B.

Use Applicationy/Browser

C.

Check App State

D.

Process Start Trigger

Full Access
Question # 8

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

A.

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

B.

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

C.

Activating a real-time view of the target agp^s Ul during automation.

D.

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

Full Access
Question # 9

In the Global Exception Handler, which arguments are provided by default and should not be removed?

A.

errorinfo with the “Out" direction result with the “In/Out" direction

B.

errorinfo with the “In" direction result with the *ln/Ouf direction

C.

errorinfo with the “In" direction result with the "In" direction

D.

errorinfo with the “In" direction result with the "Out" direction

Full Access
Question # 10

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

A.

Version, Application, Screen, Ul Element.

B.

Application, Version, Screen, Ul Element.

C.

Application, Screen, Ul Element, Version.

D.

Screen, Application, Version, Ul Element.

Full Access
Question # 11

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 Refresh Test Data

D.

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

Full Access
Question # 12

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

Which one of the following expressions Is the equivalent of the If activity from the picture?

A.

message = lf(number mod 2 = 0. "Even number", "Odd number")

B.

message = lf(number mod 2 = 0. Odd number. Even number)

C.

message = lf(number mod 2 = 0 then "Odd number" else "Even number")

D.

message = lf(number mod 2 = 0 {"Odd number"} else {'Even number"})

Full Access
Question # 14

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

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

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

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

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

A.

Native

B.

Full text

C.

Default

D.

Text attribute

Full Access
Question # 19

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

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

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

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

Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?

A.

UiPath.RemoteDebugginq.Aqent.exe start -port -password -verbose

B.

UiPath-RemoteDebugginq.Aqent.exe enable -port -password -verbose

C.

UiPath.RemoteDebugginq.Aqent.exe enable -port -username -password -verbose

D.

dotnet ./UiPath.RemoteDebugginq.Aqent.dll enable -port -password -verbose

Full Access
Question # 24

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 25

What Information is provided in the Descriptor Coverage sub-panel of Test Explorer?

A.

Object Repository coverage

B.

Test data coverage

C.

Selector coverage

D.

Activity coverage

Full Access
Question # 26

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

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

A.

Can have only one initial state and multiple final states.

B.

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

C.

Can have multiple initial states and multiple final states.

D.

Can have multiple initial states and only one final state.

Full Access
Question # 28

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

In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?

A.

Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.

B.

Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.

C.

Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

D.

Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

Full Access
Question # 30

Which of the following options is true about the types of robot installation?

A.

Both the service and the user modes are recommended for running unattended automations.

B.

The service mode is the recommended option for running unattended automatons.

C.

Both the service and the user modes are recommended for creating and testing automations, and running attended automations.

D.

The service mode is the recommended option for creating and testing automations, and running attended automations.

Full Access
Question # 31

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

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

A.

Utilize a DataTable variable to store and process the tabular data.

B.

Save the tabular data in multiple CSV files for easier manipulation.

C.

Use separate variables to store each column of the tabular data.

D Implement custom activities to handle the tabular data

Full Access
Question # 33

In the context of a process automated using the REFramework that processes payments and sends a report using the Finance team leader's email account at the end of the day. where should the email account credentials be stored according to best practices''

A.

In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xlsx file.

B.

In an Orchestrator Credential asset and referenced in the Settings sheet in the Config.xlsx file.

C.

In the Constants sheet in the Config.xlsx file with the value of the email address.

D.

In an Orchestrator Text asset and referenced in the Assets sheet In the Config.xlsx file.

Full Access
Question # 34

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

A.

In the Finally section of the Try Catch activity in the End Process state.

B.

In the Try section of the Try Catch activity in the End Process state.

C.

In the Try and Catches sections of the Try Catch activity in the Process Transaction state.

D.

In the Try section of the Try Catch activity in the Process Transaction state.

Full Access
Question # 35

What are the components that define a state within a State Machine in UiPath Studio?

A.

Input Arguments, Output Arguments, and Variables.

B.

Entry, Exit, and Transition Actions with Trigger Conditions.

C.

Sequence, Flowchart, and Transactional Business Process.

D.

Activities, Connectors, and Annotations.

Full Access
Question # 36

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

In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?

A.

1 lime

B.

2 times.

C.

The process will not enter the Get Transaction Data state because a linear process is not transactional.

D.

Until there are no more queue items left unprocessed in Orchestrator

Full Access
Question # 38

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

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

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.

Continues to the next activity after 30 seconds without clicking on the element.

D.

Waits 10 seconds before clicking on the element.

Full Access
Question # 40

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

What role do Triggers play in the UiPath Integration Service?

A.

Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.

B.

Assist in the creation of automation projects by providing event-based activities.

C.

Manage connections between UiPath Studio and third-party applications.

D.

Provide a mechanism for starting processes on a scheduled basis from Orchestrator.

Full Access
Question # 42

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.

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

C.

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

D.

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

Full Access
Question # 43

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

What is the role of connections in the UiPath Integration Service?

A.

Connections establish tasks and exchanges between users and external applications using the authentication process of the UI automation provider.

B.

Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider.

C.

Connections establish tasks and exchanges based on a connector's compatibility with the external application.

D.

Connections establish tasks and exchanges between users and external applications using the server-side triggers.

Full Access
Question # 45

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

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

A.

Property: FilterByMessageIds

Schema: "@SQL=""urn:schemas:httpmail:subject'"' like 'UiPath%'"

B.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%'"

C.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"

D.

Property: FilterByMessageIds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"

Full Access
Question # 47

In an RPA Testing project, you created the mock "MySequencemock" for the file "MySequence". You have to update "MySequence" and add a Log Message activity and a

Verify Expression activity.

What will happen to "MySequencemock" file when you save the project, assuming that the file is closed?

A.

Only the Verify Expression activity will be added to the mock file.

B.

The changes made in "MySequence" workflow file are applied to the mock file.

C.

Only the Log Message activity will be added to the mock file.

D.

The changes made in "MySequence" workflow file are not applied to the mock file.

Full Access
Question # 48

When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

A.

Initialization -> Get Transaction Data -> Process Transaction -> End Process

B.

Initialization -> Get Transaction Data -> End Process

C.

Initialization -> Process Transaction -> End Process

D.

Initialization -> End Process

Full Access
Question # 49

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

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

A developer has designed a Performer process using the REFramework template in UiPath Studio. The process is published to an Orchestrator folder named "FolderA" and a job is created in Orchestrator from the package. The value of the OrchestratorQueueName setting in "Config.xlsx" is "QueueA" and the value of OrchestratorQueueFolder is "FolderA".

The developer runs the job from Orchestrator with the following argument values:

in_OrchestratorQueueName = "QueueB" in_OrchestratorOueueFolder = empty value

Which queue will be consumed by the robot?

A.

OueueA from FolderA.

B.

QueueA from Shared.

C.

QueueB from FolderA.

D.

QueueB from Shared.

Full Access
Question # 52

A developer has created a variable of type List of Strings named "Users_List", and initialized it with an empty list: "Users_List = 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 # 53

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Invoke Method includes the following properties:

Based on the exhibits, what is the outcome of this Invoke Method activity?

A.

Colors will contain items in the following order: "Yellow", "Red", "Green".

B.

Colors will contain items in the following order: "Red", "Green".

C.

Invoke Method activity will throw an error.

D.

Colors will contain items in the following order: "Red", "Green", "Yellow".

Full Access
Question # 54

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

A.

Inherited

B.

Medium

C.

High

D.

Low

Full Access