Inversion and Fronted Negatives in Technical English
5 exercises — master fronted negatives and subject-auxiliary inversion for emphasis in incident reports, RFCs, and architectural proposals.
0 / 5 completed
1 / 5
Not only ___ the primary database, but it also corrupted the backup replicas.
After "not only" at the start of a clause, the auxiliary verb inverts with the subject: "Not only did [subject] [infinitive]..." If there is no auxiliary in the original sentence, "do/does/did" is inserted. Original: "The ransomware encrypted..." becomes "Not only did the ransomware encrypt..." The second clause uses "but also" without inversion. This construction is frequently used in post-mortems to highlight compounding failures.
2 / 5
Under no circumstances ___ the production database without a verified backup snapshot.
"Under no circumstances" is a negative adverbial phrase. When it fronts a clause, subject-auxiliary inversion is mandatory: "Under no circumstances should you..." Other phrases that trigger inversion: "on no account," "in no way," "at no time," "by no means." This construction is standard in deployment runbooks and engineering guidelines where absolute prohibitions must be stated unambiguously.
3 / 5
Rarely ___ a microservice architecture cause such a cascading failure across all regions simultaneously.
"Rarely" (like "never," "seldom," "hardly," "scarcely") triggers inversion when it opens a clause: "Rarely does a [noun]..." The auxiliary "does" comes before the subject "a microservice architecture." This is used in post-mortem reports to emphasise the unusual nature of an incident. Note: "do a" would be wrong because the subject is singular (a microservice architecture), requiring "does."
4 / 5
Only after the rollback was complete ___ the engineering team that the root cause was a race condition.
"Only after [time clause]" triggers inversion in the main clause. Pattern: "Only after [condition], did [subject] [verb]..." This construction emphasises that realisation came late — after the rollback. It is commonly used in post-mortems to sequence events with emphasis: "Only after the incident was resolved did we identify the true cause." Without inversion, "the engineering team realised" would be grammatically possible but loses the emphatic effect.
5 / 5
Which sentence demonstrates correct inversion for emphasis?
After "not only" the auxiliary inverts: "Not only WAS the API slow..." The second clause uses "but it was also" — "also" comes after the subject, before the verb. Option A has no inversion (error). Option C misplaces "also" — it should be "but it was also," not "but also it was." Option D is grammatically incomplete. The "not only...but also" construction is a powerful tool for listing compounding problems in incident reports.