TECHTRIX2025 BUGHUNT SET3

TECHTRIX2025 BUGHUNT SET3

University

20 Qs

quiz-placeholder

Similar activities

R programming

R programming

University

15 Qs

La notion de société

La notion de société

University

20 Qs

Quanta

Quanta

University

20 Qs

CIE-1_DSA:Unit1&Unit2

CIE-1_DSA:Unit1&Unit2

University

20 Qs

Introduction to Algorithms

Introduction to Algorithms

University

20 Qs

general aptitude

general aptitude

University

20 Qs

Tech quiz Round 1

Tech quiz Round 1

University

15 Qs

CIS7 Quiz 3 Review

CIS7 Quiz 3 Review

University

15 Qs

TECHTRIX2025 BUGHUNT SET3

TECHTRIX2025 BUGHUNT SET3

Assessment

Quiz

Other

University

Medium

Created by

Sarmistha Moharer

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code in Python? x = 5 y = 2 print(x ** y)

10

25

7

52

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct way to declare a constant in Java?

const int x = 10;

final int x = 10;

static int x = 10;

int const x = 10;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Find the missing number: 3, 6, 12, 24, __?

36

48

30

42

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a certain code, “APPLE” is written as “BQQMF”. How is “ORANGE” written?

PSBOHF

PSBOHE

PSBOHG

PSBOHH

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In programming, what does the term "recursion" refer to?

A loop that runs indefinitely

A function that calls itself

A type of data structure

A method to optimize code

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data structure is used to implement a FIFO (First-In-First-Out) queue?

Stack

Linked List

Array

Priority Queue

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of searching for an element in a balanced binary search tree (BST) with `n` nodes?

O(1)

O(log n)

O(n)

O(n log n)

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?