Learn to say popular data compression algorithm and format names correctly.
0 / 5 completed
1 / 5
How is Gzip (widely used compression format based on the DEFLATE algorithm) correctly pronounced?
Gzip is pronounced 'GEE-zip' — a hard 'G' as in 'get', plus 'zip'. In a technical interview: "Gzip shrank the JSON response to a fraction of its size before it ever left the server."
2 / 5
How is Brotli (compression algorithm developed by Google that often outperforms Gzip) correctly pronounced?
Brotli is pronounced 'BROHT-lee' — stress on BROHT, echoing its German-inspired name. In a technical interview: "Brotli cut another fifteen percent off the payload compared to what Gzip already gave us."
3 / 5
How is Zstandard (fast lossless compression algorithm developed by Facebook, often abbreviated zstd) correctly pronounced?
Zstandard is pronounced 'ZEE-STAN-durd' — the letter 'Z' plus the everyday word 'standard'. In a technical interview: "Zstandard compressed the log archive faster than Gzip while still landing a smaller file."
4 / 5
How is LZ4 (extremely fast lossless compression algorithm prioritizing speed over ratio) correctly pronounced?
LZ4 is pronounced 'EL-ZEE-FOR' — 'L' and 'Z' spoken as letters, plus the number 'four'. In a technical interview: "LZ4 compressed the stream fast enough that it never became the bottleneck in our pipeline."
5 / 5
How is Snappy (fast compression and decompression library from Google, aimed at speed over ratio) correctly pronounced?
Snappy (the compression library) is pronounced 'SNAP-ee' — exactly like the everyday word for quick and lively. In a technical interview: "Snappy decompressed each block almost instantly, which mattered far more to us than the ratio."