Start here. This is the direct spoken answer to practice first.
Why this question matters
Mentoring is not only formal leadership. It is a practical signal that the candidate makes the team better, not just their own tickets.
I helped a teammate who was new to our API patterns implement a paged list endpoint. Instead of taking the task over, I walked through the existing endpoint style, explained the request DTO, validation, filtering, sorting, and response shape, then let them implement the first version. I reviewed the PR with comments focused on the pattern and the reasons behind it, not just the exact code changes.