It stores class metadata. Frame the concept in practical terms so you can explain it during interview discussion.
Metaspace is where the JVM stores metadata about classes. It grows as new classes are loaded, unlike the old PermGen, which could cause memory issues. For example, an e-commerce platform dynamically loading plugins might see increased metaspace usage as new classes are loaded.