Signposting in Technical Presentations and Documentation
0 / 10 completed
1 / 10
An engineer begins a postmortem presentation: "I'll cover three areas today. _____, I'll explain what happened. _____, I'll cover the root cause. _____, I'll outline the prevention measures."
Which set of signposting words is most appropriate?
Which set of signposting words is most appropriate?
Firstly / Secondly / Thirdly is correct. Ordinal enumerators (firstly, secondly, thirdly) are the standard way to introduce a structured list of agenda items or points in a presentation. They signal sequence and completeness. "However / Furthermore / Therefore" are contrast, addition, and result markers — not sequencing markers. "As a result / In contrast / To summarise" mix causation, contrast, and summary — inappropriate for introducing three equal agenda items.
2 / 10
A tech lead writes in an ADR: "The new architecture reduces operational complexity. _____, it introduces a latency increase of approximately 20ms."
Which signpost correctly introduces a contrasting point?
Which signpost correctly introduces a contrasting point?
However is correct. "However" introduces a contrasting or qualifying point — here, a downside that offsets the benefit just described. "As a result" introduces a consequence (same direction). "Furthermore" adds a supporting point. "To illustrate" introduces an example. The relationship between "reduces complexity" and "introduces latency" is contrastive, not additive or causal.
3 / 10
An architect concludes a design walkthrough: "_____, we have three options: monolith, microservices, or serverless. Each has trade-offs that I've outlined in the decision matrix."
Which signpost correctly introduces a summary?
Which signpost correctly introduces a summary?
To summarise is correct. "To summarise" introduces a condensed restatement of the key points already covered — ideal for the conclusion of a design walkthrough. "To illustrate" introduces an example. "Building on this" adds a new point that extends the previous one. "In contrast" introduces a contrasting point.
4 / 10
A system design presentation continues: "The event-driven approach reduces coupling between services. _____, it also enables asynchronous processing, which improves throughput."
Which signpost adds a further supporting benefit?
Which signpost adds a further supporting benefit?
Furthermore is correct. "Furthermore" adds an additional point that reinforces or extends the previous claim. Here, it adds another benefit of the event-driven approach. "However" introduces contrast. "As a result" introduces a consequence. "In contrast" introduces an opposing point.
5 / 10
An engineer explains a technical decision: "We chose PostgreSQL over MongoDB. _____, our data has strong relational structure — orders reference customers, which reference addresses."
Which signpost correctly introduces a concrete example?
Which signpost correctly introduces a concrete example?
To illustrate is correct. "To illustrate" introduces a specific example or evidence that demonstrates the preceding claim. The relational structure of orders-customers-addresses illustrates why PostgreSQL (a relational database) is the right choice. "Furthermore" adds a new point. "However" introduces contrast. "Building on this" extends the previous point in a new direction, not with an example.
6 / 10
A postmortem root cause section reads: "The deployment pipeline ran without error. _____, the new configuration file was never loaded by the service."
Which signpost is most appropriate?
Which signpost is most appropriate?
However is correct. The successful pipeline run and the configuration not being loaded are contrasting facts — the first suggests everything was fine; the second reveals the hidden problem. "However" is ideal for introducing this contradiction. "As a result" would imply the configuration failure caused the pipeline to run without error — the opposite of the intended meaning. "Furthermore" would add a point in the same direction. "Firstly" is an enumerator, not a contrast marker.
7 / 10
An engineer explains an architecture evolution: "We decomposed the monolith into services. _____, we introduced a service mesh to manage inter-service communication."
Which signpost signals that the second point develops from the first?
Which signpost signals that the second point develops from the first?
Building on this is correct. "Building on this" signals that the second point extends or develops from the first — it does not contrast with it. Decomposing into microservices creates the need for inter-service communication management, so the service mesh is a logical next step. "In contrast" and "However" introduce contrasting information. "To summarise" introduces a conclusion, not a developmental step.
8 / 10
A technical presenter says: "I've covered the problem and the root cause. _____, I'll now walk through the three mitigation strategies."
Which signpost transitions to the next section?
Which signpost transitions to the next section?
Having established this is correct. "Having established X, I will now Y" is a formal signposting structure that acknowledges what has just been covered and signals the transition to the next section. It is common in technical presentations and academic talks. "To illustrate" introduces an example. "In contrast" introduces a contrasting point. "As a result" introduces a consequence — the mitigation strategies are not a consequence of the root cause analysis; they are the next topic.
9 / 10
Which signposting sentence is INCORRECT or unnatural in a technical presentation?
Option C is incorrect in context. "However" signals contrast or a qualifying point. If the new approach improves throughput, this is likely an additional benefit (use "Furthermore") or a consequence (use "As a result"), not a contrasting point. Using "However" here implies the throughput improvement is unexpected or contradicts something — which would only be valid if the previous sentence described a disadvantage. Without that context, "Furthermore" is the natural choice. Options A, B, and D all use signposting correctly.
10 / 10
A sprint retrospective facilitator says: "We missed our velocity target. _____, the quality of completed work was significantly higher than last sprint."
Which signpost is most appropriate?
Which signpost is most appropriate?
That said is correct. "That said" (or "having said that") is a concessive connector used to introduce a qualification or positive counterpoint after a negative statement. It is more conversational than "however" and is natural in retrospective discussions. "Furthermore" adds a point in the same direction (both would need to be negative or both positive). "As a result" implies the quality improvement caused the missed target, which is likely not the intended meaning. "To illustrate" introduces an example, not a contrasting observation.