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

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

Demo: 61 questions
Total 204 questions

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

Question 1

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)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 2

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 3

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

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

Options:

A.

5

B.

10

C.

80

D.

null

Question 4

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 5

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 6

A sales department is using UiPath attended automation to handle incoming sales requests through multiple forms and applications. They want to ensure the automation runs in parallel with other tasks.

What feature of trigger-based attended automation will best support this?

Options:

A.

Triggers that only run sequentially, ensuring that workflows never overlap with one another.

B.

Triggers based on application events but limited to one automation process at a time.

C.

Triggers that can run workflows intermittently, either one time, in sequence, or simultaneously.

D.

Triggers that monitor user input but cannot handle multiple workflows at the same time.

Question 7

In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?

Options:

A.

Job Execution Order

B.

Job Queuing Strategy

C.

Jab Dependency Settings

D.

Job Priority Levels

Question 8

Given the following variables assignments:

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 9

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 10

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 11

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

Options:

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.

Question 12

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 13

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?

Options:

A.

Application Testing

B.

Data-Driven Testing

C.

Mock Testing

D.

RPA Testing

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?

Options:

A.

Flowchart

B.

Workflow

C.

State Machine

D.

Global Exception Handler

Question 15

A developer configured the properties for a Click activity as shown below:

What happens if the activity cannot find its target at runtime?

Options:

A.

An exception is thrown after 10 milliseconds.

B.

An exception is thrown after 10 seconds.

C.

The next activity is executed after 10 seconds.

D.

The next activity is executed after 10 milliseconds.

Question 16

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

Options:

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.

Question 17

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

Options:

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.

Question 18

When working with a long-running workflow involving form actions in Action Center, how is the job resumed after it has been suspended?

Options:

A.

The job resumes only after the assigned user completes the form action.

B.

The job resumes automatically after 30 minutes if the form action is not completed.

C.

The job resumes when any user with View permissions on Actions approves the form.

D.

The job resumes immediately when the form action is created, without waiting for completion.

Question 19

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 20

You need to create a process where multiple events happen at the same time, and triggers must handle these events simultaneously in an attended automation.

How can you set up this parallel execution of triggers?

Options:

A.

Use the Enable Local Trigger activity to run all triggers at the same time once they are enabled.

B.

Use the Trigger Scope activity to handle all events in a sequential manner rather than parallel.

C.

Rely on the Form Builder to set up multiple events and manage their execution based on user input.

D.

Use the Run Local Triggers activity to manage the simultaneous execution of multiple triggers within the project.

Question 21

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Options:

A.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

B.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

C.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

D.

The admin user is added by default to the newly created folder with the User Administrator role.

Question 22

You are tasked with automating a process that requires secure, persisted, and accessible data storage across multiple systems. What is the most suitable benefit of UiPath Data Service for this scenario?

Options:

A.

It stores data on local machines with integrated security for each user’s session.

B.

It integrates directly with third-party cloud storage services to manage data externally.

C.

It provides secured, persisted storage in a central location accessible to all UiPath products.

D.

It enables real-time data processing only in attended workflows with no data persistence.

Question 23

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 24

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

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 25

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

Options:

A.

1 minute

B.

5 minutes

C.

10 minutes

D.

15 minutes

Question 26

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 27

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

Options:

A.

Queueltem

B.

Object

C.

Dictionary

Question 28

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 29

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

Options:

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.

Question 30

How are mock files organized in an automation project structure?

Options:

A.

They are stored in a dedicated folder for mock testing configuration.

B.

They are stored in a separate folder called "Mocks".

C.

They are stored in the same folder as the source workflow.

D.

They are stored in a nested structure based on the source workflow's file tree.

Question 31

Which features does the Connector Builder for Integration Service support?

Options:

A.

REST and SOAP APIs with JSON payload, various authentication types including OAuth 2.0 and Personal Access Token, building a connector from a Swagger definition only.

B.

REST APIs with JSON payload. OAuth 2.0 and Basic authentication types, building a connector from a Postman collection only.

C.

REST APIs with JSON payload, various authentication types including OAuth 2.0 and API Key, building a connector from an API definition or from scratch.

D.

REST and SOAP APIs with JSON and XML payloads. OAuth 2.0 authentication only, building a connector from an API definition only.

Question 32

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?

Options:

A.

Password-protected PDF files cannot be processed with this activity.

B.

Range argument accepts complex range values or "All".

C.

OutputFileName argument is optional.

D.

PageCount argument outputs the number of extracted pages.

Question 33

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

Options:

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.

Question 34

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:

Options:

A.

1

B.

2

C.

7

D.

9

Question 35

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

Options:

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.

Question 36

What is the use of job priorities in unattended automations within UiPath Orchestrator?

Options:

A.

To determine machine resource allocation among processes.

B.

To sort and organize tasks within a folder.

C.

To create job dependencies that must be completed before new job execution.

D.

To determine which processes should be executed first when dealing with multiple jobs.

Question 37

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 38

While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?

Options:

A.

Synchronize mock.

B.

Create mock workflow.

C.

Surround activity with mock.

D.

Remove mock activity.

Question 39

In the context of UiPath Orchestrator, what is the primary purpose of the Monitoring feature?

Options:

A.

Handling version control and collaboration among team members.

B.

Real-time tracking of Robots, Machines, Queues, and Jobs.

C.

Facilitating the design and deployment of automation workflows.

D.

Consolidating event logs and records related to executed tasks and runtime anomalies.

Question 40

A user is working on their computer while an automation is running in PiP mode. What can the user do while the process runs?

Options:

A.

Suspend the PiP session and resume it later without affecting the automation.

B.

Open a second PiP window to run a different automation.

C.

Directly interact with the automation running in PiP mode.

D.

Access files and modify documents without interrupting the automation.

Question 41

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

Options:

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.

Question 42

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 43

What method can be used to change the index of an existing column in a datatable?

Options:

A.

Move At

B.

SetOrdinal

C.

SetColumnlndex

D.

Setlndex

Question 44

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?

Options:

A.

Whenever an exception is caught in a Catch block.

B.

Whenever data is fetched from external sources.

C.

Whenever an argument or value is used.

D.

Whenever the robot encounters an error on a Queue Item.

Question 45

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?

Options:

A.

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

B.

Config (“OrchestratorOueueName ).ToString

C.

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

D.

Config (“ProcessABCOueue")ToString

Question 46

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 47

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?

Options:

A.

Postpone

B.

Reference

C.

Itemlnformation

D.

Deadline

Question 48

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

Options:

A.

Version, Application, Screen, Ul Element.

B.

Application, Version, Screen, Ul Element.

C.

Application, Screen, Ul Element, Version.

D.

Screen, Application, Version, Ul Element.

Question 49

How does UiPath Integration Service benefit automation developers?

Options:

A.

By substituting the requirement for API automation with UI automation capabilities, delivering a more manageable and user-friendly approach, allowing users to streamline their processes efficiently and effectively facilitating a more rapid integration process.

B.

By standardizing authorization and authentication, managing API connections, and enabling faster integration into SaaS platforms.

C.

By offering a comprehensive, unified platform dedicated solely to UI automation, enabling seamless integration with third-party applications.

D.

By enabling developers to create custom UI elements for applications without using APIs.

Question 50

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

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

Options:

Question 51

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 52

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

Options:

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

Question 53

A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"?

Options:

A.

Build a script that compares current CPU usage values to a threshold and clears data as needed.

B.

After every transaction, clear the transaction data, close the applications, and re-open the applications.

C.

Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.

D.

All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.

Question 54

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 55

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 56

What are the two types of events supported by Integration Service?

Options:

A.

Local and Remote.

B.

Scheduled and Unscheduled

C.

Generic and Predefined.

D.

Basic and Advanced.

Question 57

What is the purpose of The Relative To feature in Computer Vision activities?

Options:

A.

To compare the size and position of Ul elements in different applications.

B.

To synchronize the timing of multiple Computer Vision activities in the same project.

C.

To configure the target as being relative to an element, either a single point or an area selection in the application.

D.

To create a fixed relationship between Computer Vision actions and Ul element positions.

Question 58

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

Options:

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.

Question 59

Review the following graphics:

If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Options:

A.

Exception

B.

ApplicationNotFoundException

C.

Try

D.

SelectorNotFoundException

Question 60

Where is the TransactionNumber incremented in the REFramework?

Options:

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.

Question 61

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

Options:

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.

Demo: 61 questions
Total 204 questions