Use data size language naturally in engineering, architecture, and data team conversations.
Context clues for units
Email attachment → KB to low MB | Video file → hundreds of MB to GB
Database backup → GB to TB | Data warehouse → TB to PB
API response → bytes to KB | Container image → MB to low GB
"Well within budget" / "over limit" — budget language for size thresholds
0 / 5 completed
1 / 5
A backend engineer says: "The response payload is 4 KB — _____ for a mobile API." Which phrase best completes the sentence?
"Well within budget" is the idiomatic phrase for a metric comfortably below a threshold. A 4 KB response is very small for a modern API. "On the edge" and "borderline" suggest the metric is near a limit, which is incorrect here.
2 / 5
A DBA says: "The nightly database _____ is around 800 GB — we need to check if the backup storage has capacity." What noun fills the blank?
All four terms are used in DBA contexts, but "backup" is the most universal and natural in a sentence about "backup storage." "Dump" is common but more informal. "Snapshot" implies a point-in-time copy, often at the storage layer. "Export" is more common for CSV/SQL data extracts.
3 / 5
A data engineer says: "We're _____ roughly 3 TB per day into the data warehouse." What verb fits?
"Ingesting" is the standard data engineering verb for loading raw data into a system. "Ingesting N TB per day" is a very common data pipeline metric. "Processing" describes transformation. "Uploading" is more generic. "Storing" describes the persistence layer.
4 / 5
A platform engineer says: "Our container image _____ to over 3 GB — we need to optimise the Dockerfile." What verb describes the image growing unexpectedly?
"Ballooned" is the most expressive and idiomatic choice — it conveys unexpected, problematic growth. "Grew", "expanded", and "increased" are all grammatically correct but lack the negative connotation that fits the context ("we need to optimise").
5 / 5
A storage architect says: "The average log file is about 200 MB per host per day — _____ for 50 hosts, that's 10 GB daily." What transition word fills the blank?
All four are logically correct, but "so" is the most natural spoken transition when doing a quick calculation in conversation. "Thus" and "hence" are formal/written. "Therefore" is slightly formal. In spoken tech discussions, "so" leads arithmetic conclusions most naturally.