To customize build configurations. Frame the concept in practical terms so you can explain it during interview discussion.
Maven profiles allow you to define different build configurations and switch between them easily. They are useful for targeting different environments (e.g., development, testing, production) with specific settings. In an e-commerce application, you might use a profile to enable detailed logging only in the development environment.