iqa

This project contains Interview questions with solution and answers

This project is maintained by AshishNamdev

Data Structure Questions

<Back

Q1-Data-Structure

What is a Data Structure?

Answer

Q2-Data-Structure

What are linear and non linear data Structures?

Answer

Q3-Data-Structure

What are the various operations that can be performed on different Data Structures?

Answer

Q4-Data-Structure

How is an Array different from Linked List?

Answer

Q5-Data-Structure

What is Stack and where it can be used?

Answer

Q6-Data-Structure

What is a Queue, how it is different from stack and how is it implemented?

Answer

Q7-Data-Structure

What are Infix, prefix, Postfix notations?

Answer

Q8-Data-Structure

What is a Linked List and What are its types?

Answer

Q9-Data-Structure

Which data structures are used for BFS and DFS of a graph?

Answer

Q10-Data-Structure

How to implement a stack using queue?

Answer

<Back