Tech-it-out 3.0

Tech-it-out 3.0

University

30 Qs

quiz-placeholder

Similar activities

Chapter 1 - Fundamentals of software testing

Chapter 1 - Fundamentals of software testing

University

30 Qs

OS quiz

OS quiz

University

25 Qs

Identification Quiz

Identification Quiz

University

25 Qs

Understanding Java Classes and Inheritance - UNIT 1

Understanding Java Classes and Inheritance - UNIT 1

University

25 Qs

IT Concepts 3

IT Concepts 3

12th Grade - University

25 Qs

SAT TIK KELAS 4

SAT TIK KELAS 4

4th Grade - University

26 Qs

Tools TIK

Tools TIK

7th Grade - University

30 Qs

Exploring Python Fundamentals

Exploring Python Fundamentals

University

30 Qs

Tech-it-out 3.0

Tech-it-out 3.0

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

GeeksForGeeks VIIT

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of searching an element in a hash table (on average)?

O(1)

O(log n)

O(n)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data structure is best suited for implementing an undo operation?

Queue

Stack

Priority Queue

Hash Map

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If a queue is implemented using an array, how can we make it circular to use all positions?

By shifting all elements on each dequeue

By using a circular linked list

By using modulo arithmetic for front and rear

By keeping one extra space always empty

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following sorting algorithms is in-place and unstable?

Merge Sort

Insertion Sort

Quick Sort

Bubble Sort

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The number of edges in a complete undirected graph with n vertices is

n(n + 1)/2

n(n − 1)/2

n − 1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the auxiliary space complexity of recursive binary search?

O(1)

O(n)

O(log n)

O(n log n)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which traversal method uses a queue in a binary tree?

Inorder

Preorder

Postorder

Level Order

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?