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

Exact2Pass Menu

Question # 4

What are the steps to start building a custom connector using the Connector Builder for Integration Service?

A.

Open UiPath Studio, create a new process, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

B.

Open Automation Cloud, go to Integration Service, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

C.

Open Automation Cloud, go to Orchestrator, on the Connections tab, select Add a new Connection, choose to start from an API definition or from a blank connector.

D.

Open Automation Cloud, go to Orchestrator, on the Connectors tab, select Add a new Connector, choose to start from an API definition or choose OAuth 2.0 authentication method.

Full Access
Question # 5

Which output method should be used to extract hidden text from a PDF file?

A.

Native only.

B.

FullText only.

C.

FullText and Native.

D.

OCR.

Full Access
Question # 6

Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?

A.

Manage Assets and Storage Buckets for a specific folder.

B.

Manage tenant-level entities, licenses, and settings.

C.

Access Test Sets, Test Cases, and Test Executions tabs for specific folders.

D.

Assign Folder roles and Mixed roles from the Folders page or from the folder’s Settings page.

Full Access
Question # 7

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

Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?

A.

Colors will contain an item with the value "Colors: Yellow".

B.

Colors will contain an item with an empty value.

C.

Colors will contain an item with the value "Yellow".

D.

An exception will be thrown.

Full Access
Question # 8

A developer uses a Type Into activity to interact with a UI element. If the Timeout property is not changed in activity properties or Activity Project Settings, how long will a robot attempt to find a UI element?

A.

10 seconds

B.

30 seconds

C.

60 seconds

D.

Indefinitely

Full Access
Question # 9

A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?

A.

Data Type Int32

Value: 2

B.

Data Type- Int32

Value: 3

C.

Data Type: String

Value. 2

D.

Data Type. String:

Value 3

Full Access
Question # 10

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 API provider.

B.

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

C.

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

D.

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

Full Access
Question # 11

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

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.

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

D.

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

Full Access
Question # 12

When using Invoke Workflow File, in the import arguments panel, what types of expressions can be used in the value column?

A.

In arguments can be given Hard-coded values or variables. In/out and out arguments can only be given variables.

B.

In arguments can only be given Hard-coded values. In/out and out arguments can only be given variables.

C.

In/out and out arguments can be given Hard-coded values or variables. In arguments can only be given variables.

D.

Only variables can be configured for all types of arguments.

Full Access
Question # 13

In the UiPath Implementation Methodology, which phase involves building the SDD (Solution Design Document)?

A.

Solution Design phase

B.

User Acceptance Testing phase

C.

Kick-off phase

D.

Process Design phase

Full Access
Question # 14

Review the following exhibit.

Based on the exhibit, which output is produced in the Output panel?

A.

Hello

B.

Good Morning UiPath

C.

Good Morning

D.

UiPath

Full Access
Question # 15

Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?

A.

WaitTime

B.

RetryInterval

C.

Timeout

D.

Delay

Full Access
Question # 16

What represents a sequence that contains an activity with a partial selector?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 17

What happens when you select Cloud Project > Save to Cloud for a project in Studio Desktop that has changes in Studio Web?

A.

An error message is displayed and the save operation fails.

B.

Changes in Studio Web are automatically replaced by desktop changes.

C.

The changes in both Studio Desktop and Studio Web will be merged.

D.

You must first confirm that you want to overwrite the remote changes.

Full Access
Question # 18

In order to make the selector specifically target the "First Name" text field during runtime, the developer needs to select one additional Property checkbox from the

Unselected Items column in the UI Explorer.

Which is the additional Property checkbox in the following UI Explorer "Unselected Items" column that should be used for the First Name text field.

A.

tag

B.

id

C.

isleaf

D.

name

Full Access
Question # 19

During a code review, a developer discovered that the variable names did not follow best practices in an automation project. What happens when the developer updates the names of the variables in the Variables panel?

A.

Only String variable names are automatically updated in the activities in the current file

B.

Variable names are updated in the panel but must be manually updated in all Ul Automation activities that use them

C.

All variable names are automatically updated in the activities in the current file

D.

Variable names are updated in the panel but must be manually updated in all Image activities that use them

Full Access
Question # 20

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

A.

Studio and the remote robot must be connected to the same Orchestrator tenant.

B.

The same user must be signed in Studio and the remote robot.

C.

Studio, the remote robot, and Orchestrator are running version 2021.10 or later.

D.

TCP/IP connectivity exists between the Studio machine and the remote machine.

Full Access
Question # 21

Which Control Flow activity is suitable for a developer who needs to assess the value of a counter before executing the loop's body in a workflow?

A.

Do While

B.

Switch

C.

)While

D.

If

Full Access
Question # 22

To read only the first page of a .pdf file using the Read PDF Text activity, what value should be entered into the Range property?

A.

"1"

B.

“”

C.

1

D.

(0)

Full Access
Question # 23

A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below.

Based on best practices, which selector attribute is unreliable?

A.

tag

B.

class

C.

title

D.

innertext

Full Access
Question # 24

Your team wants to build a cross-platform automation that runs on different systems, including Windows, Mac, and Linux. How does Studio Web support this requirement?

A.

Studio Web automations are cloud-based but must be run exclusively on Windows robots.

B.

Studio Web only supports automation on Linux and Mac systems, but not on Windows systems.

C.

Studio Web automations run on serverless robots that are provisioned for you and can run on Windows, Mac, or Linux robots.

D.

Studio Web automations require a specific Windows robot to be installed on each operating system before running on different platforms.

Full Access
Question # 25

A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:

Convert.ToBoolean(IntVar)

If IntVar = 1, what is displayed in the Output panel after execution?

A.

The value False is displayed.

B.

The value True is displayed.

C.

A System.ArgumentNullException is displayed.

D.

A System.InvalidCastException is displayed.

Full Access
Question # 26

In a project involving an Orchestrator queue, a developer needs to extract the two values from the ItemInformation fields of each QueueItem object. How can those fields be extracted from the variable?

A.

Use the SpecificContent property and supply the name of the field as the Key.

B.

Assign output variables for each field in the Add Queue Item activity.

C.

Use a Get Transaction Item activity for each ItemInformation field.

D.

Use a Get Asset activity for each ItemInformation field.

Full Access
Question # 27

In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?

A.

When initiating the first state of a state machine.

B.

When marking the successful completion or termination of a state machine's execution.

C.

When a particular state contains complex conditional logic.

D.

When an intermediary state has multiple possible transitions.

Full Access
Question # 28

What is a valid way to install a custom activity package in UiPath Studio?

A.

Double-click on the activity in the "Activities" panel of UiPath Studio.

B.

Search for the package in the UiPath Marketplace and then manually install it.

C.

Download the package from an external source and drag it into UiPath Studio.

D.

Go to Package Manager, click on "All Packages," search for the package, and click "Install".

Full Access
Question # 29

A developer is using a Type into activity to enter details into a web form The developer notices that the selector for the text field is unreliable. The selector that is shown in the exhibit currently targets both a text label and a text field at runtime Only one additional Property needs to be clicked to ensure the selector targets only the First Name text field at runtime.

Instructions: Click the additional Property checkbox in the following Ul Explorer "Unselected Items" column that should be used for the First Name text field.

Full Access
Question # 30

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty

When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

A.

Only the default value of String.Empty will be used, overriding any values provided in Orchestrator

B.

An Input Dialog box will prompt the user to input a value and that value will be used

C.

Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used

D.

A runtime error will occur as arguments are not allowed in the Main xaml file

Full Access
Question # 31

What are the primary functions of the UiPath Integration Service?

A.

Automates Ul design, manages API connections, provides limited activities and events, simplifies automation design.

B.

Enables automation with API integration, manages connections with user-provided authentication, kicks off automations based on application-specific triggers, simplifies automation design with the help of third-party libraries.

C.

Enables automation with a library of connectors, manages connections easily with standardized authentication, kicks off automations with server-side triggers or events, provides curated activities and events, simplifies automation design.

D.

Enables automation with UI components, manages API keys, kicks off automations with client-side triggers, provides curated events.

Full Access
Question # 32

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 Parameters property is as follows:

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

A.

Invoke Method activity will throw an error.

B.

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

C.

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

D.

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

Full Access
Question # 33

What is the main difference between an array and a list in UiPath?

A.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of the same type,

B.

An array is a dynamic-sized collection of elements of the same type while a list is a fixed-size collection of elements of the same type.

C.

An array is a fixed-size collection of elements of different types while a list is a dynamic-sized collection of elements of the same type.

D.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of different types.

Full Access
Question # 34

You are invoking a workflow file called "SecondaryWorkflow.xaml" from "PrimaryWorkflow.xamr. The following shows the Import Arguments panel of the Invoke Workflow File activity:

In addition, the following reflects the Arguments panel in ''SecondaryWorkflow.xaml":

You use a Log Message activity in “SecondaryWorkflow.xamr to print the value of the argument “in_Message". What is the expected result of executing "PrimaryWorkflow.xaml"?

A.

Log message "This is the second file".

B.

Log message "Invoked from the first file".

C.

A System.ArgumentException is thrown at the Invoke Workflow File activity.

D.

The Log Message activity displays an empty string.

Full Access
Question # 35

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

A.

The flow will throw an exception in InitAllSettings workflow.

B.

The flow will use the value from the Settings sheets since the asset is missing.

C.

An empty string will be saved for the "OrchestratorQueueName" key in the config dictionary.

D.

The "OrchestratorQueueName" key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.

Full Access
Question # 36

A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?

A.

FullText and Native

B.

Native only

C.

OCR

D.

FullText only

Full Access
Question # 37

What is a pre-requisite for running InitAllApplications TestCase?

A.

Invoke CloseAllApplications XAML file in Given.

B.

Invoke KillAllProcesses XAML file in Given.

C.

Invoke InitAllSettings XAML file in Given.

D.

Invoke SetTransactionStatus XAML file in Given.

Full Access
Question # 38

What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10? Instructions:

Drag the Description found on the left and drop on the correct Step found on the right.

Full Access
Question # 39

Which of the following is the correct method to manage assets for a specific folder in UiPath Orchestrator?

A.

Open the folder's contextual menu by clicking the three-dot icon, then select "Link Resources" and choose "Asset".

B.

Select "Tenant" from the sidebar menu, then click the "Assets" tab.

C.

Navigate to "Tenant" > "Folders", choose the desired folder, and click the "Manage Access" tab.

D.

Select the folder from the sidebar menu, then click the "Assets" tab.

Full Access
Question # 40

What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?

A.

The execution pauses for 5 seconds when it encounters the breakpoint.

B.

The execution ignores the breakpoint.

C.

The execution pauses until the user clicks the Continue button.

D.

The execution throws an exception.

Full Access
Question # 41

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

A.

Dictionary

B.

Dictionary

C.

Object

D.

Queueltem

Full Access
Question # 42

Considering that the attached table is stored in a variable called “dt”.

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

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 43

Which selector should be adjusted according to best practices to ensure reliable and stable automation?

A.

B.

C.

Full Access
Question # 44

A user reported unexpected behavior from a process that is in Production. After reviewing the process, a developer noticed that one of the Queue Items that was processed has a status of "Abandoned" in UiPath Orchestrator.

When is a Queue Item moved to an "Abandoned" status in UiPath Orchestrator?

A.

When the item has been manually selected from the Transactions page and marked as "Deleted"

B.

When the item was "In Progress" but the transaction status was never set to "Successful" or "Failed"

C.

When the item did not meet a business or application requirement within the project.

D.

When the item was processed with the Get Transaction Item activity

Full Access
Question # 45

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:

A.

Table A is not included in the System Clone > Exclude Tables list

B.

Table A is active and extends the Task table

C.

Table A has an automatic number counter for new records and table property Includes _data is set to True.

D.

Table A's records are added to the application record using the Create Application Files feature.

Full Access
Question # 46

What role does the automation developer play in understanding business processes?

A.

Undertaking smaller projects independently.

B.

Collaborating with automation business analysts on technical skills.

C.

Creating complex written documents for procedures.

D.

Quickly understanding inputs, outputs, and decision points.

Full Access
Question # 47

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice

needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address.

How should the developer store the invoice data in Orchestrator?

A.

Upload individual invoice data as Specific Data in Queue Items and Create an asset for the finance team email address.

B.

Create an asset for each piece of invoice data as well as for the finance team email address.

C.

Upload individual invoice data and the finance team email address as Specific Data in Queue Items.

D.

Upload the finance team email address as Specific Data in Queue Items and Create an asset for each individual invoice data field.

Full Access
Question # 48

In what situations is it appropriate to use a static selector instead of a dynamic selector?

A.

When the automation requires high flexibility.

B.

When the automation process requires better performance.

C.

When the target element's properties change frequently.

D.

When the target element's attributes remain constant and do not change during runtime.

Full Access
Question # 49

A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.

Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.

Full Access
Question # 50

Given the following list of arguments:

And the following code:

What is the value that will be displayed in the Output Panel at the end of the sequence below:

A.

1

B.

2

C.

7

D.

9

Full Access
Question # 51

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

Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

A.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential.

B.

Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator.

C.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets except those of type Credential.

Full Access
Question # 52

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

A.

One Screen

Two Applications

Five UI Elements

B.

One Application

Two UI Elements

Five Screens

C.

One Library

One Application

Two Screens

Five UI Elements

D.

One Application

Two Screens

Five UI Elements

Full Access
Question # 53

What role do Triggers play in the UiPath Integration Service?

A.

Manage connections between UiPath Studio and third-party applications.

B.

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

C.

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

D.

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

Full Access
Question # 54

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

A.

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

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 machine resource allocation among processes.

Full Access
Question # 55

In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?

A.

Triggers

B.

Entry

C.

Exit

D.

Transitions

Full Access
Question # 56

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?

A.

In case of an exception, a System Exception will be caught by default.

B.

Due to a validation error, the workflow will not execute.

C.

Process execution will terminate only if the sequence throws an exception.

D.

The sequence will result in a runtime error.

Full Access
Question # 57

A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?

A.

Private

B.

Visible

C.

Save changes

D.

Read-only

Full Access
Question # 58

A developer created a data table called "DT" using the Build Data Table activity as shown in the exhibit.

What is the result of the expression, "DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString"?

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Full Access
Question # 59

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.

Waits 10 seconds before clicking on the element.

D.

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

Full Access
Question # 60

A developer stores value "25.11" in a String variable called "InvoiceTotal". Which expression should be used to convert "InvoiceTotal" to a numeric format with the decimals

included?

A.

String.ToNumeric(Invoice Total)

B.

Clnt(Invoice Total)

C.

Invoice Total.IsNumeric

D.

Double.Parse(InvoiceTotal)

Full Access
Question # 61

A developer has designed an automation workflow which comprises:

Based on the information shown in the exhibits, what is the output of the Write Line activity in the "Main.xaml" file?

A.

Pieces, Strawberries, Oranges

B.

Oranges

C.

, Oranges

D.

Pieces, Strawberries

Full Access
Question # 62

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?

A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the "Home" tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the "Jobs" tab in UiPath Assistant.

Full Access
Question # 63

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

A.

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.

B.

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

C.

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

D.

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

Full Access
Question # 64

How many Global Exception Handlers can be established per automation project, according to best practices?

A.

A single one for the entire project.

B.

There is no limit.

C.

One for each workflow in the project.

D.

One for each activity in the project.

Full Access
Question # 65

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?

A.

Postpone

B.

ItemInformation

C.

Reference

D.

Deadline

Full Access
Question # 66

What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?

A.

Upload File

B.

Move File/Folder

C.

Get File/Folder

D.

Share File/Folder

Full Access
Question # 67

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

A.

Can have multiple initial states and multiple final states.

B.

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

C.

Can have only one initial state and multiple final states.

D.

Can have multiple initial states and only one final state.

Full Access
Question # 68

Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called

"UserData", to be utilized later within another workflow in the process.

Considering best practices, which data structure and assignment should be used?

A.

UserData is of type List

UserData = New List(Of Object) ({ FirstName, LastName, City })

B.

UserData is of type Object[]

UserData = {FirstName, LastName, City}

C.

UserData is of type List

UserData = New List(Of String) ({ FirstName, LastName, City })

D.

UserData is of type String[]

UserData = {FirstName, LastName, City}

Full Access
Question # 69

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

A.

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

B.

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

C.

Activating a real-time view of the target app's UI during automation.

D.

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

Full Access
Question # 70

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

Full Access
Question # 71

A developer created a datatable, dt_Users as shown in the following exhibit.

After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List variable Users_List. To achieve this, the developer plans to use an Add To Collection activity inside a For Each Row activity.

How should the Item property of the Add To Collection activity be configured?

A.

CurrentRow(0)ToStnng

B.

CurrentRow(1) ToString

C.

dtJJsers(O) ToString

D.

dt_Users(1) ToString

Full Access
Question # 72

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

A.

Setlndex

B.

MoveAt

C.

SetColumnIndex

D.

SetOrdinal

Full Access
Question # 73

A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

Full Access
Question # 74

Which of the following is a characteristic of source control in UiPath Studio?

A.

Connects the files in a single Studio project to different GIT remote repositories.

B.

Shows the history for all versions of a file in a Studio project.

C.

Analizes each file in a Studio project before publishing a package.

D.

Connects a single Studio project to multiple GIT remote repositories at the same time.

Full Access
Question # 75

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

A.

UiPath.Database.Activities and UiPath.Form.Activities.

B.

UiPath.Python.Activities and UiPath.Word.Activities.

C.

UiPath.System.Activities, UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.UIAutomation.Activities and UiPath. Testing.Activities.

D.

UiPath.PDF.Activities and UiPath. Terminal.Activities.

Full Access
Question # 76

A developer created a workflow as shown in the following exhibit:

Which exception will be thrown when the workflow is executed?

A.

ArgumentException

B.

InvalidOperationException

C.

BusinessRuleException

D.

NullReferenceException

Full Access
Question # 77

Which option best describes a process that is considered SEMI-AUTOMATION?

A.

Processes where change is frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required.

B.

Processes that are digital and involve a highly static system and process environment, so that they can be easily broken into instructions and simple triggers can be defined.

C.

Processes that are rather digital and can be automated, but use some technologies that are complex (such as OCR) or require advanced programming skills.

D.

Processes that can be broken down into steps that can be clearly automated, and steps that need to stay manual (such as validations or usage of physical security tokens).

Full Access
Question # 78

Which variable field is optional when creating a variable, in UiPath Studio?

A.

Default

B.

Variable type

C.

Name

D.

Scope

Full Access
Question # 79

A developer has declared a variable of type String named StrVar and assigned it the value "UIPATH STUDIO". What is the output of the expression, StrVar.lndexOf("U")?

A.

0

B.

1

C.

9

D.

10

Full Access
Question # 80

What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?

A.

Project dependencies are updated to the highest available version.

B.

Project dependencies are completely removed.

C.

Project dependencies remain unchanged.

D.

Project dependencies are marked as unresolved.

Full Access
Question # 81

What are the expected tasks that should be performed by an Automation Business Analyst?

A.

Design the architecture of the automation solution.

B.

Analyze the needs and propose solutions.

C.

Test the final solution.

D.

Define the overall solution of an automation project.

Full Access
Question # 82

What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?

A.

"Exception occurred at " + exception.StackTrace

B.

"Application Exception at " + exception.Source

C.

exception Message + " at" + exception.Source

D.

"Exception occurred at " + exception.Source

Full Access
Question # 83

What is the main advantage of using the "Indicate in Excel" functionality when working with Excel activities?

A.

It automatically imports Excel's built-in functions into Studio for use in various activities.

B.

It allows users to directly input data into cells of the targeted Excel worksheet.

C.

It enables users to visually select cells, ranges, or tables in the Excel file to be used as data sources.

D.

It generates a list of suggestions for optimizing and enhancing the performance of Excel-related automations.

Full Access
Question # 84

A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.

Which container activity should the developer use to search for an image multiple times'?

A.

Attach Browser

B.

On Image Appear

C.

On Element Appear

D.

Retry Scope

Full Access
Question # 85

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

C.

System. Data. DataTable

D.

System.Collections.Generic.List

Full Access
Question # 86

Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?

A.

DateTime.ParseExact(DateString, "dd/MM/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

B.

Date Time.ParseExact(DateString, "MM/dd/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

C.

DateTime.ParseExact(DateString, "mm/dd/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

D.

DateTime.ParseExact(DateString, "dd/MM/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

Full Access
Question # 87

What is the purpose of Breakpoints when debugging a project in UiPath Studio?

A.

To purposely pause the debugging process on an activity which may trigger execution issues.

B.

To automatically restart the debugging process when an error is encountered.

C.

To measure the execution time of each activity in the workflow.

D.

To export debugging results in different formats.

Full Access
Question # 88

What is the purpose of credential stores in UiPath Orchestrator?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 89

Which activity enables a developer to run three sequences asynchronously in the process they are developing?

A.

Parallel

B.

Switch

C.

For Each

D.

Flow Switch

Full Access
Question # 90

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?

A.

Works only with xls files and Excel does not need to be installed

B.

Works with xlsx files and Excel does not need to be installed

C.

Works only with xlsm files and Excel must be installed

D.

Works with xls and xlsm files and Excel must be installed

Full Access
Question # 91

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

A.

If(condition1, valuelfTrue, valuelfFalse)

B.

If(condition1, valuelfTrue) Elself(valuelfFalse)

C.

If condition1 Then valuelfTrue Elself valuelfFalse

D.

valuelfTrue If condition1 Else valuelfFalse

Full Access
Question # 92

A developer is working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution?

A.

Click before typing

B.

Empty field

C.

Simulate

D.

Window Messages

Full Access
Question # 93

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?

Full Access
Question # 94

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?

A.

OutputFileName argument is optional.

B.

Range argument accepts complex range values or "All".

C.

PageCount argument outputs the number of extracted pages.

D.

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

Full Access
Question # 95

In the Output property of all Get Mail activities, what is the supported variable type?

A.

String

B.

List

C.

MailMessage

D.

List

Full Access
Question # 96

How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?

A.

By going to Home - Settings - Design - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.

B.

By going to Home - Tools - Design - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.

C.

By going to Home - Settings - License and profile - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.

D.

By going to Home - Settings - Locations - Change profile and clicking on the UiPath StudioX profile, then clicking "Yes" when prompted to restart the application.

Full Access
Question # 97

When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this?

A.

Delay before

B.

Activate

C.

Selector

D.

Input Element

Full Access
Question # 98

What is the best method for passing data across activities within workflows?

A.

Arguments

B.

Variables

C.

Namespaces

D.

Properties

Full Access
Question # 99

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

A.

Debugging execution stops gracefully, then the connection is closed.

B.

The remote robot continues the execution after Studio closes the connection.

C.

It is not possible to close the connection while debugging is in progress.

D.

Debugging execution ends in exception, then the connection is closed.

Full Access
Question # 100

What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Full Access