Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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.

Full Access
Question # 5

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?

A.

Transactional Process

B.

Iterative Process

C.

Sequential Process

D.

Linear Process

Full Access
Question # 6

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

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.

Full Access
Question # 7

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 8

A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment.

Which variable type is best suited for Transactionltem in this scenario?

A.

UiPath.Core.Queueltem

B.

System.Data.DataRow[]

C.

System.Data.DataTable

D.

System.Data.DataRow

Full Access
Question # 9

How would you define a linear process in UiPath?

A.

The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.

B.

The steps of the process are performed multiple times, but each time different data items are used.

C.

The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.

D.

The process steps are performed only once. If the need is to process additional data, then the automation must execute again.

Full Access
Question # 10

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?

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.

Full Access
Question # 11

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

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

A.

Exit

B.

Entry and Transitions

C.

Entry and Exit

D.

Entry

Full Access
Question # 13

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

A.

UiPath Screen OCR

B.

Microsoft OCR

C.

Tesseract OCR

D.

Microsoft Azure Computer Vision OCR

Full Access
Question # 14

When using Profile Execution to analyze performance, what should you keep in mind about the data generated during debugging versus data generated during production runs?

A.

Profiling data is only available during production runs, not debugging sessions.

B.

Profiling data from debugging sessions may differ from production runs.

C.

Profiling data from debugging sessions will always be the same as production runs.

D.

Profiling data is stored only for debugging sessions, not production runs.

Full Access
Question # 15

What does Application Exception describe?

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.

Full Access
Question # 16

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?

A.

Synchronize mock.

B.

Create mock workflow.

C.

Surround activity with mock.

D.

Remove mock activity.

Full Access
Question # 17

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

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

Full Access
Question # 19

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

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

A.

Window Messages only.

B.

Simulate only.

C.

Same as App/Browser and Simulate.

D.

Simulate and Window Messages.

Full Access
Question # 20

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

A.

Sequence

B.

Flowchart

C.

Global Exception Handler

D.

State Machine

Full Access
Question # 21

In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a state?

A.

To manually stop the state machine's execution.

B.

To execute the final actions of the current state before transitioning to the next stage.

C.

To revoke any entry actions performed when entering the current state.

D.

To define the conditions upon which a state transition should occur.

Full Access
Question # 22

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

Which of the following is a tag in a selector?

A.

id='selMonth'

B.

aaname='FirstName'

C.

D.

class-down-chevron set-font'

Full Access
Question # 24

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

A.

Run Selected

B.

Run Failed Test Cases

C.

Run All In View

D.

Run Passed Test Cases

Full Access
Question # 25

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

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

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.

Full Access
Question # 27

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?

A.

Exception

B.

ApplicationNotFoundException

C.

Try

D.

SelectorNotFoundException

Full Access
Question # 28

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

Which one is a feature of UiPath Solutions Management?

A.

Process execution set

B.

Orchestrator bundle

C.

Solution package

D.

Environment-specific configuration file

Full Access
Question # 30

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

A.

Retried

B.

Failed

C.

Abandoned

D.

Postponed

Full Access
Question # 31

A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?

A.

Flowchart

B.

Workflow

C.

State Machine

D.

Global Exception Handler

Full Access
Question # 32

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

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

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.

Full Access
Question # 33

What do the percentages from the Test Explorer panel represent?

A.

Percent of test data run.

B.

Correctness of the code percent.

C.

Coverage percent.

D.

Passing percent.

Full Access
Question # 34

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

A.

Move At

B.

SetOrdinal

C.

SetColumnlndex

D.

Setlndex

Full Access
Question # 35

A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?

A.

System.Collections.Generic.Dictionary

B.

System.Collections.Generic.List

C.

System.Array

D.

System.Data.DataTable

Full Access
Question # 36

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?

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.

Full Access
Question # 37

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

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.

Full Access
Question # 38

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?

A.

Successful

B.

Faulted

C.

Suspended

D.

Stopped

Full Access
Question # 39

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

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

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

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.

How many times will the transaction be retried?

A.

The transaction will not be retried.

B.

The transaction will be retried only one time.

C.

The transaction will be retried 2 times.

D.

The transaction will be retried multiple times, until it will be processed successfully.

Full Access
Question # 43

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

What is the purpose of credential stores in UiPath Orchestrator?

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.

Full Access
Question # 45

Which features does the Connector Builder for Integration Service support?

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.

Full Access
Question # 46

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?

A.

Job Execution Order

B.

Job Queuing Strategy

C.

Jab Dependency Settings

D.

Job Priority Levels

Full Access
Question # 47

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

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

A.

DateTime.SubtractSpanFrom(Today, TimeSpan)

B.

DateTime.Now - TimeSpan

C.

Today.SubtractUsingDate(-TimeSpan)

D.

Today.Subtract(TimeSpan)

Full Access
Question # 49

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

A.

Set Log Message option in the Breakpoint Settings.

B.

Insert a Log Message before each activity with a breakpoint.

C.

Select Log Activities from the Debug panel.

D.

Select Execution Trail from the Debug panel.

Full Access
Question # 50

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

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?

A.

Locals Panel and Watch Panel.

B.

Immediate Panel and Watch Panel.

C.

Watch Panel and Breakpoint Panel.

D.

Locals Panel and Immediate Panel

Full Access
Question # 52

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

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)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 54

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

A.

Click activity

B.

Invoke workflow activity

C.

If activity

D.

Assign activity

Full Access
Question # 55

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

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.

Full Access
Question # 56

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

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?

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.

Full Access
Question # 58

A developer is building an automation which types text into a text file. The Activity Project Settings tor UI Automation Modern activities are set as follows:

The developer has configured the properties of a Type Into activity as follows:

What is the behavior of the Type Into activity when executing the workflow?

A.

The activity will use only properties set in Activity Project Settings.

B.

The activity will remove Multi Line in Run mode and a Single Line in Debug mode.

C.

The activity will remove a Single Line in Run mode and in Debug mode.

D.

The activity will remove a Single Line in Run mode and Multi Line in Debug mode.

Full Access
Question # 59

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

In which scenarios can the Add Attachment option in UiPath.WebAPI.Activities.HttpClient be enabled?

A.

Only when the Authentication protocol is set to OAuth1 or OAuth2.

B.

Only when the Request Method is set to GET or DELETE.

C.

Only when the Request Method is set to HEAD or OPTIONS.

D.

Only when the Request Method is set to POST or PUT.

Full Access
Question # 61

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