ORMs like Prisma and Kysely are central to modern backend development. Mispronouncing them in interviews can undermine your credibility — this quiz helps you get it right.
0 / 5 completed
1 / 5
How is Drizzle (ORM) correctly pronounced?
Drizzle is pronounced 'DRIZ-ul' — two syllables, stress on the first, like light rain. The 'i' is short. A common mistake is over-stressing the second syllable. In a technical interview: 'We migrated from Prisma to DRIZ-ul for its type-safe query builder and leaner bundle.'
2 / 5
How is Prisma correctly pronounced?
Prisma is pronounced 'PRIZ-muh' — two syllables, stress on the first, like the optical prism with an 'a' appended. The 'i' is short. In a technical interview: 'Our data layer uses PRIZ-muh as the ORM with schema-first migrations and a generated type-safe client.'
3 / 5
How is Kysely correctly pronounced?
Kysely is pronounced 'KY-zuh-lee' — three syllables, stress on the first. It is a Finnish word meaning 'query'. The 'ky' sounds like 'kye' (rhymes with 'sky'). In a technical interview: 'We use KY-zuh-lee for its fully type-safe SQL query builder without the abstraction overhead of a full ORM.'
4 / 5
How is SQLAlchemy correctly pronounced?
SQLAlchemy is pronounced 'ess-kyoo-el-AL-kuh-mee' — 'SQL' as letters S-Q-L, then 'Alchemy' as AL-kuh-mee (like the medieval practice). Many also say 'sequel-AL-kuh-mee'. In a technical interview: 'Our Python services use ess-kyoo-el-AL-kuh-mee's ORM layer with Alembic for migrations.'
5 / 5
How is Alembic (Python migration tool) correctly pronounced?
Alembic is pronounced 'uh-LEM-bik' — three syllables, stress on the second. It is named after the alchemical distillation vessel. The 'a' is a schwa (unstressed). In a technical interview: 'We version our database schema changes with uh-LEM-bik migrations checked into the repository.'