Search Header Logo

Studio Day 2 Training

Authored by Annie_training Annie_training

Other

Professional Development

Studio Day 2 Training
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Choose the correct statement(s)

While loop exit when condition not meet
For Each activity loop through all elements in an array without condition
DataTable can be created using Build Data Table activity
Do While loop execute the body at least once before evaluate the expression

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen if we remove the highlighted Assign activity from While loop?

Robot stops automatically

Infinite Loop

Robot prompts error

Robot unable to start

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Choose the correct expression(s) to concatenate value of 2 string variables with comma delimiter

varA + "," + varB
String.Join(",", varA, varB)
String.Concat(varA, ",", varB)
None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the data type to store the output of this expression varA.IndexOf("t")? varA="Bottas"

String
Boolean
Integer
Array of Integer

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

varA="Sainz". What is the output value of this expression varA.IndexOf("k")?

-1
Null Value
0
Empty Value

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

varA.Split("|"c). What should be the data type to store the result of this expression?

Array of String
DataTable
String
Dictionary

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

How a DataTable created?

Data Scraping
Read Range
Read CSV
Build Data Table

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?