5 exercises — practise each other and one another in descriptions of mutual system and team interactions.
0 / 5 completed
1 / 5
Which sentence correctly uses a reciprocal pronoun to describe two microservices communicating in both directions?
"Communicate with each other" is correct: "each other" is a reciprocal pronoun expressing a mutual action between exactly the two entities involved (service A communicates with service B, and service B communicates with service A), and the verb "communicate" requires the preposition "with" before its object in this reciprocal sense. Option A ("communicate themselves") misuses a reflexive pronoun, which would wrongly suggest each service talks to itself. Option B omits the required preposition "with" — "each other" cannot directly follow "communicate" without it. Option D ("communicate them") uses a plain object pronoun, which loses the mutual, bidirectional meaning entirely and is also missing "with".
2 / 5
Choose the sentence that correctly distinguishes "each other" (two parties) from "one another" (more than two), for a cluster of five nodes.
"With one another" is the traditionally preferred choice when more than two entities are involved — here, five nodes — though modern usage increasingly accepts "each other" for any number of participants, careful technical writing still favors "one another" for groups larger than two to signal precision. Option A ("each other") is not strictly wrong in modern usage but is less precise for a group of five under the traditional distinction being tested. Option C ("themselves") is a reflexive pronoun and would incorrectly suggest each node synchronizes only with its own internal state, not with the other nodes. Option D ("it") is a singular pronoun that cannot refer to a mutual relationship among multiple nodes at all.
3 / 5
Which sentence correctly uses the possessive form of a reciprocal pronoun ("each other's")?
"Each other's pull requests" is correct: the reciprocal pronoun "each other" takes a possessive apostrophe-s ("each other's") when showing that something belongs to the other party, exactly like a regular possessive noun. Option A omits the possessive marker entirely, leaving "each other" ungrammatically modifying "pull requests" with no possessive relationship shown. Option B places the apostrophe incorrectly ("others" is plural, not possessive) — the correct possessive is formed on "other", not "others". Option D ("each other own") is not a standard English construction; it garbles the possessive pattern by inserting "own" without the required apostrophe-s.
4 / 5
Choose the sentence that correctly avoids the common error of using a reciprocal pronoun as a sentence subject.
Option C is correct: reciprocal pronouns like "each other" and "one another" function only as objects (of a verb or preposition), never as the grammatical subject of a clause, so "the services" correctly serves as the subject while "each other" appears as the object of "depend on". Option A incorrectly places "each other" in subject position before "services", which is not a valid English structure. Option B similarly misuses "one another" as if it were a determiner modifying "service" in subject position, which reciprocal pronouns cannot do. Option D uses "each other" alone as a subject, which is ungrammatical since reciprocal pronouns require an antecedent (a plural subject they refer back to) and cannot themselves be the subject of a sentence.
5 / 5
A design doc says: "The load balancer and the health-check service depend on _____ to detect failures quickly." Choose the correct reciprocal pronoun for exactly two entities.
"Each other" is the traditionally preferred and most natural choice when exactly two entities are involved — here, "the load balancer" and "the health-check service" — following the classic rule that "each other" is for two, "one another" for more than two (though this distinction is softening in modern usage, "each other" remains the safer, more idiomatic choice for a pair). Option A ("themselves") is reflexive and would wrongly suggest each entity depends on its own internal state rather than on the other entity. Option B ("one another") is grammatically acceptable to some readers but less precisely matched to a two-entity relationship under the classic distinction this exercise tests. Option D ("itself") is singular and cannot refer to the mutual relationship between two separate, named entities at all.