By disabling auto-commit mode. Frame the concept in practical terms so you can explain it during interview discussion.
To manually start a transaction, you disable auto-commit mode. This allows multiple operations to be grouped into a single transaction. For example, when updating multiple tables during a user registration process, you might start a transaction to ensure all updates succeed together.