| Other Data Structures Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does abstract data type means? | TCS | 6 |
| What do you mean by Base case, Recursive case, Binding Time,
Run-Time Stack and Tail Recursion? | TCS | 1 |
| What is the average number of comparisons in a sequential
search? | | 2 |
| sir plz. send me a bunch of questions related to this topic
which may help me in campus selection | ABC | 1 |
| How would you sort a linked list? | | 2 |
| What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm? | | 2 |
| A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute? | | 8 |
| How is it possible to insert different type of elements in
stack? | | 5 |
| A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute? | | 4 |
| In which data structure, elements can be added or removed at
either end, but not in the middle? | Wipro | 19 |
| When will you sort an array of pointers to list elements,
rather than sorting the elements themselves? | | 2 |
| How will inorder, preorder and postorder traversals print
the elements of a tree? | | 6 |
| Evaluate the following prefix expression " ++ 26 + - 1324" | Patni | 8 |
| What is the average number of comparisons needed in a
sequential search to determine the position of an element in
an array of 100 elements, if the elements are ordered from
largest to smallest? | ABB | 10 |
| Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1 | | 7 |
| Write a Binary Search program | | 2 |
| Write programs for Bubble Sort, Quick sort | | 2 |
| Which sort show the best average behavior? | | 6 |
| What is binary tree?
| BMC | 5 |
| What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero) | Sasken | 8 |
| |
| For more Data Structures Interview Questions Click Here |