RPA Day 03 Sesi 05 Closing

RPA Day 03 Sesi 05 Closing

KG - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Linked List

Linked List

Professional Development

15 Qs

C#.net test 1

C#.net test 1

University

10 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

C# 12

C# 12

10th Grade

10 Qs

Python List

Python List

University

10 Qs

Python Basics

Python Basics

University

15 Qs

[AP CSP] Programming: LISTS/ARRAYS (Python)

[AP CSP] Programming: LISTS/ARRAYS (Python)

9th - 12th Grade

16 Qs

RPA Day 03 Sesi 05 Closing

RPA Day 03 Sesi 05 Closing

Assessment

Quiz

Computers, Science

KG - 12th Grade

Medium

Created by

ALI GUNAWAN

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider the list of strings ListOfContinents = {"Africa", "Antarctica", "Asia", "Australia", "Europe", "North America", "South America"}. 

What value will the expression ListOfContinents(2) return?

Antarctica

Australia

None, objects are not identified by their index in lists

Australia

Asia

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which activity can be used to write the content of a DataTable into a String?

Clear Data Table

Output Data Table

Generate Data Table

Write Data Table

Insert Data Table

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following methods can be used to populate a list of strings type variable with the values John, Paul, George and Ringo? (Multiple Answer)

Leave the Default value blank and use Add To Collection activities to populate the list.

Set the Default value in the Variables panel to New List(of String) from {"John", "Paul", "George", "Ringo"}

Set the Default value in the Variables panel to {"John", "Paul", "George", "Ringo"}

Initiate the variable with New List(of String) and use Add To Collection activities to populate the list.

Set the Default value in the Variables panel to List(of String) from {"John", "Paul", "George", "Ringo"}

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Searches an input string for all occurrences and returns all the successful matches.

IsMatch

Replace

Macthes

Index

Find

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Indicates if the specified regular expression finds a match in the specified input string.

IsMatch

Replace

Macthes

Index

Find

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Replaces strings that match a Regex pattern with a specified replacement string.

IsMatch

Replace

Macthes

Index

Find

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider a dictionary variable (BirthDates), of type String, String, that contains name and birth date pairs. They key values are the names. You want to add a new key / value pair using an Assign Activity (John Doe, Apr/20/1980). 

What expressions would you enter in the To and Value fields of the Assign activity?

To: BirthDates(John Doe) Value: "Apr/20/1980"

To: BirthDates("John Doe") Value: "Apr/20/1980"

To: BirthDates("Apr/20/1980") Value: "John Doe"

To: "John Doe" Value: "Birth Dates"

To: BirthDates("John Doe") Value: "Apr/02/1980"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?