Free preview mode
Enjoy the free questions and consider upgrading to gain full access!
UiADPv1
Free trial
Verified
Question 26
Which of the following options is true about the types of robot installation?
- A: Both the service and the user modes are recommended for running unattended automations.
- B: The service mode is the recommended option for running unattended automations.
- C: Both the service and the user modes are recommended for creating and testing automations, and running attended automations.
- D: The service mode is the recommended option for creating and testing automations, and running attended automations.
Question 27
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
- A: Each running process automatically adapts to the available dependency version.
- B: Each running process uses its own required version of the dependency.
- C: All running processes use the latest version of the dependency available.
- D: Running processes use the earliest compatible dependency version.
Question 28
Where is the TransactionNumber incremented in the REFramework?
- A: Only in the RetryCurrentTransaction.xaml workflow.
- B: In the End Process state in the Finally section of the Try Catch activity.
- C: In the RetryCurrentTransaction.xaml workflow and in the Process.xaml workflow.
- D: In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.
Question 29
Which of the following activities in UiPath Studio have the Verify Execution property available?
- A: Click activity
- B: Invoke workflow activity
- C: If activity
- D: Assign activity
Question 30
Given the following workflow:
What will be the output of the Log Message activity?
- A: apple, pear, orange
- B: apple, pear, orange, mango, kiwi
- C: “apple pear orange”, “mango kiwi”
- D: apple pear orange, mango kiwi
Question 31
A developer has created a variable of type String called “MyNumbers” and assigned to it the following value: “1, 2, 3, 4, 5, 6”. What is the resulting data type for the expression MyNumbers.Split(“,”c)(1)?
- A: Array of String
- B: String
- C: Double
- D: Int32
That’s the end of your free questions
You’ve reached the preview limit for UiADPv1Consider upgrading to gain full access!
Free preview mode
Enjoy the free questions and consider upgrading to gain full access!