Timed practice exams covering the topics tested on EDB's PostgreSQL Associate certification — schemas, indexes, MVCC, transactions, replication, security, JSON/JSONB, and performance. Each set has 30 questions and a 60-minute window.
The PostgreSQL Associate certification (offered by EDB, the primary commercial sponsor of PostgreSQL) validates that you can administer a PostgreSQL database in production — covering architecture, SQL fluency, MVCC, indexes, security, backup/recovery, replication, and routine maintenance. The natural first credential for anyone using PostgreSQL professionally.
Register via EDB ↗Architecture (processes, shared buffers, WAL, MVCC); Installation & config (postgresql.conf, pg_hba.conf, initdb); SQL fundamentals (DDL, DML, joins, CTEs, window functions); Data types (text, numeric, date, JSON/JSONB, arrays, ranges); Indexes (B-tree, GIN, GiST, BRIN, hash, partial, expression); Security (roles, GRANT, RLS, SCRAM-SHA-256); Backup & recovery (pg_dump, pg_basebackup, PITR); Replication (streaming, logical); Maintenance (VACUUM, ANALYZE, autovacuum).
psql.