Maps store data in key-value pairs. Frame the concept in practical terms so you can explain it during interview discussion.
In Java, a HashMap allows you to store and retrieve objects using keys. This is different from a List, which is based on an ordered sequence of elements. For instance, in an e-commerce catalog, you might use a product ID as a key to quickly find product details.