QUIZZERIA

QUIZZERIA

Professional Development

25 Qs

quiz-placeholder

Similar activities

Electric Vehicle Architecture on 02.09.24

Electric Vehicle Architecture on 02.09.24

Professional Development

24 Qs

Classroom Etiquette Quiz

Classroom Etiquette Quiz

Professional Development

20 Qs

SGA Quiz

SGA Quiz

Professional Development

20 Qs

Exploring Basic Robotics Concepts

Exploring Basic Robotics Concepts

Professional Development

20 Qs

Python Programming Quiz-03

Python Programming Quiz-03

Professional Development

23 Qs

TRAFFIC ENGINEERING 03/06/2025

TRAFFIC ENGINEERING 03/06/2025

Professional Development

20 Qs

Asset and Facility Management

Asset and Facility Management

Professional Development

20 Qs

Welding Repair Procedure 2025

Welding Repair Procedure 2025

Professional Development

20 Qs

QUIZZERIA

QUIZZERIA

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Srijha Srijha

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module is used to work with regular expressions in Python?

regex

re

regx

reg

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about Python sets?

Sets allow duplicate values

Sets are mutable and ordered

Sets are immutable

Sets do not allow duplicate values   

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will sorted([3, 1, 4, 1, 5], reverse=True) return?

[1, 1, 3, 4, 5]

[5, 4, 3, 1, 1] 

[5, 1, 4, 1, 3]

[3, 1, 4, 1, 5]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of enumerate() in Python?

It adds an index to an iterable  

It creates a list from a range

It sorts a list

It removes duplicates from a list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following collections in Java allows duplicate keys?

HashMap

TreeMap

Hashtable

None of the above  

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a wrapper class in Java?

Integer

Float

Character

String  

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to implement an interface in Java?

class A implements B {}

class A extends B {}

class A implements B, C {}

Both (a) and (c)  

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?