Loading questions...
Updated
When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?
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?
Review the following graphics:
Review the following graphics:
A developer is using the REFramework template to automate a process. In “SetTransactionStatus” file, there is the following sequence of activities, where the last Log Message activity was added by the developer:
Given a database “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”.
Considering that the attached data table is stored in a variable called “dt”:
Which of the following statements correctly illustrates using LINQ to process data in a UiPath project?
Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:
How can a process be converted from a foreground process to a background process?
What is the correct execution order of the State activity sections?
Instructions: Drag the Description found on the “Left” and drop on the correct Execution Order found on the “Right”.
What are the two types of elements that can be included in an Object Repository?
What is the role of server-side event triggers in UiPath Integration Service?
A developer designed a process in the REFramework using Orchestrator queues. In which state(s) will be the status updated for each Transaction Item in the queue?
A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:
How are mock files organized in an automation project structure?
When should a developer log a coherent message with the Logging Level set as “Info” while building an automation project?
The “arrayOfPointsGainedByParticipant” Object array is created and initialized with the following values: {“7”, “4”, “1”}. Which is the value and data type returned, at runtime, by arrayOfPointsGainedByParticipant(1)?
In UiPath 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 to variables prior to resuming the process?
A developer intends to incorporate a Flow Switch activity within a Flowchart. What is a characteristic of this activity?
“Process A” is scheduled to run at 2:00 PM using a time trigger with the Schedule ending of job execution feature configured to stop the job after 20 minutes. Assuming that the robots are busy and “Process A” is queued until 2:05 PM, at what time will “Process A” be stopped?
Which part of a test case that is using BDD (Behavioral-Driven Development) template structure supports the Surround with mock feature?
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 if the target UI element is deactivated or read-only?
What are the primary functions of the UiPath Integration Service?
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?
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?
If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?
The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)
Remove transaction log fields (Success)
The developer runs the process and notices the argument values for the first transaction are:
in_TransacationID = “07/18/2023 10:27:29”
io_TransactionNumber = 1
in_TransactionField1 = “UI235-80”
in_TransactionField2 = “Update Request”
Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?
Which of the following expressions will throw an exception during execution?
A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?