Which expression correctly converts the string variable " DateString " with the value " 03/03/2023 16:23:11 " into a Date Time variable?
When would you need to manually add multiple anchors to a UI element while creating a descriptor in UiPath?
What are the expected tasks that should be performed by an Automation Business Analyst ?
A developer has extracted the date " 22-08-2022 " from an invoice and stored it in a variable of type String called " ExtractedDate " . As part of the process, the developer needs to perform a comparison with a different date.
Which expression should be used to convert " ExtractedDate " to a DateTime type?
Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)
While working on a project that utilizes Object Repository, you have one linked UI Element that is used across multiple activities. What needs to happen to edit a selector for only one activity without modifying it in Object Repository?
A developer created a DataTable called DT using the Build Data Table activity as shown in the exhibit.

The DataTable DT contains the following data:

What is the result of the expression:
DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString
What happens to the scope of a variable that is automatically generated from an activity output if you move the activity into a For Each loop?
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 " ?
Which of the following activities can be used to get the state of a button (enabled/disabled)?
How can unattended robots be connected to Orchestrator using client credentials in the Assistant?
Instructions: Drag the Description found on the left and drop it on the correct Step found on the right.

A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities Which recommended type of workflow meets the requirement?
A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format?
A developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable:

But this error is shown:

What is the possible cause of the error?
Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called " dt " ?
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
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?
Which of the following properties can be modified once global constants and variables are created?
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 " ?
What are the steps to publish a project from UiPath Studio?
Instructions: Drag the Description found on the " Left " and drop on the correct Step Sequence found on the " Right " .

What types of authentication are supported by Connector Builder for Integration Service?
Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?
Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?
What is a recommended way to safely store credential information used in a UiPath automation project?
If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
Which of the following statements accurately describes the primary components of a State Machine in a workflow?
From a governance perspective, what is the most suitable way to share a library with your teammates within an organization using UiPath?
What happens when the area selection feature in the UiPath Computer Vision wizard is used?
Which selector should be adjusted according to best practices to ensure reliable and stable automation?
What is the main purpose of using the App/Web Recorder during automation development?
A developer wants to create a process that interacts with a minimized window. However, when the process is executed, the robot is not able to click on a button inside the application.
Which click activity property configuration would cause the automation to run only on foreground windows?
How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?
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?
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 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?
When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in
UiPath Studio ' s ribbon interface?

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?
Which option from the UiPath Studio backstage view prohibits debugging projects with Workflow Analyzer errors?
A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level
for the Log Message contained in the System Exception block?
Where in the REFramework template project is the " SetTransactionStatus.xaml " invoked?
What happens to the generated variable when you manually create an output variable in the output field in UiPath Studio?
What happens when attempting to publish a process with a validation error from UiPath Studio to Orchestrator?
A project contains a Try Catch activity in the " Main.xaml " workflow. In the Catches block, there is a Rethrow activity. The process is started from Orchestrator and an exception is caught in the Try section. What is the expected result?
What is the function of the Immediate Panel in UiPath Studio during the debugging process?
What is the output type returned when using a Get Test Data Queue Item activity?
Which of the following statements accurately describes the function of the If activity in a workflow?
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 " ?
You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime?
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:

What should be done if an anchor is not automatically added when indicating an element and duplicates are found?
In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?
When using the UiPath Strict selector as a targeting method, how does it interact with anchor usage ?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.

Which functionality does the Step Out action provide?
Which command in the UiPath installation folder configures the UiPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
Which type of automation is most suitable for extracting text from an image-based document in UiPath?
Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?
Review the following graphic:

Based on the graphic, what is the output at runtime?
What component of the UiPath Ecosystem allows a user to post questions or answers on RPA topics?
What is the most appropriate way to convert a designed process into a template after completing the project?
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?
Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an .xlsx file?
The " DataTable_Users " variable of the data table type contains the following columns: " First Name " . " Last Name " , " Date of Birth " , and " Username " .
How can the argument " in_UserName " from " BuildUserID.xaml " be mapped to the appropriate values in " Main.xaml " ?

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?
What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?
A developer sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in
UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?
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:
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.

A developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?
A developer is automating the process of entering sensitive information into text input fields that are constantly changing their position. Each text input field has a corresponding text label. The developer decides to
automate the process by using Modern UI Activities with anchors.
Which activities should be used?
Which of the following credentials stores have built in support in Orchestrator?
A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?
A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine?
A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted
input format.
Which method or activity is best suited to validate the format?
In a process, a variable called " Timestamp " of type DateTime is used. The developer wants to print in the Output panel the variable in the format " yyyy-MM-dd hh:mm " .
Which expression should be used to display the value?
Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?
What is the default behavior when publishing files in UiPath Studio regarding the project folder?
Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.
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?
What method can be used to change the index of an existing column in a datatable?
A developer loaded an existing workflow that uses Ul Automation in Google Chrome. The Google Chrome extension has not been installed on the developer ' s machine How should the developer load the Google Chrome extension from UiPath Studio?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

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?

Which activity is best suited for a developer to create a process that finds images on a website and stores them in a local folder, accounting for the need to potentially search for
an image repeatedly due to errors on the website?
When installing UiPath Studio, which of the following actions require administrator privileges?
What activity can be used to get all rows in a DataTable variable with a Quantity value greater than 500 ?
What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?
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.

What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?
A developer is working with a Purchase Order automation process The number of shipment containers and boxes per container are obtained in two strings, " ShipmentContainers " and " BoxesPerContainer " The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes.
Which expression should be used for calculating the total number of boxes?
A developer needs to create an unattended automation process that extracts the information from emails from a centralized mailbox. The developer needs to use the mail
folder, port, server, username, and password values, with no email client accessible on the unattended machine.
Which activity should the developer use to fetch unread emails with the subject " Email for Robot " ?
A developer needs to create an array of folder names from the String variable. FilePath = " C:\\Users\\UiPathRobot\\Documents\\Technologies " . Based on best practice, which method will return an array of only the folder names?
A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice
represented by an 8-alphanumeric system-generated vendor tax ID.
< html app= ' chrome.exe ' title= ' ACME System - Invoice - RO123456 ' / >
< webctrl tag= ' DIV ' aaname= ' RO123456 " class= ' InvoiceNumber ' / >
Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID
defined in a pre-selected existing list?