Bot Agent and Variables

Bot Agent and Variables

3rd Grade

6 Qs

quiz-placeholder

Similar activities

music

music

3rd Grade

8 Qs

Unit 1 - CLASS # 2: At School II (mejorar)

Unit 1 - CLASS # 2: At School II (mejorar)

3rd Grade

10 Qs

Compound Subject and Predicate

Compound Subject and Predicate

2nd - 3rd Grade

9 Qs

Vocabulary Unit 7-8

Vocabulary Unit 7-8

1st Grade - Professional Development

10 Qs

COUNTING SOUNDS

COUNTING SOUNDS

KG - 5th Grade

11 Qs

ENGLISH YEAR 3: UNIT 16

ENGLISH YEAR 3: UNIT 16

3rd Grade

8 Qs

3rd Grade My View Vocabulary Unit 1 Week 5

3rd Grade My View Vocabulary Unit 1 Week 5

3rd Grade

10 Qs

Bot Agent and Variables

Bot Agent and Variables

Assessment

Quiz

English

3rd Grade

Hard

Created by

Deeksha Jain

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I want to configure bot agent with my local device, how do I do that ?

Go to Manage->Devices->Connect to local device

Go to Manage->DevicesPools->Connect to local device

Go to Activity->Manage->Devices->Connect to local device

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable can not be implicitly converted to string

Number

String

DateTime

Dictionary

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the pre-defined variable in A360

AAApplicationPath

AAControlRoom

AAUser

All the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which datatype cannot be assigned to another datatype

String

Dictionary

Credential

Number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System Variable- "TotalRAM" is of which datatype

String

Dictionary

Number

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer has created a string variable called vCounter with a default value of 1. The developer added the ‘Increment’ action at the end of a loop to add 1 to the variable each time the loop repeats. When the bot reaches the ‘Increment’ action it receives an error. What is the solution to resolve this issue?

Convert vCounter String to Number

Delete the error command

None of the above