Externalize methods for proxy invocation. Frame the concept in practical terms so you can explain it during interview discussion.
To ensure transactional methods are invoked through proxies, move them to separate beans. This allows Spring to intercept calls and apply transaction management. In a retail system, if adjusting stock and processing payment are separate methods, they should be in different service classes.