

InterviewSolution
Saved Bookmarks
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.
101. |
Same puzzle with 9 balls and optimize it |
Answer» | |
102. |
C++ Basic , malloc, calloc |
Answer» | |
103. |
Simple puzzle |
Answer» | |
104. |
Memory allocation for static varibles(when,which segment etc) |
Answer» | |
105. |
Do you know android programming |
Answer» | |
106. |
Given a binary tree, build a doubly linked list for the leaves of the tree in the given order without using any extra space |
Answer» | |
107. |
General discussion on heaps |
Answer» | |
108. |
Template classes, WAP operator= for template class such that it behaves differently for int and char * |
Answer» | |
109. |
Random questions |
Answer» | |
110. |
basic questions like analyzing a pen, based on how deep you can think |
Answer» | |
111. |
How to give interview |
Answer» | |
112. |
Questions, if any? |
Answer» | |
113. |
Questions about Virtual |
Answer» | |
114. |
Given a binary search tree. Traverse only the left sub-tree |
Answer» | |
115. |
If we use a heap in Q6, what will be the disadvantages of that approach |
Answer» | |
116. |
Given n dice, each of 'a' sides and a sum b, return the number of ways in which the sum b can be obtained. How can you reduce the time complexity and space complexity? |
Answer» | |
117. |
Basics on sql |
Answer» | |
118. |
Difference between C and Java |
Answer» | |
119. |
tel mi abt urself |
Answer» | |
120. |
Do you mind if we put you in any of the location. |
Answer» | |
121. |
There is a dictionary containing words in sorted order. These words consist of some alien alphabets. Using the dictionary, find out the ordering between the alphabets. For eg, if English was the alien language, with a,b,c, etc. as the characters, and give |
Answer» | |
122. |
Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain |
Answer» | |
123. |
Priority queue code, Fibonacci series, bfs-dfs implementation,tree data structures (like height,left view,right view) basically easy level question of GFG on tree |
Answer» | |
124. |
If u hav a file system which is 95% full and now when new files are created, the os deletes the largest file, find the data structure to be used |
Answer» | |
125. |
Many technical questions |
Answer» | |
126. |
Basic HTML Tags |
Answer» | |
127. |
Print the level order traversal of the binary tree in the spiral form |
Answer» | |
128. |
Questions from the same topics as the previous round |
Answer» | |
129. |
What are the important categories of software? |
Answer» | |
130. |
Write a program to traverse a linked list |
Answer» | |
131. |
Extracting words from a line in java? |
Answer» | |
132. |
Asked on C, Java, DBMS, Data Structures, Algorithms, Puzzles |
Answer» | |
133. |
How to find 2nd largest salary of the person |
Answer» | |
134. |
Database |
Answer» | |
135. |
How will you construct parse tree for ((a+b)*c)/d? what all data structures can you use? |
Answer» | |
136. |
Continuation was when more than 1 ‘n’ occur together |
Answer» | |
137. |
Questions mainly on C, OOPS concepts of C++, basic Java concepts, Data structures and puzzles (standard ones) |
Answer» | |
138. |
What are the problems you face while developing software |
Answer» | |
139. |
Program to check whether your machine is little endian or big endian |
Answer» | |
140. |
Simple linked list questions-find middle element,given a pointer to second last element delete it |
Answer» | |
141. |
1. Whats your strong technical Skills for this role except mentioned in your resume? |
Answer» | |
142. |
Complexity of the algorithm |
Answer» | |
143. |
You hand over 'n' identical linked lists to n salespersons. After the day's work, these salesperson return the lists. Merge these lists such that all insertions, deletions, updates are taken care of, so that you can repeat this process for the next day |
Answer» | |
144. |
2. Why should we hire you ? |
Answer» | |
145. |
Company details |
Answer» | |
146. |
What is primary key? unique key? |
Answer» | |
147. |
Extra curricular activities, fests etc.? |
Answer» | |
148. |
What is foreign key? can foreign key be Null? |
Answer» | |
149. |
Experience of the whole day? |
Answer» | |
150. |
Given an Infix expression, how to evaluate its answer |
Answer» | |