Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Algorithms
C/C++ Questions
Java Questions
Data Structures
Fundamental Questions
Puzzles
Resume Tips
Added Recently
Links
Contact Us
Submit Question/Answer

Data Structures Questions and Answers for Technical Interviews

 

These are some data strcutures interview questions. Do not forget to check the other sections and to check the products page for recommended readings that helps you in your interview.

 


What pointer type is used to implement the heterogeneous linked list in C?

Solution

 

What is the minimum number of queues needed to implement the priority queue?

 

Solution 

 

Which data structure is used to perform recursion? 

Solution



What are some of the applications for the tree data structure?

Solution

 

 

Next Page