Answers for UiPath Level 1 Lesson 2 Variables, Data Types & Control Flows quiz
In which variable types can you store text?
Ans : – String
– Generic
What kind of workflow should you use when performing multiple activities in a fixed sequential order?
Ans : – Sequence
You can insert a Sequence activity in a Flowchart activity.
Ans : – True
What type of content can you store inside a Generic type variable?
Ans : – Text
– Dates
– Numbers
– True/False
Which activity designed to represent a decision inside a Sequence?
Ans : – The If activity
What happens if you rename a variable from the Variables tab ?
Ans : – The name will be automatically updated in all the activities that use it.
How can you display an Integer value, myNumber, inside a Message Box window?
Ans : “My number is “ + myNumber.ToString
When should you use the Flowchart workflow?
Ans. – When having a process with many decision blocks
– When modelling a process that has loops to previous states
What is the best way to make a three-way decision inside a Flowchart?
Ans:- By using a Flow Switch activity
What data types can be stored inside an array?
Ans :- Double
– Integer
– Boolean
– String
What activity should you use to select one choice from multiple choices, based on the value of a given expression?
Ans :- Switch activity
You can insert a Sequence activity in a Flowchart activity.
Ans :- True
Can you insert a Flowchart activity in a Sequence?
Ans : -Yes
Which of these are workflow types available in UiPath Studio?
Ans:- Sequence
When having multiple activities executing in a fixed sequential order, what kind of workflow should you use?
Ans :- Sequence