What are steps to do that?

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...

October 3, 2024 No Comments READ MORE +

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?A . Property: FilterByMessageIds Schema: "@SQL=""urn:schemas:httpmail:subject'"' like 'UiPath%'"B . Property: Filter Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%'"C . Property: Filter Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"D . Property: FilterByMessageIds Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%'"View...

October 2, 2024 No Comments READ MORE +

What happens if the activity cannot find its target at runtime?

A developer configured the properties for a Click activity as shown below: What happens if the activity cannot find its target at runtime?A . An exception is thrown after 10 milliseconds.B . An exception is thrown after 10 seconds.C . The next activity is executed after 10 seconds.D . The...

October 2, 2024 No Comments READ MORE +

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 command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?A . UiPath.RemoteDebuqqinq.Aqent.exe start -port -password -verboseB . UiPath-RemoteDebuqqinq.Aqent.exe enable -port -password -verboseC . UiPath.RemoteDebuqqinq.Aqent.exe enable -port -username -password -verboseD . dotnet ./UiPath.RemoteDebuqqinq.Aqent.dll enable -port -password -verboseView AnswerAnswer: B...

October 1, 2024 No Comments READ MORE +

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?

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?A . Initialization -> Get Transaction Data -> Process Transaction -> End ProcessB ....

October 1, 2024 No Comments READ MORE +

Where is the TransactionNumber incremented in the REFramework?

Where is the TransactionNumber incremented in the REFramework?A . Only in the RetryCurrentTransaction.xaml workflow.B . Only in the SetTransactionStatus.xaml workflow.C . In the New Transaction transition.D . In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.View AnswerAnswer: B Explanation: The TransactionNumber is incremented only in the SetTransactionStatus.xaml workflow, which is...

October 1, 2024 No Comments READ MORE +

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?A . If(condition1, valueIfTrue) ElseIf(valueIfFalse)B . valueIfTrue If condition1 Else valueIfFalseC . If condition1 Then valueIfTrue Elself valueIfFalseD . If(condition1, valueIfTrue, valueIfFalse)View AnswerAnswer: D Explanation: The correct syntax for using the Vb.Net If operator is If(condition1, valueIfTrue,...

September 30, 2024 No Comments READ MORE +

Where is the TransactionNumber incremented in the REFramework?

Where is the TransactionNumber incremented in the REFramework?A . Only in the RetryCurrentTransaction.xaml workflow.B . Only in the SetTransactionStatus.xaml workflow.C . In the New Transaction transition.D . In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.View AnswerAnswer: B Explanation: The TransactionNumber is incremented only in the SetTransactionStatus.xaml workflow, which is...

September 30, 2024 No Comments READ MORE +

What is the behavior of the Type Into activity when executing the workflow?

A developer is building an automation which types text into a text file. The Activity Project Settings tor UI Automation Modern activities are set as follows: The developer has configured the properties of a Type Into activity as follows: What is the behavior of the Type Into activity when executing...

September 30, 2024 No Comments READ MORE +

What is the default URL of the OCR server that runs the Computer Vision service?

What is the default URL of the OCR server that runs the Computer Vision service?A . https://server.uipath.com/B . https://computervision.uipath.com/C . https://cvserver.uipath.com/D . https://cv.uipath.com/View AnswerAnswer: D Explanation: The default URL of the OCR server that runs the Computer Vision service is https://cv.uipath.com/. The Computer Vision service is a cloud-based service that...

September 30, 2024 No Comments READ MORE +