QUIZZERIA

QUIZZERIA

Professional Development

25 Qs

quiz-placeholder

Similar activities

CANDU COOP Not-Kahoot Quiz

CANDU COOP Not-Kahoot Quiz

Professional Development

20 Qs

152 Kahoot 13

152 Kahoot 13

Professional Development

30 Qs

Asset and Facility Management

Asset and Facility Management

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

RME Review - Autotransformer Motor Starter

RME Review - Autotransformer Motor Starter

Professional Development

20 Qs

G4 Tool Usage Quiz

G4 Tool Usage Quiz

Professional Development

26 Qs

Martensite, Austenite, and Ferrite

Martensite, Austenite, and Ferrite

Professional Development

21 Qs

QUIZZERIA

QUIZZERIA

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Srijha Srijha

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?