What are the possible statuses after running any REFramework test case?
In the Global Exception Handler, which arguments are provided by default and should not be removed?
When building automation projects, which statement is true regarding Perform Remote Debugging?
At indication time, the Strict Selector has the following functionalities available:
What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?
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 of the following examples accurately demonstrates the correct usage of Al Computer Vision features in a UiPath project?
Given a dataiable "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".
A)
B)
C)
D)
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?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?
Which of the options below is not an action in Test Explorer?
In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?
How do you subtract a specific TimeSpan from "Today" in VB.NET?
What is the role of connections in the UiPath Integration Service?
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?
The following table is stored in a variable called "dt".
Which query can be used to extract the table column names and store them in a list?
How can UlPath Orchestrator help address potential Issues before they become critical problems?
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?
When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?
How are custom log fields used in the REFramework?
When should a developer log a coherent message with the Logging Level set as "Info" while building an automation project?
"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?
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?
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:
The configuration for Add Log Fields and Remove Log Fields activities are shown below:
Add transaction log fields (Success)
The developer runs the process and notices the argument values for the first transaction are:
in_TransactionID = "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?
What actions must be manually selected in the App/Web Recorder before recording a step?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
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?
What role do Triggers play in the UiPath Integration Service?
Given the following conditional breakpoint with count = 0
Conditional breakpoint settings:
How many limes will UiPath be displayed in the Output panel before the process goes into a Paused state in Debug mode?
While troubleshooting a process developed using the Robotic Enterprise (RE) Framework, you have placed a breakpoint at the "Invoke InitAllSettings" workflow activity.
Given the current state of the Executor, what will occur when you click on the Step Over button?
Executor directs to the "If in_OrchestratorQ ... " activity
Executor directs to the first InitAllSettings workflow activity
Executor directs to the first activity outside "If first run, read local configuration"
Which of the following is an accurate example of using LINQ for querying data in a UiPath process?
Review the following graphics:
If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?
Which of the following activities in UlPath Studio have the Verify Execution property available?
Which of the following credentials stores have built in support in Orchestrator?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
Which of the following options is correct about a State Machine layout?
What are the differences between the properties Input mode: Simulate and Input mode: Window Messages on a Type Into activity?
Which of the following examples accurately demonstrates using LINQ to perform data operations in a UiPath process?
What is the purpose of the Invoke Code activity in UiPath?
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.
The following table is stored in a variable called "dt".
What will the value of the qty variable be after executing the Assign activity?
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?
Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
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:
- The Robot is installed on Machine A, which connects through RDP to Machine B.
- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.
Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?
A developer plans to build an automation process using the REFramework with Orchestrator queues. Based on UiPath best practice, what is the recommended sequence of steps to update
the template and create/update Queues and Values?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.
Which of the following statements is true about the existing UiPath Studio installation packages?
Which activity Is specific tor Ul synchronization in UlPath Studio?
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"?
What are the primary functions of the UiPath Integration Service?
What can be verified in the InltAIISettlngsTestCase test case?
What does Application Exception describe?
What are the three main components of UiPath Integration Service?
Which of the following options is correct regarding the below Object Repository tree structure?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?