Plurals: “One of the ______”

Practice this common plural noun rule and take a quiz on the plural rules we learned this week.

This conversation features Sasha (Architect) and Ben (Junior Developer) as they troubleshoot a production outage. The goal is to highlight a common grammatical hurdle: the “one of the [plural noun]” rule.

In English, because you are picking one item out of a group, the noun that follows must always be plural.


The Incident: High Latency in the API

Sasha: Ben, check the logs. We’re seeing a massive spike in latency. I suspect it’s one of the servers in the US-East cluster.

Ben: I’m looking now. You’re right. It looks like one of the containers is stuck in a crash loop.

Sasha: That’s strange. Is it one of the new features we deployed this morning? Or perhaps one of our dependencies is down?

Ben: Actually, it might be one of the database queries. Look at this—it’s taking 12 seconds to return a single row.

Sasha: Wait, did you just say “one of the database query”?

Ben: (Confused) Yeah?

Sasha: Just a small tip for your next presentation: whenever you use the phrase “one of the,” the noun that follows has to be plural. You’re picking one out of many. So, it’s one of the queries, not “one of the query.”

Ben: Oh! That makes sense. You can’t have “one of” if there’s only one thing to choose from. So, it’s one of the bugs I introduced?

Sasha: (Laughing) Exactly! Or one of the reasons we have code reviews. Now, check if it’s one of the microservices responsible for the cache.

Ben: Okay. I’ll check one of the configurations in the staging environment to see if they match.

Sasha: Good. Also, keep an eye on the CPU usage. If one of the instances hits 100%, the load balancer will kick it out.

Ben: Found it! It was one of the environment variables. Someone forgot to add the trailing slash to the API URL.

Sasha: Nice catch. That is one of the most common mistakes we see. Let’s get a patch out.

[Later]

Ben: I’ve got the fix. Truly, this was one of the fastest resolutions we’ve had this week.

Sasha: Don’t get too confident! We still have to write one of those post-mortem reports for the CTO.

* Take English Classes *

Practice your speaking skills in English Classes. Get direct feedback on how you can improve in pronunciation and grammar.

Schedule a Zoom Call to Get Started


📝 Advanced English Quiz for Developers: Plurals & “One of the…”

Section 1: The “One of the…” Rule

Remember: The noun must be plural, but the verb must be singular.

1. Which sentence is grammatically correct for a bug report?

  • A) One of the server is failing to respond to pings.
  • B) One of the servers are failing to respond to pings.
  • C) One of the servers is failing to respond to pings.
  • D) One of the server are failing to respond to pings.

2. Complete the sentence: “We need to refactor ______ our core modules.”

  • A) one of
  • B) one of the
  • C) one of the’s
  • D) one of those

3. In a stand-up meeting, which is the correct way to describe a task?

  • A) “This was one of the most difficult challenge I’ve faced.”
  • B) “This was one of the most difficult challenges I’ve faced.”
  • C) “This was one of most difficult challenges I’ve faced.”
  • D) “This was one of the difficult challenge I’ve faced.”

Section 2: Irregular & Technical Plurals

Focus on Latin/Greek roots common in Science and Engineering.

4. If you are looking at a single point of information in a database, you are looking at a:

  • A) Data
  • B) Datas
  • C) Datum
  • D) Datumi

5. “The ______ for the load balancer are defined in the YAML file.”

  • A) criterion
  • B) criterias
  • C) criterions
  • D) criteria

6. When working with 3D graphics or CSS transforms, you often manipulate multiple:

  • A) Matrixes
  • B) Matrices
  • C) Matrixs
  • D) Matrii

7. Which plural form is preferred in a technical documentation for ‘index’?

  • A) Indexes
  • B) Indexs
  • C) Indices
  • D) Indicies

8. “We performed three separate ______ on the memory leak logs.”

  • A) analysis
  • B) analyses
  • C) analysises
  • D) analyzes

Section 3: Collective Nouns & Edge Cases

9. Which sentence describes the individual members of a team working?

  • A) The staff is all working at their own desks.
  • B) The staff are all working at their own desks.
  • C) The staffs is all working at their own desks.
  • D) The staff are all working at its own desk.

10. “The mysterious crash was a strange ______ that we couldn’t replicate.”

D) phenomenas

A) phenomena

B) phenomenons

C) phenomenon


🔑 Answer Key (Don’t peek until you’re done!)

QuestionCorrect AnswerPrinciple
1C“One of the” + Plural Noun (servers) + Singular Verb (is).
2BStandard phrasing for selecting from a known group.
3B“One of the” always requires a plural noun (challenges).
4CDatum is singular; Data is plural.
5DCriteria is plural; Criterion is singular.
6BMatrices is the standard mathematical plural for Matrix.
7CIndices is the formal technical plural (though ‘indexes’ is gaining ground).
8BAnalyses (pronounced “an-al-uh-seez”) is the plural of Analysis.
9BUsing “are” treats the collective noun “staff” as a group of individuals.
10CPhenomenon is singular; Phenomena is plural.

Leave a comment