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

UiPath UiPath-ADPv1 UiPath (ADPv1) Automation Developer Professional Exam(2023.10) Exam Practice Test

Page: 1 / 20
Total 204 questions

UiPath (ADPv1) Automation Developer Professional Exam(2023.10) Questions and Answers

Question 1

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

Options:

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.

Question 2

A developer plans to create a process to automate a web application using the Firefox browser. The goal Is to have the robot work with the web application without relying on visual elements on screen.

To achieve this goal, what option should the developer use for the Use Application/Browser activity?

Options:

A.

Input mode = Chromium API

B.

User Data Folder Mode = CustomFolder

C.

Input mode = Simulate

D.

WebDriver mode = Headless

Question 3

When should a developer log a coherent message with the Logging Level set as "Info" while building an automation project?

Options:

A.

Every time data is read from external sources.

B.

Every time an exception is caught in a Catch block

C.

Every time a variable or argument value is used.

D.

Every time the robot encounters an error processing a Queue Item.

Question 4

Which activity Is specific tor Ul synchronization in UlPath Studio?

Options:

A.

Get Processes

B.

Use Applicationy/Browser

C.

Check App State

D.

Process Start Trigger

Question 5

Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?

Options:

A.

The Object Repository will automatically be available in the Process.

B.

The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available.

C.

The Object Repository is only available in a Library.

D.

The Object Repository cannot be passed between a Process and a Library.

Question 6

When developing a new project using REf ramework. logging in to multiple applications Is required. What is the recommended location to accomplish this task?

Options:

A.

InitAIIApplicatlons.xaml

B.

InitAIISettings.xaml

C.

Process.xaml

D.

FirstRun.xaml

Question 7

What do the percentages from the Test Explorer panel represent?

Question # 7

Options:

A.

Percent of test data run.

B.

Correctness of the code percent.

C.

Coverage percent.

D.

Passing percent.

Question 8

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

Options:

A.

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

B.

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

C.

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

D.

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.

Question 9

Assume we have the Verify Expression with Operator activity from the UiPath. Testing.Activities package with the properties configured as follows:

Question # 9

The activity is used within a Try-Catch activity. The Catch block is set to System.Exception and UiPath.Testing.Exception.TestingActivitiesException as shown in the screenshot below:

Question # 9

During the execution of the sequence shown above, which block from the Try-Catch activity will be entered first, after the Verify Expression with Operator activity is executed?

Options:

A.

None of the other blocks within the Try-Catch activity will be executed.

B.

The Finally block within the Try-Catch activity.

C.

The Exception sequence from the Catches block within the Try-Catch activity.

D.

The TestingActivitiesException sequence from the Catches block within the Try-Catch activity.

Question 10

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

Options:

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.

Question 11

Given a dataiable "dt" with the following header:

"Surname. Address. Zip Code, Given Name, Phone Number.

What is the correct configuration of the Invoke Method activity so that the resulting header will be:

"Surname. Given Name. Address. Zip Code. Phone Number".

A)

Question # 11

B)

Question # 11

C)

Question # 11

D)

Question # 11

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 12

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

Options:

A.

Then

B.

Setup

C.

When

D.

Given

Question 13

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

Options:

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

Question 14

A developer needs to choose a layout that integrates activities into a working structure during workflow file development. The selected layout should cover all possible cases and transitions while accommodating processes that cannot be easily captured by loops and If statements.

Which of the following layouts is the best-suited in this case?

Options:

A.

Sequence

B.

Flowchart

C.

State Machine

D.

Global Exception Handler

Question 15

What does Application Exception describe?

Options:

A.

An error rooted in a technical issue, such as an application that is not responding.

B.

An error caused by using different data types than the expected ones in an application.

C.

An error that occurs when the application is running on unstable environment.

D.

An error rooted in the fact that certain data which the automation project depends on is incomplete or missing.

Question 16

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.

Question # 16

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

Options:

A.

Application Testing

B.

Data-Driven Testing

C.

Mock Testing

D.

RPA Testing

Question 17

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

Options:

A.

They are removed from the project.

B.

They are automatically resolved.

C.

They are replaced with compatible alternatives.

D.

They are marked as unresolved.

Question 18

Given the following variables assignments:

Question # 18

What will the output of the following conditional be: outputX = If(CInt(doubleX+Cdbl(intX) +CDbl(stringX))> 38.30, 1, 0)

Options:

A.

1

B.

Error during runtime

C.

0

D.

Compilation error

Question 19

Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a Sharepoint URL?

Options:

A.

Get Group

B.

Get File/Folder

C.

Share File/Folder

D.

Download File

Question 20

A developer needs to design a process using the REFramework. but without Orchestrator Queues. Which Is the correct order of actions the developer needs to do in the Get Transaction Data state in this case?

Options:

A.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4 Add the logic required to retrieve only one row fromread data each time5. Add the logic required to check if all rows/transaction items from the read data have been processed.

B.

1. Remove the Get Transaction Item activity from GetTransactionData workflow2. Add a Read Range activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to retrieve only one row from read data each time.

C.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to retrieve only one row from read data each time.5. Add the logic required to check if all rows/transaction items from the read data have been processed.

D.

1. Remove the Get Transaction Item activity from GetTransactionData workflow.2. Add a Read Row activity in GetTransactionData workflow to read the data from a local Excel file.3. Add the logic required to read the data source only one time.4. Add the logic required to check if all rows/transaction items from the read data have been processed

Question 21

A developer aims to employ the REFramework for automating a business process that Involves a TransactionData collection (DataTable) comprising vendor names and addresses.

Instructions: Choose the appropriate variable type for the Transactionltem from the provided drop-down list in the following exhibit.

Question # 21

Question # 21

Options:

Question 22

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?

Options:

A.

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.

B.

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.

C.

UI Automation can be used and the following are prerequisites:Machine A - no requirement.Machine B - no requirement.Machine C - install RemoteRuntime.msi.

D.

UI Automation can be used and the following are prerequisites:Machine A - install RDP extension.Machine B - no requirement.Machine C - install RemoteRuntime.msi.

Question 23

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

Options:

A.

https://server.uipath.com/

B.

https://computervision.uipath.com/

C.

https://cvserver.uipath.com/

D.

https://cv.uipath.com/

Question 24

In a UiPath coded automation, what does the DelayAsync method do?

Options:

A.

It delays the termination of the automation by a specified period of time.

B.

It delays the start of the automation by a specified period of time.

C.

It suspends execution asynchronously for a specified period of time.

D.

It adds a pause between the execution of each activity in the automation.

Question 25

Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?

Options:

A.

Sequence

B.

Flowchart

C.

Global Exception Handler

D.

State Machine

Question 26

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

Question # 26

Options:

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"})

Question 27

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?

Options:

A.

The developer should change the input method to Simulate and the CursorMotionType to Instant.

B.

The developer should change the input method to Hardware Events and the CursorMotionType to Smooth.

C.

The property AlterlfDisabled should be set to False.

D.

The property AlterlfDisabled should be set to True.

Question 28

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

Options:

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.

Question 29

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?

Options:

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.

Question 30

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

Question # 30

Options:

A.

One ScreenTwo ApplicationsTwo UI Elements

B.

One ScreenTwo ApplicationsFive UI Elements

C.

One ApplicationTwo ScreensFive UI Elements

D.

One ApplicationTwo UI ElementsFive Screens

Question 31

While developing a test case using UiPath.Testing.Activities. which testing activity enables to include another activity within its body?

Options:

A.

Verify Expression With Operator

B.

Verify Range

C.

Verify Control Attribute

D.

Verify Expression

Question 32

A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?

Options:

A.

Delay before

B.

Delay between keys

C.

Delay after

D.

Alter disabled element

Question 33

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?

Options:

A.

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

Question 34

When performing Remote Debugging using an Unattended Robot connection, Studio sends the list of project dependencies to the remote robot. From where does the remote robot download the required packages?

Options:

A.

Studio local NuGet cache.

B.

Orchestrator feeds and Robot activity feeds.

C.

Orchestrator feeds and UiPath Official activity feed.

D.

Activity feeds configured in Studio.

Question 35

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?

Options:

A.

End Process

B.

Initialization

C.

Get Transaction Data

D.

Process Transaction

Question 36

What specific combination of permissions is required to disable errors from the Error Feed widget on the Monitoring > Jobs page in UiPath Orchestrator Monitoring-7

Options:

A.

View on Monitoring and Edit on Jobs.

B.

Edit on Monitoring and View on Jobs.

C.

Edit on Monitoring and Edit on Jobs.

D.

View On Monitoring and View on Jobs.

Question 37

Which of the options below is not an action in Test Explorer?

Options:

A.

Run Selected

B.

Run Failed Test Cases

C.

Run All In View

D.

Run Passed Test Cases

Question 38

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

Options:

A.

Array of String

B.

String

C.

Double

D.

lnt32

Question 39

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

Question # 39

Options:

A.

Test Data Queue

B.

Data Service with Filter

C.

File

D.

Data Service

Question 40

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

Options:

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.

Question 41

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.

Question # 41

Options:

Question 42

Which of the following sections are part of the Final State in a State Machine?

Options:

A.

Exit

B.

Entry and Transitions

C.

Entry and Exit

D.

Entry

Question 43

"Process A" is scheduled to run at 2:00 PM using a time trigger with the Schedule ending of Job execution feature configured to stop the job after 20 minutes. Assuming that the robots are busy and "Process A" is queued until 2:05 PM. at what time will "Process A* be stopped?

Options:

A.

2:20 PM

B.

2:25 PM

C.

2:05 PM

D.

2:28 PM

Question 44

What are the five severity levels of Orchestrator alerts?

Options:

A.

Info, Success, Warn, Error, Fatal.

B.

Info. Success. Warning. Error. Critical.

C.

Information, Complete. Warning, Error, Failure.

D.

Info, Completed. Warning, Error. Fatal.

Question 45

An error occurs during the Initialization state within the ■’FrameworkMnitAIISettings.xaml” file for a process using REFramework which is executed on Orchestrator. The project contains default values for the settings specified in "Config.xlsx".

What is the current state of the job in Orchestrator?

Options:

A.

Successful

B.

Faulted

C.

Suspended

D.

Stopped

Question 46

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

Options:

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.

Question 47

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?

Options:

A.

OueueA from FolderA.

B.

QueueA from Shared.

C.

QueueB from FolderA.

D.

QueueB from Shared.

Question 48

What role do Triggers play in the UiPath Integration Service?

Options:

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.

Question 49

Which of the following credentials stores have built in support in Orchestrator?

Options:

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.

Question 50

Which of the following examples accurately demonstrates the correct usage of Al Computer Vision features in a UiPath project?

Options:

A.

Employing Al Computer Vision to identify and interact with Ul elements in a remote desktop application with low quality or scaling issues.

B.

Utilizing Al Computer Vision to train a custom machine learning model to recognize specific patterns in data.

C.

Using Al Computer Vision to extract plain text from a scanned PDF document and store the output in a string variable.

D.

Applying Al Computer Vision to perform sentiment analysis on a provided text string and displaying the result.

Question 51

Which of the following statements is true about the existing UiPath Studio installation packages?

Options:

A.

The Attended Robot installation package installs only the UiPath Robot.

B.

The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.

C.

The Attended Robot installation package installs only UiPath Studio, and Robot.

D.

The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.

Question 52

What are the three main components of UiPath Integration Service?

Options:

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Question 53

In UlPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values lo variables prior to resuming the process?

Options:

A.

Locals Panel and Watch Panel.

B.

Immediate Panel and Watch Panel.

C.

Watch Panel and Breakpoint Panel.

D.

Locals Panel and Immediate Panel

Question 54

How can UlPath Orchestrator help address potential Issues before they become critical problems?

Options:

A.

By sending customer feedback to UiPath developers.

B.

Through proactive monitoring and alerting of detected issues

C.

With immediate technical support for any detected Issue.

D.

By automatically updating background processes.

Question 55

You are building an automation for a CRM system where customer data from various sources needs to be reviewed and consolidated into a single record before being entered into the system.

What is the best strategy for handling the data?

Options:

A.

Use attended workflows to review each piece of customer data separately before manually entering it into the CRM system.

B.

Store the customer data in multiple files, then manually transfer the information between workflows.

C.

Create individual variables for each customer data field and manually merge them in the final step before entering the CRM system.

D.

Consolidate all customer data into a single entity that can be reviewed and processed before final entry into the CRM system.

Question 56

Which of the following best describes the Alerts panel?

Options:

A.

A panel that displays a more comprehensive list of all alerts.

B.

A panel that displays summaries of the alerts you subscribed to, received as error reports every ten minutes, or as daily reports.

C.

A panel that displays alerts as they occur.

D.

A panel that displays the most severe five alerts, accessible from the Alerts bell.

Question 57

What can be verified in the InltAIISettlngsTestCase test case?

Options:

A.

Verify If a certain application is open in the execution environment.

B.

Verify the naming of a certain key present in the 'Config' dictionary.

C.

Verify the variable type for the 'Config' dictionary.

D.

Verify If a certain key is present in the 'Config' dictionary.

Question 58

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

Options:

A.

Queueltem

B.

Object

C.

Dictionary

Question 59

Based on the following exhibit, which output is displayed in the Output panel rt Step Out is clicked on the Debug ribbon tab of UlPath Studio?

Question # 59

Options:

A.

UiPath RPAAutomatlon

B.

Automation

C.

Automation RPAUiPath RPA

D.

UiPath RPA

Question 60

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

Options:

A.

Native

B.

Full text

C.

Default

D.

Text attribute

Question 61

In which of the following places can you access a recording of a failed queue transaction in UiPath Orchestrator?

Options:

A.

In the job details window of the process that contains the failed transaction.

B.

In the Logs page of the queue transaction.

C.

In the contextual menu of the failed transaction, by clicking Open recording.

D.

In the queue transaction list view, by hovering over the transaction status.

Page: 1 / 20
Total 204 questions