A stakeholder keeps using a term you have never heard. What do you do in the meeting?
Judge whether the term blocks the decision in front of you: if it does, ask immediately, and ask for a concrete instance rather than a definition; if it does not, note it and follow up afterwards. Then play back your understanding in your own words so the correction happens in the meeting rather than in the code.
What the interviewer is scoring
- Whether the candidate triages the term by decision impact instead of asking about every unknown word
- Does the question they ask elicit a concrete example rather than an abstract definition
- That they play back their understanding for correction rather than nodding and looking it up later
- Whether they recognise a shared word with two departmental meanings as the more dangerous case
- Can the candidate say where a guessed meaning does lasting damage, such as a schema or a written requirement
Answer
Decide whether it blocks the decision
You cannot ask about every unfamiliar word, because a meeting where you interrupt eight times stops being a meeting about the business and becomes a tutorial for you. So triage in real time on one criterion: does not knowing this term prevent me from understanding the decision being made right now?
If it does, ask immediately — a requirement written around a word you do not understand is a defect with a long fuse, and a few seconds of asking is cheap against building the wrong thing. If it does not, because the term is context or belongs to a part of the process outside your scope, write it down for afterwards. Most terms fall into the second category, which is why a running list is the main tool here.
Ask for the instance, not the definition
The phrasing matters more than people expect, because two questions that look equivalent produce completely different answers. "What does a chargeback mean?" invites a textbook sentence that you could have found yourself and that leaves you no better able to reason about it. "Can you walk me through the last one you dealt with?" produces the actual behaviour: who raised it, what evidence was needed, what the deadline was, what happens when it is missed, and which system was involved. You learn the term and its consequences in one answer, and the stakeholder gets to talk about their work, which they generally enjoy.
Three variants do most of the work.
| Instead of | Ask | Because it gives you |
|---|---|---|
| "What is a settlement break?" | "Can you walk me through the most recent one?" | The lifecycle, the actors and the timings, not a sentence |
| "What counts as a qualifying account?" | "What's an example of something that looks like one but isn't?" | The boundary, which is where the rules live |
| "What does the reserve do?" | "What goes wrong downstream if it's set wrong?" | Why the concept exists and who depends on it |
Ask cleanly, with no apology. "Say more about what a settlement break is in your world" gets you a good answer. "Sorry, I'm new, apologies for the basic question" costs you standing and trains the room to stop explaining things properly. Asking about the substance of someone's job is normal professional behaviour; performing embarrassment about it is what makes it awkward.
Play it back before the meeting ends
The step that converts a question into a contribution is the playback. Restate the term in your own words, in the context of the decision, and invite correction: "So a settlement break is a trade where the cash and the securities didn't move on the intended date, and if it's unresolved past a certain point there's a penalty. If that's right, then the retry logic we were about to build needs to know the intended date, not just the failure." You have made your understanding visible, and if it is wrong the stakeholder corrects you in eight seconds — in the meeting, at zero cost, instead of in a schema six weeks later.
Playback is also what stops bluffing, the real risk here. Nodding along and looking the word up later feels efficient and usually is not, because the definition you find online is the industry's general one while the business is using it with a local narrowing you will not discover. Meanwhile the bluff propagates into the minutes, the ticket title and eventually a column name, where a term you guessed at will outlive everyone's memory of the meeting.
Afterwards, batch the remaining list and take it to one person — often not the most senior, since a support lead or operations analyst will happily spend twenty minutes on ten terms and be pleased to be asked. Write the answers into a shared glossary with an example beside each entry and treat it as a deliverable. It is the cheapest artefact you will produce and the one the next joiner will actually use.
The term you did not notice was ambiguous
An unknown word is a small problem, because you know that you do not know it and the mechanism for fixing it is a question. The expensive case is the word you are certain you understand and which two parts of the business use differently, because nobody asks a question and both sides leave the room satisfied.
"Customer" is the classic: to sales it is the contracting entity, to support it is the person who calls, to billing it is the account that pays, and to a warehouse it is the delivery address. "Order" may mean the thing a customer placed or the thing a fulfilment centre works from, and those diverge the first time a single order ships in three parcels from two sites. "Booked", "reserve", "position", "active", "closed" and "unit" all carry this hazard. Each one is a place where a system silently models one department's meaning and then produces numbers the other department declares wrong, and the argument that follows is never framed as a vocabulary problem.
So the habit to build is listening for the same word used with different scope by different people, and naming it when you hear it. Ask whose definition a given requirement uses. If both are legitimate — and they usually are, because each is correct inside its own part of the business — resist the urge to arbitrate and pick one true meaning; that is how you produce a model that serves neither. The right move is to qualify the terms in writing, ContractingCustomer and Payer and Recipient, and to accept that the boundary between the two usages is a real seam in the business that your design should follow rather than paper over.
Unknown terminology is a question you can ask in eight seconds; shared terminology with two meanings is a defect that ships, so listen for the word everyone thinks they agree on.
Likely follow-ups
- How would you ask about a term when the stakeholder is senior, impatient and short of time?
- Two teams use the word "order" to mean different things. What do you do about it?
- How do you keep a glossary from becoming a stale page nobody opens?
- When is it right to keep an ugly business term rather than replacing it with a clearer one?
Related questions
- Everyone in the business calls it the fax queue, and nothing has been faxed since 2014. Do you keep that name in the code?mediumAlso on domain-vocabulary and ubiquitous-language4 min
- Two stakeholders give you directly contradictory requirements. How do you resolve it?mediumAlso on requirements3 min
- Sales needs a delivery date for something you have not finished discovery on. What do you commit to?mediumAlso on stakeholder-communication5 min
- The domain expert tells you one thing and the written procedure says another. How do you work out which one the system should follow?hardAlso on requirements5 min
- Two weeks before launch, engineering tells you the feature needs six more weeks. What do you do?mediumAlso on stakeholder-communication6 min
- The release ships tomorrow and you are only halfway through regression. What do you do?mediumAlso on stakeholder-communication7 min
- Take me through how you run a technical discovery call.mediumAlso on requirements7 min
- The business insists on a requirement that nobody can test — "the system must be intuitive". What do you write instead?mediumAlso on requirements4 min