data structure is a particular method for managing, storing, and retrieving data.

If interviewers don’t ask you about using data structures specifically, they may ask you about problems that require data structures to solve. (SONMEZ; BUTOWN, 2019)

Some known questions about Data Structure to keep in mind (SONMEZ; BUTOWN, 2019):

Classification and Types of Data Structure

Classification of Data Structure

Reference: geeksforgeeks

Reference: geeksforgeeks

Popular Types of Data Structures

DSA Study Guide

DSA-STUDY-GUIDE.pdf

Array and Linked Lists

Arrays vs. Linked Lists

Arrays differ from lists in several important ways: