They are slower and more complex. Frame the concept in practical terms so you can explain it during interview discussion.
Integration tests involve executing parts of the system together, which can be slower and require more setup than unit tests. They should be used judiciously to test interactions between components. In an e-commerce platform, you might use integration tests to verify the checkout process, ensuring all components work together, but run them less frequently due to their complexity.