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

UiPath UiPath-ADPv1 Dumps

Page: 1 / 14
Total 187 questions

UiPath Automation Developer Professional v1 Exam Questions and Answers

Question 1

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 2

When building an automation for a car rental company as part of a larger project initiative, a developer should follow the high-level steps:

1.log in to the company's desktop application.

2.For each Queue Item:

a.Navigate to the Reservations section from the Requests section.

b.Add the reservation data to the Reservations section.

c.Close the current reservation.

3.Log out and close the company's application.

What step should be mocked from the end-to-end test case in order to retrieve test data?

Options:

A.

SetTransactionStatus

B.

GetTransactionData

C.

Process

D.

InitAIIApplications

Question 3

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?

Options:

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.

Question 4

How do you subtract a specific TimeSpan from "Today" in VB.NET?

Options:

A.

DateTime.SubtractSpanFrom(Today, TimeSpan)

B.

DateTime.Now - TimeSpan

C.

Today.SubtractUsingDate(-TimeSpan)

D.

Today.Subtract(TimeSpan)

Question 5

What is the purpose of credential stores in UiPath Orchestrator?

Options:

A.

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

B.

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

C.

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

D.

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

Question 6

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 7

Which of the following statements correctly illustrates using LINO to process data in a UiPath project?

Options:

A.

Utilizing LINQ to find the total sum of integers in a list by writing listOfintegers.Sum(Function(x) x).

B.

Applying LINO to filter out emails in a list of strings containing multiple email addresses by writing listOfStrings.FilterEmails().ToList()

C.

Employing LINO to convert DataTable to JSON format by writing dataTable.ToJSONf)

D.

Using LINQ to identify the longest string in a list of strings by writing listOfStrings.Max(Function(x) x.Lengthl))

Question 8

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 9

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 10

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

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:

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 11

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 12

When installing UiPath Studio, which of the following actions require administrator privileges?

Options:

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.

Question 13

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Options:

A.

dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")

B.

dtEmployee.Select("[Department]='IT OR [Department]='Finance' OR [Salary] < 30000")

C.

dtEmployee.Select("[Department]='IT' OR [Department]= 'Finance' AND [Salary] < 30000")

D.

dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

Question 14

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 15

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?

Options:

A.

Window Messages only.

B.

Simulate only.

C.

Same as App/Browser and Simulate.

D.

Simulate and Window Messages.

Question 16

In a UlPath State Machine, what Is the primary function or the Trigger section of a State activity?

Options:

A.

To execute the final state actions before terminating the state machine.

B.

To specify the condition or event that initiates a transition from the current state

C.

To define the entry actions when transitioning into a state.

D.

To establish the exit actions when moving out of a state.

Question 17

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 18

In a UiPath development scenario, which type of process design would be the most appropriate for an automation task that executes actions in a straightforward progression without iteration or branching?

Options:

A.

Transactional Process

B.

Iterative Process

C.

Sequential Process

D.

Linear Process

Question 19

Considering that the attached table is stored in a variable called "dt":

Which LINQ query can be used to return the maximum total Quantity?

Options:

A.

dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x("Quantity").ToString))

B.

dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x("Quantity").ToString))("Item")

C.

dt.AsEnumerable. GroupBy(Function(x) x("Item").ToString). Max(Function(x) x.Sum(Function(y) Convert.ToInt32(y("Quantity").ToString)))

D.

dt.AsEnumerable. OrderByDescending(Function(x) Convert.ToInt32(x("Quantity").ToString)). First.Item("Quantity")

Question 20

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?

Options:

A.

DateTime.AddHours(CurrentDate, -12).Hour

B.

CurrentDate.AddHours(-12).Hour

C.

CurrentDate.SubtractHours(12).Hour

D.

DateTime.SubtractHours(CurrentDate, 12).Hour

Question 21

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 22

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 23

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 24

What is the default OCR engine used in CV Screen Scope?

Options:

A.

UiPath Screen OCR

B.

Microsoft OCR

C.

Tesseract OCR

D.

Microsoft Azure Computer Vision OCR

Question 25

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 26

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 27

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?

Options:

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

Question 28

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 29

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 30

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

Options:

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.

Question 31

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

Options:

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

Question 32

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 33

Which of the following activities in UlPath Studio have the Verify Execution property available?

Options:

A.

Click activity

B.

Invoke workflow activity

C.

If activity

D.

Assign activity

Question 34

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 35

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 36

A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.

What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

Options:

A.

BusinessRuleException

B.

NullReferenceException

C.

ApplicationException

D.

SystemException

Question 37

Which of the following is a tag in a selector?

Options:

A.

id='selMonth'

B.

aaname='FirstName'

C.

D.

class-down-chevron set-font'

Question 38

A developer needs to use the REFramework in order to implement a linear process. Which value should be set to "out_Transactionltem" the first time when it enters the Get Transaction Data state?

Options:

A.

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

B.

It should be set to the next queue item in order to be, further on, processed.

C.

It should be set to Nothing because a linear process should not enter the second time in the Get Transaction Data state.

D.

It can be set to a static value and. in order to respect the UiPath best practices, this value should be taken from "Config.xlsx”.

Question 39

While troubleshooting a process developed using the Robotic Enterprise (RE) Framework, you have placed a breakpoint at the "Invoke InitAllSettings" workflow activity.

Given the current state of the Executor, what will occur when you click on the Step Over button?

  • Executor directs to the "If in_OrchestratorQ ... " activity

  • Executor directs to the first InitAllSettings workflow activity

  • Executor directs to the first activity outside "If first run, read local configuration"

Options:

A.

Executor directs to the "First Run" sequence

Question 40

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 41

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

Options:

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.

Question 42

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Options:

A.

Retried

B.

Failed

C.

Abandoned

D.

Postponed

Question 43

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

Options:

A.

If(condition1, valueIfTrue) ElseIf(valueIfFalse)

B.

valueIfTrue If condition1 Else valueIfFalse

C.

If condition1 Then valueIfTrue Elself valueIfFalse

D.

If(condition1, valueIfTrue, valueIfFalse)

Question 44

What is a pre-requisite for running InitAllApplications TestCase?

Options:

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.

Question 45

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

Options:

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

Question 46

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?

Options:

A.

UiPath RPAAutomatlon

B.

Automation

C.

Automation RPAUiPath RPA

D.

UiPath RPA

Question 47

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 48

What are the possible statuses after running any REFramework test case?

Options:

A.

MANUAL or AUTOMATIC.

B.

PASS or FAIL.

C.

EXPECTED or ACTUAL.

D.

SUCCESS or EXCEPTION.

Question 49

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 50

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

Options:

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.

Question 51

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 52

What are the differences between the properties Input mode: Simulate and Input mode: Window Messages on a Type Into activity?

Options:

A.

Input mode: Simulate is the fastest and supports hotkeys.

Input mode: Window Messages is compatible with all applications.

B.

Input mode: Simulate is compatible with all applications.

Input mode: Window Messages runs in the background and auto-empties the field.

C.

Input mode: Simulate runs in the background and auto-empties the field.

Input mode: Window Messages supports hotkeys.

D.

Input mode: Simulate works best with web applications.

Input mode: Window Messages is the fastest and supports hotkeys.

Question 53

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 54

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.

Question 55

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

Options:

A.

Queueltem

B.

Object

C.

Dictionary

Question 56

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

Options:

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%'"

Page: 1 / 14
Total 187 questions