Technical Quiz Round 1

Technical Quiz Round 1

University

22 Qs

quiz-placeholder

Similar activities

btd6

btd6

KG - Professional Development

20 Qs

Soal Quiziz kls IV-a

Soal Quiziz kls IV-a

4th Grade - University

20 Qs

Pengetahuan Kuantitatif (Eduka 1)

Pengetahuan Kuantitatif (Eduka 1)

12th Grade - University

20 Qs

QUIZZARD OF OZ : General Knowledge

QUIZZARD OF OZ : General Knowledge

University

20 Qs

Round-1 Technical Aptitude

Round-1 Technical Aptitude

11th Grade - Professional Development

20 Qs

among us

among us

KG - University

17 Qs

FRENCH french!!!!!!!!!!!!!!!!!!!!

FRENCH french!!!!!!!!!!!!!!!!!!!!

KG - Professional Development

22 Qs

IRADA_Anime_Quiz_Round-2

IRADA_Anime_Quiz_Round-2

University

20 Qs

Technical Quiz Round 1

Technical Quiz Round 1

Assessment

Quiz

Fun

University

Hard

Created by

Harish Sagarla

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type(3 / 2)) in Python 3?

a) <class 'int'>

b) <class 'float'>

c) <class 'double'>

d) <class 'number'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to make a deep copy of a list in Python?

copy.deepcopy()

list.deepcopy()

list.clone()

list.copy()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to prevent method overriding in Java?

static

final

abstract

private

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure uses LIFO?

Queue

Heap

Stack

Deque

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used for unordered lists?

  1. a) <ol>

  • b) <ul>

  • c) <li>

d) <list>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of [x for x in range(10) if x % 3 == 0]?

[3, 6, 9]

[0, 3, 6]

[0, 3, 6, 9]

[1, 4, 7]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why did the tomato turn red?

It was embarrassed

It ate too much ketchup

It got sunburned

It joined a dance party

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?