MCQGeeks
0 : 0 : 1
CBSE
JEE
NTSE
NEET
English
UK Quiz
Quiz
Driving Test
Practice
Games
Quiz
Data Structure
K Ary Tree Interview
Quiz 1
1
2
3
4
5
6
7
8
9
10
11
Q.1
What is the size of the given K-ary tree?
a) 3
b) 2
c) 6
d) 4
Q.2
Who is the ancestor of Node H?
a) D
b) F
c) H
d) A
Q.3
Who is descendant of Node C?
a) A
b) E
c) D
d) G
Q.4
What is the size of Node B in given K-ary tree?
a) 1
b) 2
c) 3
d) 4
Q.5
Can leaf node be called child node in a K-ary tree?
a) True
b) false
Q.6
Can child node be always called Leaf node in the K-ary tree?
a) True
b) False
Q.7
What is the height of a K-ary tree having only root node?
a) 1
b) 0
c) 2
d) 3
Q.8
Which one of the following is the correct formulae to find the parent node at index I?
a) (I-1)/K
b) (I+1)/K
c) (I*1)/K
d) (I-2)/K
Q.9
Which nodes are the siblings of Node D of given ternary tree?
a) E
b) C
c) F
d) H
Q.10
How many extra nodes are there in Full K-ary tree than complete K-ary tree?
a) 1
b) 2
c) 3
d) Both have same number of nodes
Q.11
Is Node A sibling of Node B in the given K-ary tree?
a) True
b) False
0 h : 0 m : 1 s
1
2
3
4
5
6
7
8
9
10
11
Report Question
×
What's an issue?
Question is wrong
Answer is wrong
Other Reason
Want to elaborate a bit more? (optional)