WorksheetsKKEM Session 04
Total questions: 10
Worksheet time: 5mins
Where can we initialise a default value in variables
default in variable panel
using Assign Activity
using WriteLine activity
None of the mentioned
Which control flow statement perform series of activities in the body section and then check the expression
While
Do while
For Each
Switch
Consider an Int32 variable (Counter), initially assigned with the value 10. The value decreases by 1 every time a sequence is executed in a Do While activity.
How many times will the sequence be executed if the expression in the Condition field of the Do While activity is V > 0?
9
10
11
1
Which one of the following activities enables your project to take multiple different courses of action, depending on whether a series of specified conditions are met?
If
Else if
Switch
For Each
Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities?
While
Else if
Switch
None of the mentioned
Flowchart is opted for creating a process with multiple nested decisions, you'd opt for the Flowchart layout?
True
False
In Input Dialog activity how can we give values for menu option
{{option1;option2}}
"option1;option2"
"option1; option 2"
None of the mentioned
Which if activity is used at flowchart level?
If
flow decision
else if
All the above mentioned
Which activity in uipath helps to run various acitivities parallely asynchronously
For Each
While
Do While
Parallel
A Break Activity is used to stop the segment of automation that's repetitive at a chosen point, and then continue with the next activity. Which of the following three (3) activities enables you to insert Break Activity within them?
For Each
Switch
Input Dialog
All the above
