

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
51. |
If G is the forest with 54 vertices and 17 connected components, G has _______ total number of edges.(a) 38(b) 37(c) 17/54(d) 17/53The question was asked in quiz.Question is taken from Graphs Properties topic in section Graphs of Discrete Mathematics |
Answer» RIGHT option is (b) 37 The BEST explanation: Here we are given a forest with 54 vertices and 17 components. Acomponent is itself a tree and since there are 17 components means that every component has a root, therefore we have 17 ROOTS. Each new vertex of the forest contributes to a single edge to a forest. So for remaining 54-17 = 37 vertices we can have m-n=37 EDGES. HENCE, answer is 37. |
|
52. |
A ______ is a graph which has the same number of edges as its complement must have number of vertices congruent to 4m or 4mmodulo 4(for integral values of number of edges).(a) Subgraph(b) Hamiltonian graph(c) Euler graph(d) Self complementary graphI got this question in an interview.Enquiry is from Graphs Properties topic in chapter Graphs of Discrete Mathematics |
Answer» CORRECT option is (d) SELF complementary graph For explanation: It is the definition of self complementary graph. It is a graph that is isomorphic to its COMPLEMENT. |
|
53. |
Let D be a simple graph on 10 vertices such that there is a vertex of degree 1, a vertex of degree 2, a vertex of degree 3, a vertex of degree 4, a vertex of degree 5, a vertex of degree 6, a vertex of degree 7, a vertex of degree 8 and a vertex of degree 9. What can be the degree of the last vertex?(a) 4(b) 0(c) 2(d) 5I have been asked this question in my homework.The above asked question is from Graphs Properties in section Graphs of Discrete Mathematics |
Answer» Right answer is (C) 2 |
|
54. |
In a ______ the vertex set and the edge set are finite sets.(a) finite graph(b) bipartite graph(c) infinite graph(d) connected graphI have been asked this question by my school principal while I was bunking the class.Question is taken from Graphs Properties in chapter Graphs of Discrete Mathematics |
Answer» Correct CHOICE is (b) BIPARTITE GRAPH |
|
55. |
Berge graph is similar to ______ due to strong perfect graph theorem.(a) line graph(b) perfect graph(c) bar graph(d) triangle free graphThis question was addressed to me in an online interview.My question comes from Graphs Properties topic in portion Graphs of Discrete Mathematics |
Answer» RIGHT answer is (b) perfect GRAPH For EXPLANATION I would say: In a perfect graph, the chromatic number of each and every induced subgraph is equal to the size of the largest CLIQUE of that subgraph. These perfect graphs are same as Berge graphs due to strong perfect graph THEOREM. |
|
56. |
Triangle free graphs have the property of clique number is __________(a) less than 2(b) equal to 2(c) greater than 3(d) more than 10This question was addressed to me in an international level competition.This key question is from Graphs Properties topic in chapter Graphs of Discrete Mathematics |
Answer» Right CHOICE is (d) more than 10 |
|
57. |
If each and every vertex in G has degree at most 23 then G can have a vertex colouring of __________(a) 24(b) 23(c) 176(d) 54This question was posed to me during an online interview.Question is from Graphs Properties in section Graphs of Discrete Mathematics |
Answer» Correct choice is (a) 24 |
|
58. |
In a 7-node directed cyclic graph, the number of Hamiltonian cycle is to be ______(a) 728(b) 450(c) 360(d) 260I had been asked this question in a national level competition.My query is from Graphs Properties in chapter Graphs of Discrete Mathematics |
Answer» Right option is (c) 360 |
|
59. |
Every complete bipartite graph must not be _______(a) planar graph(b) line graph(c) complete graph(d) subgraphI got this question in an interview for job.Asked question is from Bipartite Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» Right OPTION is (C) COMPLETE GRAPH |
|
60. |
The spectrum of a graph is _______ if and only if it is _______ graph.(a) symmetry, bipartite(b) transitive, bipartite(c) cyclic, Euler(d) reflexive, planarThis question was posed to me in my homework.I'd like to ask this question from Bipartite Graphs in division Graphs of Discrete Mathematics |
Answer» Right choice is (a) SYMMETRY, bipartite |
|
61. |
All closed walks are of ______ length in a bipartite graph.(a) infinite(b) even(c) odd(d) odd primeThis question was posed to me in an internship interview.I'd like to ask this question from Bipartite Graphs topic in portion Graphs of Discrete Mathematics |
Answer» RIGHT choice is (b) even Easy EXPLANATION: In a BIPARTITE graph G all CLOSED walks must be of even length as well as all cycles in G are of even length. Then only the graph is considered a bipartite graph. |
|
62. |
Bipartite graphs are used in ________(a) modern coding theory(b) colouring graphs(c) neural networks(d) chemical bondsI had been asked this question in unit test.My doubt is from Bipartite Graphs in chapter Graphs of Discrete Mathematics |
Answer» Right answer is (a) modern CODING theory |
|
63. |
In a complete bipartite graph, the intersection of two sub graphs is ______(a) 1(b) null(c) 2^10(d) 412I got this question in an interview.This intriguing question originated from Bipartite Graphs topic in section Graphs of Discrete Mathematics |
Answer» Correct answer is (b) null |
|
64. |
The time complexity to test whether a graph is bipartite or not is said to be _______ using depth first search.(a) O(n^3)(b) linear time(c) O(1)(d) O(nlogn)This question was posed to me in class test.The above asked question is from Bipartite Graphs topic in section Graphs of Discrete Mathematics |
Answer» Right choice is (b) linear time |
|
65. |
What is the maximum number of edges in a bipartite graph on 14 vertices?(a) 78(b) 15(c) 214(d) 49I have been asked this question during an online interview.Question is from Bipartite Graphs topic in division Graphs of Discrete Mathematics |
Answer» Right answer is (d) 49 |
|
66. |
The partition V = V1 ∪ V2 in a bipartite graph G1 is called ________(a) bipartition of G1(b) 2-vertex set of G1(c) sub bipartite graphs(d) disjoint vertex setI got this question in an international level competition.I need to ask this question from Bipartite Graphs in section Graphs of Discrete Mathematics |
Answer» Right CHOICE is (b) 2-VERTEX set of G1 |
|
67. |
In a ______ the degree of each and every vertex is equal.(a) regular graph(b) point graph(c) star graph(d) euler graphI have been asked this question in an internship interview.The above asked question is from Bipartite Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» CORRECT answer is (C) star graph The explanation is: A regular graph has the same degree in each of its vertices. In a regular bipartite graph, if the COMMON degree of each vertices is 1, the two PARTS are of the same SIZE. |
|
68. |
The maximum number of edges in a bipartite graph on 14 vertices is ___________(a) 56(b) 14(c) 49(d) 87This question was addressed to me by my college professor while I was bunking the class.The doubt is from Bipartite Graphs in portion Graphs of Discrete Mathematics |
Answer» Right choice is (c) 49 |
|
69. |
A free semilattice has the _______ property.(a) intersection(b) commutative and associative(c) identity(d) universalThe question was asked in homework.I want to ask this question from Graphs topic in division Graphs of Discrete Mathematics |
Answer» The correct answer is (d) universal |
|
70. |
Every poset that is a complete semilattice must always be a _______(a) sublattice(b) complete lattice(c) free lattice(d) partial latticeThis question was addressed to me in class test.I would like to ask this question from Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» The correct ANSWER is (b) complete lattice |
|
71. |
The graph is the smallest non-modular lattice N5. A lattice is _______ if and only if it does not have a _______ isomorphic to N5.(a) non-modular, complete lattice(b) moduler, semilattice(c) non-modular, sublattice(d) modular, sublatticeI got this question in exam.This key question is from Graphs in section Graphs of Discrete Mathematics |
Answer» CORRECT answer is (d) modular, sublattice To elaborate: A lattice (L, ∨, ∧) is modular if for all elements a, B, c of L, the following identity HOLDS->modular identity: (a ∧ c) ∨ (b ∧ c) = [(a ∧ c) ∨ b] ∧ c. This condition is equivalent to the following axiom -> modular law: a ≤ c implies a ∨ (b ∧ c) = (a ∨ b) ∧ c. A lattice is modular if and only if it does not have a sublattice ISOMORPHIC to N5. |
|
72. |
A sublattice(say, S) of a lattice(say, L) is a convex sublattice of L if _________(a) x>=z, where x in S implies z in S, for every element x, y in L(b) x=y and y |
Answer» Correct option is (c) x<=y<=z, where x, y in S implies z in S, for every element x, y, z in L |
|
73. |
The graph given below is an example of _________(a) non-lattice poset(b) semilattice(c) partial lattice(d) bounded latticeI got this question during an interview for a job.My query is from Graphs in chapter Graphs of Discrete Mathematics |
Answer» Correct CHOICE is (a) non-lattice poset |
|
74. |
A ________ has a greatest element and a least element which satisfy 0 |
Answer» Right option is (d) bounded lattice |
|
75. |
______ and _______ are the two binary operations defined for lattices.(a) Join, meet(b) Addition, subtraction(c) Union, intersection(d) Multiplication, modulo divisionThis question was posed to me in homework.This is a very interesting question from Graphs in section Graphs of Discrete Mathematics |
Answer» The correct answer is (a) Join, meet |
|
76. |
If every two elements of a poset are comparable then the poset is called ________(a) sub ordered poset(b) totally ordered poset(c) sub lattice(d) semigroupThe question was asked in unit test.Origin of the question is Graphs topic in section Graphs of Discrete Mathematics |
Answer» Correct option is (B) totally ordered poset |
|
77. |
In the poset (Z^+, |) (where Z^+ is the set of all positive integers and | is the divides relation) are the integers 9 and 351 comparable?(a) comparable(b) not comparable(c) comparable but not determined(d) determined but not comparableI have been asked this question in exam.The doubt is from Graphs in section Graphs of Discrete Mathematics |
Answer» | |
78. |
A Poset in which every pair of elements has both a least upper bound and a greatest lower bound is termed as _______(a) sublattice(b) lattice(c) trail(d) walkThis question was addressed to me in an interview for job.This is a very interesting question from Graphs topic in section Graphs of Discrete Mathematics |
Answer» Correct option is (b) lattice |
|
79. |
Let G be the graph defined as the Hasse diagram for the ⊆ relation on the set S{1, 2,…, 18}. How many edges are there in G?(a) 43722(b) 2359296(c) 6487535(d) 131963The question was asked by my school teacher while I was bunking the class.My query is from Graphs in chapter Graphs of Discrete Mathematics |
Answer» The correct choice is (B) 2359296 |
|
80. |
Suppose P1 is a partially ordered class and a cut of P1 is pair (D, T) of nonempty subclasses of P1 satisfies which of the following properties?(a) D∩T=Ø(b) D∪T=P1(c) xyz∈T(d) z∈T and zx∈DThis question was posed to me in final exam.My question is based upon Graphs topic in division Graphs of Discrete Mathematics |
Answer» CORRECT ANSWER is (a) D∩T=Ø For explanation I would say: SUPPOSE P1 is a PARTIALLY ordered class and a cut of P1 is pair (D, T) of nonempty subclasses of P1 SATISFIES the following properties: i) D∩T=Ø and D∪T=P1ii) If z∈D and y≤z, then y∈D and iii) If z∈T and y≥z, then y∈T. |
|
81. |
In a poset (S, ⪯), if there is no element n∈S with m |
Answer» RIGHT CHOICE is (b) An ELEMENT m is maximal in the POSET Easy explanation: By the definition, an element m exists in a poset (S, ⪯) is maximal if and only if there is no n∈S with m≺n. |
|
82. |
In a poset P({v, x, y, z}, ⊆) which of the following is the greatest element?(a) {v, x, y, z}(b) 1(c) ∅(d) {vx, xy, yz}I had been asked this question in unit test.I'm obligated to ask this question of Graphs in chapter Graphs of Discrete Mathematics |
Answer» The CORRECT option is (a) {V, x, y, z} |
|
83. |
In which of the following relations every pair of elements is comparable?(a) ≤(b) !=(c) >=(d) ==This question was addressed to me in quiz.This interesting question is from Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» RIGHT option is (a) ≤ Explanation: In the ≤(or less than and equal to) relation, EVERY PAIR of elements is COMPARABLE. |
|
84. |
The relation ≤ is a partial order if it is ___________(a) reflexive, antisymmetric and transitive(b) reflexive, symmetric(c) asymmetric, transitive(d) irreflexive and transitiveI have been asked this question at a job interview.This question is from Graphs in section Graphs of Discrete Mathematics |
Answer» The correct answer is (a) reflexive, ANTISYMMETRIC and transitive |
|
85. |
Which of the following relation is a partial order as well as an equivalence relation?(a) equal to(=)(b) less than()(d) not equal to(!=)I have been asked this question by my school principal while I was bunking the class.This is a very interesting question from Graphs in chapter Graphs of Discrete Mathematics |
Answer» Right CHOICE is (a) equal to(=) |
|
86. |
If the partial order of a set has at most one minimal element, then to test whether it has a non-crossing Hasse diagram its time complexity __________(a) NP-complete(b) O(n^2)(c) O(n+2)(d) O(n^3)This question was addressed to me in an international level competition.This key question is from Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» Right choice is (a) NP-complete |
|
87. |
G is an undirected graph with n vertices and 26 edges such that each vertex of G has a degree at least 4. Then the maximum possible value of n is ___________(a) 7(b) 43(c) 13(d) 10This question was posed to me in final exam.This interesting question is from Graphs topic in portion Graphs of Discrete Mathematics |
Answer» Correct OPTION is (c) 13 |
|
88. |
If a partial order is drawn as a Hasse diagram in which no two edges cross, its covering graph is called ______(a) upward planar(b) downward planar(c) lattice(d) biconnected componentsI had been asked this question in quiz.I need to ask this question from Graphs topic in section Graphs of Discrete Mathematics |
Answer» Correct answer is (a) upward planar |
|
89. |
Hasse diagrams are first made by ______(a) A.R. Hasse(b) Helmut Hasse(c) Dennis Hasse(d) T.P. HasseI had been asked this question by my school teacher while I was bunking the class.This is a very interesting question from Graphs in portion Graphs of Discrete Mathematics |
Answer» | |
90. |
An undirected graph has 8 vertices labelled 1, 2, …,8 and 31 edges. Vertices 1, 3, 5, 7 have degree 8 and vertices 2, 4, 6, 8 have degree 7. What is the degree of vertex 8?(a) 15(b) 8(c) 5(d) 23This question was addressed to me in unit test.My question is taken from Graphs topic in portion Graphs of Discrete Mathematics |
Answer» Correct choice is (B) 8 |
|
91. |
In a finite graph the number of vertices of odd degree is always ______(a) even(b) odd(c) even or odd(d) infiniteThis question was addressed to me during an interview for a job.Origin of the question is Graphs in section Graphs of Discrete Mathematics |
Answer» Correct CHOICE is (a) even |
|
92. |
Degree of a graph with 12 vertices is _______(a) 25(b) 56(c) 24(d) 212This question was addressed to me during an online exam.Question is taken from Graphs in portion Graphs of Discrete Mathematics |
Answer» Right option is (C) 24 |
|
93. |
A simple graph can have _______(a) multiple edges(b) self loops(c) parallel edges(d) no multiple edges, self-loops and parallel edgesThis question was addressed to me in an interview.This intriguing question comes from Graphs topic in portion Graphs of Discrete Mathematics |
Answer» The correct option is (d) no multiple edges, self-loops and parallel edges |
|
94. |
Disconnected components can be created in case of ___________(a) undirected graphs(b) partial subgraphs(c) disconnected graphs(d) complete graphsI have been asked this question by my college director while I was bunking the class.This intriguing question originated from Graphs in section Graphs of Discrete Mathematics |
Answer» The correct answer is (c) DISCONNECTED graphs |
|
95. |
The graph representing universal relation is called _______(a) complete digraph(b) partial digraph(c) empty graph(d) partial subgraphThis question was posed to me during an online exam.Origin of the question is Graphs topic in section Graphs of Discrete Mathematics |
Answer» RIGHT answer is (a) complete digraph Best explanation: CONSIDER, A is a graph with vertices {a, B, c, d} and the universal relation is A x A. The graph representing universal relation is called a complete graph and all ORDERED PAIRS are present there. |
|
96. |
What is a complete digraph?(a) connection of nodes without containing any cycle(b) connecting nodes to make at least three complete cycles(c) start node and end node in a graph are same having a cycle(d) connection of every node with every other node including itself in a digraphI have been asked this question in final exam.My question is based upon Graphs topic in chapter Graphs of Discrete Mathematics |
Answer» The correct answer is (d) connection of EVERY node with every other node INCLUDING itself in a digraph |
|
97. |
Let, D = be a directed graph or digraph,then D’ = is a subgraph if ___________(a) A’ ⊂ A and R’ = R ∩ (A’ x A’)(b) A’ ⊂ A and R ⊂ R’ ∩ (A’ x A’)(c) R’ = R ∩ (A’ x A’)(d) A’ ⊆ A and R ⊆ R’ ∩ (A’ x A’)The question was posed to me at a job interview.My enquiry is from Graphs topic in section Graphs of Discrete Mathematics |
Answer» Correct answer is (a) A’ ⊂ A and R’ = R ∩ (A’ x A’) |
|
98. |
A directed graph or digraph can have directed cycle in which ______(a) starting node and ending node are different(b) starting node and ending node are same(c) minimum four vertices can be there(d) ending node does not existThe question was posed to me by my college director while I was bunking the class.Question is from Graphs topic in portion Graphs of Discrete Mathematics |
Answer» The correct choice is (b) starting node and ending node are same |
|