To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?
What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?
A developer Intends to incorporate a Flow Switch activity within a Flowchart. What Is a characteristic of this activity?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
"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 command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
How to make sure that all Ul Automation activities used within project workflows reference elements from the Object Repository9
Based on the following exhibit, which output is displayed in the Output panel rt Step Out is clicked on the Debug ribbon tab of UlPath Studio?
Assume we have the Verify Expression with Operator activity from the UiPath. Testing.Activities package with the properties configured as follows:
The activity is used within a Try-Catch activity. The Catch block is set to System.Exception and UiPath.Testing.Exception.TestingActivitiesException as shown in the screenshot below:
During the execution of the sequence shown above, which block from the Try-Catch activity will be entered first, after the Verify Expression with Operator activity is executed?
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?
On 10/04/2023 five Queue Items were added to a queue. What is the appropriate processing sequence for Queue Items based on their properties?
Instructions: Drag the Queue Item found on the "Left" and drop on the correct Process Sequence found on the "Right".
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?
In an RPA Testing project, you created the mock "MySequencemock" for the file "MySequence". You have to update "MySequence" and add a Log Message activity and a
Verify Expression activity.
What will happen to "MySequencemock" file when you save the project, assuming that the file is closed?
The following table is stored in a variable called "dt".
What will the value of the qty variable be after executing the Assign activity?
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 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?
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?
A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?
What is a prerequisite for performing Remote Debugging using an Unattended Robot connection?
Which of the following examples accurately demonstrates using LINQ to perform data operations in a UiPath process?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
You have to create a testcase for an attended RPA process. At some point, the attended process asks the user to input a specific token for the execution to continue, as shown in the screenshot below.
What testing concept (included in UiPath.Testing.Activities) can be used to isolate and replace the input part, without modifying the original workflow?
Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a Sharepoint URL?
When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
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 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?
Which of the following statements is true about the existing UiPath Studio installation packages?
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?
What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?
Which of the following statements accurately describes the primary components of a State Machine in a workflow?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
When developing a new project using REf ramework. logging in to multiple applications Is required. What is the recommended location to accomplish this task?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
Suppose you have the following workflow that verifies if the text value of an element is equal to "Work Items":
The configuration for the Verify Control Attribute and Get Text activities is shown below:
The element and its selector are highlighted in the image below:
Taking into consideration that the page shown above will be present on screen at execution time, what will be the result of the Verify Control Attribute activity?
A developer needs to design a process using the REFramework. but without Orchestrator Queues. Which Is the correct order of actions the developer needs to do in the Get Transaction Data state in this case?
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
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"?
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 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?
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.
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?