3 Months Free Update
3 Months Free Update
3 Months Free Update
In which phase of the Implementation Methodology is the Process Definition Document (PDD) created?
Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?
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?
In the Catches section of the Try Catch activity a developer selected ArgumentException in the exception handler.
What happens when the activity encounters a NullReferenceException?
During the unattended robot setup for a self-hosted machine, what must be available in order to assign a new machine template?
A developer has defined the StrVar variable of type String Which expression should the developer use to return four characters starting with the second character?
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?
When would you need to manually add multiple anchors to a UI element while creating a descriptor in UiPath?
A developer created three variables used in the workflow shown below:
Instructions: Based on best practices, select the correct Scope for each Variable type from the drop-down lists shown in the following exhibit.
A developer invoked a workflow file with three arguments, one "ln": one "Out", and one "In/Out". In the Invoked Workflow's Arguments window, how can the Value be configured for each argument?
In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?
Which of the following workflow names is correct, based on best practices?
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
What is the difference between the UiPath Studio and UiPath StudioX development profiles?
What should be done if an anchor is not automatically added when indicating an element and duplicates are found?
A developer utilized the Add Data Row activity to insert a row into a DataTable called "dtReports". However, during runtime, UiPath Studio encounters an exception:
"Add Data Row: Object reference not set to an instance of an object."
The reason is that the DataTable has not been initialized.
To rectify this issue, what should the developer include in an Assign activity before the Add Data Row activity?
Which activity can be used to transition a Background Process to Foreground?
Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
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?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
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?
When is the Anchor Base activity used to automate interaction with an application?
In the UiPath Implementation Methodology, which phase involves building the SDD (Solution Design Document)?
A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items per container are extracted in two strings:
"ShippedContainers"
"ItemsPerContainer"
The robot must calculate the total number of items in all shipped containers as an Integer.
Which expression is suitable for calculating the total number of boxes?
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?
What happens after executing the given sequence if the Work Items button appears on the screen after 8 seconds and the Retry Scope activity has the properties as shown in the picture?
Which of the following is the correct method to manage assets for a specific folder in UiPath Orchestrator?
Which of the following statements accurately describes the primary components of a State Machine in a workflow?
What activity can be used to get all rows in a DataTable variable with a Quantity value greater than 500?
Which LINQ method is used to filter data in a List or Data Table based on a condition?
How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?
What happens when attempting to publish a process with a validation error from UiPath Studio to Orchestrator?
Which activity is used to archive a set of files and send them as an attachment in an email?
Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?
Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?
Which of the following activities can be used to get the state of a button (enabled/disabled)?
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 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")?
Where can you find a list of all activities that support Windows compatibility?
A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message
Which property should the developer configure to be able to click the element?
A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator.
Each morning, new invoices are added to a shared folder. Each invoice needs to be processed separately as a single unit of work. After processing, the system output ID must be emailed to the finance team.
How should the developer store the invoice data in Orchestrator?
What types of authentication are supported by Connector Builder for Integration Service?
To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
While working on a project that utilizes Object Repository, you have one linked Ul 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?
Which activity should be used to add data in a Microsoft Excel spreadsheet without overwriting any existing information?
Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?
During which stage does an automation developer have the greatest contribution and responsibility?
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 finished creating an automation project in UiPath Studio 2021 10 What is the recommended sequence of steps that should be performed to publish the package to Orchestrator 2021.10?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right
What is the default URL of the OCR server that runs the Computer Vision service?
A developer needs to store a collection of unique email addresses while ensuring fast lookups. Which data structure is best suited for this task in UiPath?
A developer has created an automation process that includes:
Based on the information shown in the exhibits, what is the output of the Write Line activity in the Main xaml file?
Which activity enables a developer to run three sequences asynchronously in the process they are developing?
Which of the following options is correct regarding the below Object Repository tree structure?
Where can you find a list of all the activities that support the Windows compatibility?
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:
Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:
What are steps to do that?
Which server-side API debug log method is available for scoped applications?
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 developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".
What is printed in the log message after the following Invoke Code is executed?
What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?
Which option best describes a process that is considered ZERO-TOUCH AUTOMATION?
How do you correctly create an array of strings containing the folder names from the variable FullFilePath = "C:\Users\UiPathRobot\Documents\Technologies"?
How can a user change the profile from UiPath Studio to UiPath StudioX from the backstage view?
In a UiPath Studio project, what is the broadest scope a variable can have?
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?
What happens to the generated variable when you manually create an output variable in the output field in UiPath Studio?
How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?
What are the expected tasks that should be performed by an Automation Business Analyst?
A developer wants to invoke a workflow in Main xaml called ProcessPurchaseOrders.xamI. Data needs to be passed to and from the invoked workflow What is the correct sequence of steps the developer needs to perform?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right
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?
Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?
Given the following workflow image:
After the Step Out is clicked on the Debug ribbon tab of UiPath Studio, what will be displayed on the Output panel?
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?
Consider the following code involving a Try Catch:
What will be the output after running the code?
What is the function of the Immediate Panel in UiPath Studio during the debugging process?
In a process, a variable called 'Timestamp' of type DateTime is used. The developer wants to print the variable in the format "yyyy-MM-dd hh:mm".
Which expression should be used?
Based on best practice, which set of features are used before debugging a workflow in UiPath Studio?
During the debugging process, a developer paused the execution. To alter the characteristics of the ongoing flow and change the values of variables within the existing scope.
which panel of the UiPath interface is recommended to be accessed?
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?
When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?
What is the best method for passing data across activities within workflows?
What are the steps to start building a custom connector using the Connector Builder for Integration Service?
When choosing a process for automation, what factor contributes to its increased complexity?
A developer is working on a project that uses Git for source control. A fellow team member seeks to compare two versions of a specific workflow within the project. Which option in UiPath Studio offers this functionality?
A developer wants to retrieve the value of a column from a DataRow object. Which activity can be used?
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
Consider the following Try Catch statement:
What will happen when the code is executed?
What activity should be used to iterate through a number of Outlook emails?
A developer used a dictionary to store employee ID numbers as the key with associated employee surnames as the value What is the benefit of using a dictionary?
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 developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?
While creating a process automation pipeline, what process attribute should be avoided to ensure there are minimal or no automation maintenance requirements?
What is the most appropriate way to convert a designed process into a template after completing the project?