In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?

In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?A . Process workflow B. GetTransactionData workflow C. SetTransactionStatus workflowView AnswerAnswer: C

October 12, 2022 No Comments READ MORE +

What is the output of the Write Line activity?

You have two variables, varA and varB, as shown in the following exhibit: What is the output of the Write Line activity?A . 246246 B. 123123246 C. 246123123 D. 123123123123View AnswerAnswer: D

October 12, 2022 No Comments READ MORE +

What is the output of the Write Line activity?

You have two variables, varA and varB, as shown in the following exhibit: What is the output of the Write Line activity?A . 246246 B. 123123246 C. 246123123 D. 123123123123View AnswerAnswer: D

October 12, 2022 No Comments READ MORE +

What is a UiPath best practice relative to the use of SecureString?

You recently observed a developer using the SecureString variable type in their workflow. What is a UiPath best practice relative to the use of SecureString?A . Name of the SecureString variable should include the prefix "str_". B. SecureString variable scope should be limited to the scope where it is created....

October 12, 2022 No Comments READ MORE +

If you want to ensure you have the newest version from the server on your local machine, which TFS/SVN command should be used?

You are working on a project with three other developers and are using TFS source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS/SVN command should be used?A . Check Out For Edit B. Commit C....

October 12, 2022 No Comments READ MORE +

The String.Format("Input = {0} and Output = {1}", "1","2") expression returns the following text:

The String.Format("Input = {0} and Output = {1}", "1","2") expression returns the following text:A . Input = 0 and Output = 0 B. Input = 1 and Output = 2 C. Input = 1 and Output = 1 D. Input = {0} and Output = {1}View AnswerAnswer: B

October 12, 2022 No Comments READ MORE +

How can you provide more details to explain the purpose of the activities in a workflow?

How can you provide more details to explain the purpose of the activities in a workflow?A . By adding activity Annotations. B. By using a Comment Out activity. C. By using the Comment activity.View AnswerAnswer: A,C

October 11, 2022 No Comments READ MORE +

A developer uses an Anchor Base activity to search for the required selector. In the "Anchor Position" property, the "Auto" option is selected. If multiple elements are found at equal distance from the anchor, in which order the target is selected?

A developer uses an Anchor Base activity to search for the required selector. In the "Anchor Position" property, the "Auto" option is selected. If multiple elements are found at equal distance from the anchor, in which order the target is selected?A . Top, Right, Bottom, Left. B. Right, Left, Bottom....

October 11, 2022 No Comments READ MORE +

What describes the characteristics of a Dispatcher and a Performer process?

A developer wants to use the Dispatcher and Performer architecture. What describes the characteristics of a Dispatcher and a Performer process?A . Dispatcher is used to add Queue Items to an Orchestrator Queue Performer should be created in the REFramework B. Dispatcher can only interact with one Orchestrator Queue Performer...

October 11, 2022 No Comments READ MORE +

From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots?

DRAG DROP From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots? NOTE: Drag and drop the lowest priority level to the top of the list and repeat until the highest priority level appears at the bottom of the...

October 11, 2022 No Comments READ MORE +