FLIPKART GRID TEST (HACKHORIZION)

FLIPKART GRID TEST (HACKHORIZION)

Assessment

Quiz

English

1st - 5th Grade

Hard

Created by

Piyush Chafle

Used 3+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is a mechanism of static polymorphism?

templates

function overloading

operator overloading

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A node in a binary tree can have at most how many parent nodes?

2

4

3

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which function will one use to join two words?

strcpy()

strcat()

strncon()

strjunc()

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following statement is not true w.r.t Queue data structure?

Load balancing is an application of Queue data structure.

It works by FIFO (First In First Out)

Stacks can be made by using 2 queues.

None of these.

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Runtime Polymorphism is achieved by...

Friend Function

Virtual Function

Operator Overloading

Function Overloading

6.

OPEN ENDED QUESTION

3 mins • 2 pts

Jack is given an array arr[] of 11 elements. The elements are 27, 33, 61, 2, 3, 28, 59, 15, 19, 13, 7. He is instructed to rearrange the elements in non-decreasing order. Which of the following statements given below is incorrect?

Evaluate responses using AI:

OFF

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Suppose you have an array arr[] = { 3,2,9,10,54,21). You want to make min heap using the elements of this array. What will be the left child of the root? In Min Heap, child nodes are greater than parent nodes and this property is recursively true.

2

only 3

only 9

either 3 or 9

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?