It isolates the unit under test. Frame the concept in practical terms so you can explain it during interview discussion.
Mockito allows the creation of mock objects to simulate dependencies, ensuring tests focus on the unit's behavior. In an e-commerce app, you can mock a payment service to test order processing logic without real transactions.