Data Structures Interview Questions
- What is data structure? [Answer]
- List out the areas in which data structures are applied extensively? [Answer]
- What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model. [Answer]
- If you are using C language to implement the heterogeneous linked list, what pointer type will you use? [Answer]
- Minimum number of queues needed to implement the priority queue? [Answer]
- What is the data structures used to perform recursion? [Answer]
- What are the notations used in Evaluation of Arithmetic Expressions using prefix and postfix forms? [Answer]
- Convert the expression ((A + B) * C – (D – E) ^ (F + G)) to equivalent Prefix and Postfix notations. [Answer]
- Sorting is not possible by using which of the following methods? [Answer]
- What are the methods available in storing sequential files ? [Answer]
- List out few of the Application of tree data-structure? [Answer]
- List out few of the applications that make use of Multilinked Structures? [Answer]
- In tree construction which is the suitable efficient data structure? [Answer]
- What is the type of the algorithm used in solving the 8 Queens problem? [Answer]
- In an AVL tree, at what condition the balancing is to be done? [Answer]
- What is the bucket size, when the overlapping and collision occur at same time? [Answer]
- Traverse the given tree using Inorder, Preorder and Postorder traversals. [Answer]
- There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree? [Answer]
- Classify the Hashing Functions based on the various methods by which the key value is found. [Answer]
- What are the types of Collision Resolution Techniques and the methods used in each of the type? [Answer]
- In RDBMS, what is the efficient data structure used in the internal storage representation? [Answer]
- Of the following tree structure, which is, efficient considering space and time complexities? [Answer]
Incomplete Binary Tree
Complete Binary Tree
Full Binary Tree - What is a spanning Tree? [Answer]
- Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes? [Answer]
- Which is the simplest file structure?
Sequential
Indexed
Random [Answer] - Whether Linked List is linear or Non-linear data structure? [Answer]
(a) Insertion
(b) Selection
(c) Exchange
(d) Deletion