Two stakeholders give you directly contradictory requirements. How do you resolve it?
Do not arbitrate between the stated requirements; trace each back to the business objective behind it, because most contradictions dissolve at that level, and escalate the genuine ones as a documented decision for a named owner rather than deciding yourself.
What the interviewer is scoring
- Whether you separate a stated solution from the underlying need
- Whether you get both parties in one conversation rather than shuttling between them
- Whether you know a real conflict is a decision to be owned, not a compromise to invent
- Whether you document the outcome so it does not resurface later
Answer
Most contradictions are not real
The first move is diagnostic rather than diplomatic. A stated requirement is usually a solution somebody has already chosen, and two people proposing different solutions to the same underlying need will appear to contradict each other while actually agreeing.
So trace each requirement upward. For each one, ask what business outcome it serves, what happens if it is not met, and who is affected. Operations asking for a mandatory approval step and Sales asking for one-click submission look irreconcilable at the level of the screen. At the level of intent — Operations wants to prevent bad data reaching fulfilment, Sales wants to reduce time-to-submit — they are compatible, and asynchronous validation with an exception queue satisfies both. That solution is invisible until you go up a level.
This is the technique the question is testing. Candidates who immediately start negotiating between the two stated positions have accepted a false constraint.
Get them in the same room
Shuttling between stakeholders is the most common mistake and it fails in a specific way: you become the medium through which the disagreement is conducted, each party hears their position relayed rather than heard, and you end up owning a conflict that is not yours.
Bring both together with the tension stated as a shared problem: "Both requirements are reasonable, they cannot both be satisfied as written, and I need your help choosing." Come with the analysis prepared — the two objectives, the specific point of conflict, the options with their trade-offs, and what each option costs. A facilitated session with prepared options resolves in twenty minutes what weeks of email cannot.
Bring evidence rather than opinion where you have it. Data on how often the disputed path is actually used, or what the current process costs in rework, moves a room in a way that argument does not.
When the conflict is real
Some conflicts are genuine, mutually exclusive trade-offs — strict data validation versus submission speed, for instance, where you can shift the balance but not eliminate the tension. When that is the case, the important recognition is that this is a decision, not a compromise to be invented, and it belongs to someone with the authority to make it.
Your job is to make the decision easy to make well: state the options, the consequence of each, your recommendation with reasoning, and what you need decided and by when. Then take it to the person who owns the outcome — the product owner, the sponsor, or the steering group, depending on how the project is governed.
Two failure modes to avoid here. Do not split the difference to keep the peace, because a compromise nobody asked for typically satisfies neither objective and you will own the result. And do not quietly implement the preference of whoever is more senior or more persistent, because that produces a requirement with no recorded rationale that gets challenged in UAT.
Document it as a decision
Whatever the outcome, record it where it will be found: the conflict, the options considered, the decision, the reasoning, who decided, and the date. This is the step that gets skipped, and skipping it is why the same argument recurs three months later with different people and no memory of why the current design exists.
Link it to the affected requirements in your traceability matrix so anyone reading the requirement can see the decision behind it. If your organisation uses architecture decision records, the same format works for requirements decisions and is worth borrowing.
Preventing recurrence
A recurring contradiction between the same two stakeholders is usually a governance gap rather than a personality problem. The structural fixes are a single named decision-maker for the product area, an agreed prioritisation basis so trade-offs are resolved by a shared rule rather than by whoever escalates hardest, and a stakeholder map maintained early so you know who must be consulted before a requirement is treated as settled — much of this conflict comes from someone being brought in late and reasonably objecting to a decision they were not part of.
Likely follow-ups
- What if one stakeholder outranks the other but is technically wrong?
- How would you document the decision so it holds three months later?
- What if neither will engage and the sprint starts on Monday?
- How do you prevent the same conflict recurring on the next feature?
Related questions
- A stakeholder changes their requirements every time you meet them. How do you handle that?mediumAlso on elicitation and stakeholder-management5 min
- The sponsor has already bought the software and wants you to write the requirements for it. How do you approach that?hardAlso on requirements and stakeholder-management4 min
- What goes in a BRD versus an FRD versus a user story, and how do you decide which to produce?mediumAlso on traceability and requirements5 min
- A stakeholder keeps using a term you have never heard. What do you do in the meeting?easyAlso on requirements5 min
- The business says "we need a dashboard" and gives you a three-week deadline. Walk me through what you do first.mediumAlso on elicitation5 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
- A stakeholder says the new request is not a change, it is just a clarification. How do you handle that?mediumAlso on stakeholder-management4 min
- Tell me about a time you had to deliver with unclear requirements or a deadline you did not believe in.mediumAlso on stakeholder-management6 min