Last Updated: June 5, 2026
Behavioral interviewers compare two kinds of answers. Here is the first, in response to "What is your greatest strength?":
"My greatest strength is that I'm a really hard worker and a great problem solver."
There is nothing in that answer the interviewer can write down or argue against. It is an unsupported claim, and we will call this pattern "Telling."
Here is the same question answered with a story:
"I'd say one of my key strengths is persistence in solving a problem. For example, on my last project, we had a bug that only appeared under heavy load. It was crashing the service once or twice a day, and no one could reproduce it. I spent two days combing through logs and running performance profilers. I ended up writing a custom script to simulate user traffic in our staging environment, and after letting it run for eight hours, I isolated the issue to a rare race condition in our caching logic. The fix itself was only three lines of code, but finding it saved the team from a major ongoing headache."
This is "Showing."
"Telling" is making a claim about your qualities. "Showing" is providing the evidence for that claim through a specific, concrete story.
"Telling" (Weak): "I'm a very quick learner."
"Showing" (Strong): "When I joined my last team, the entire codebase was in a framework I'd never used. I spent my first weekend going through the official docs and building a small personal project. By the second week, I was contributing bug fixes, and I shipped my first feature within the month."
"Telling" (Weak): "I have great attention to detail."
"Showing" (Strong): "While reviewing a teammate's code, I noticed an off-by-one error in a pagination calculation. It was an edge case our unit tests had missed. Catching it prevented a bug that would have caused our largest customers to be unable to see the last item on their invoice page."
"Telling" (Weak): "I'm a great team player."
"Showing" (Strong): "Our junior engineer was struggling to meet a sprint deadline. I had finished my tasks, so I offered to pair-program with him. We worked together for a few hours, and I helped him debug the issue. He made the deadline, and our team delivered the feature."
In each pair, the first answer offers an adjective. The second offers a narrative the interviewer can verify and remember.
Anyone can claim to be a "leader." Few can recall a specific story of how they took initiative, influenced a team, and delivered a result. A story is proof. It moves you from making claims to presenting evidence. The interviewer no longer has to take your word for it.
A list of adjectives slides out of memory; a concrete story stays. When the hiring committee meets, the person who said they were "proactive" blurs together with everyone else who said it. The candidate with the release automation story is the one people can still describe.
"Showing" reveals what you did and how you did it. It gives the interviewer a window into your logic, your decision-making process, and the trade-offs you considered. That is more valuable than a generic label.