Question Tags in Professional Technical Conversations
Practice question tags used in standups, code reviews, and technical conversations to seek confirmation and soften requests.
0 / 5 completed
1 / 5
In a standup, you want to confirm that a teammate has already pushed the hotfix. Which question tag is correct?
Positive statement + negative tag: You have pushed X, haven't you? This seeks confirmation of a belief. Negative tag after a positive statement shows you expect agreement. Did you is used without have, creating a simple past structure.
2 / 5
You suspect a bug was not reproduced in the test environment. Which question tag is correct?
Negative statement + positive tag: The bug wasn't reproduced, was it? The tag matches the auxiliary (wasn't → was) and inverts polarity (negative statement → positive tag).
3 / 5
You want to politely suggest that a colleague takes another look at an issue. Which phrasing uses a question tag most professionally?
Modal + negative tag (could... couldn't you?) softens a request. It sounds collaborative rather than commanding. Will you with an imperative is also valid but slightly more direct.
4 / 5
In a code review comment, you want to informally confirm understanding. Which tag fits the informal register?
Right? is the most common informal tag in tech conversations — equivalent to yeah? or OK? in casual speech. Doesn't it is grammatically correct but more formal. Hasn't it implies a change of state (present perfect), which changes the meaning.
5 / 5
During a post-mortem, the facilitator confirms that a contributing factor has been documented. Which tag is grammatically correct and appropriate?
We have documented X, haven't we? matches: positive statement (have) + negative tag (haven't), same subject (we). The tag confirms what the facilitator believes is already done and invites confirmation from the group.