stop being added to the robot execution logs?

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?A . When an Exception is caught and handled.B . When a Remove Log Fields activity is used to remove them.C . When a Log...

September 30, 2024 No Comments READ MORE +

What actions must be manually selected in the App/Web Recorder before recording a step?

What actions must be manually selected in the App/Web Recorder before recording a step?A . Copy text using the Get Text activity. Hover over an element using the Hover activity. Highlight an element using the Highlight activity.B . Copy text using the Get Text activity. Hover over an element using...

September 30, 2024 No Comments READ MORE +

What are the components that define a state within a State Machine in UiPath Studio?

What are the components that define a state within a State Machine in UiPath Studio?A . Activities, Connectors, and Annotations.B . Input Arguments, Output Arguments, and Variables.C . Sequence, Flowchart, and Transactional Business Process.D . Entry, Exit, and Transition Actions with Trigger Conditions.View AnswerAnswer: D Explanation: A state in a...

September 30, 2024 No Comments READ MORE +

What is printed in the log message after the following Invoke Code is executed?

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? A . 0B . 2C . Object reference not set to...

September 30, 2024 No Comments READ MORE +

Which of the following options is correct regarding the below Object Repository tree structure?

Which of the following options is correct regarding the below Object Repository tree structure? A . One Screen Two Applications Five UI ElementsB . One Application Two UI Elements Five ScreensC . One Library One Application Two Screens Five UI ElementsD . One Application Two Screens Five UI ElementsView AnswerAnswer:...

September 29, 2024 No Comments READ MORE +

Which of the following options is correct about a State Machine layout?

Which of the following options is correct about a State Machine layout?A . Can have multiple initial states and multiple final states.B . Can have only one initial state and only one final state.C . Can have only one initial state and multiple final states.D . Can have multiple initial...

September 29, 2024 No Comments READ MORE +

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?

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 . Delay beforeB . ActivateC . SelectorD . Input ElementView AnswerAnswer: B Explanation: The Activate property of...

September 29, 2024 No Comments READ MORE +

Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?

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

September 29, 2024 No Comments READ MORE +

What is the purpose of the Invoke Code activity in UiPath?

What is the purpose of the Invoke Code activity in UiPath?A . Invokes VB.NET or C# code, optionally passing it a list of input arguments.B . Invokes VB.NET or Java code, optionally passing it a list of input arguments.C . Invokes VB.NET code, optionally passing it a list of input...

September 29, 2024 No Comments READ MORE +

What will happen to "MySequencemock" file when you save the project, assuming that the file is closed?

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?A . Only the...

September 29, 2024 No Comments READ MORE +