Postgres Quiz Archive

You have 200 seconds to answer 20 Random questions so think fast!

You will need to score 80% or over to pass!


Created by Paul Sammy

PostgreSQL 14 Internals Chapter 1

A quiz to test the knowledge of those reading and learning from Postgres 14 Internals book by Egor Rogov, covering topics in Chapter 1.

1 / 20

Which fork contains the actual table data?

2 / 20

What is the process first launched at server start?

3 / 20

What is the purpose of autovacuum?

4 / 20

What is the purpose of wal writer?

5 / 20

A Postgres cluster consists of 2 or more physical servers accessing one Postgres Instance?

6 / 20

The information_schema schema provides information on Postgres release notes?

7 / 20

What is another name for the postgres process?

8 / 20

How many files or forks on disk will a 10Mb table with no index have?

9 / 20

System Catalog tables begin with which prefix?

10 / 20

Files are logically split into pages?

11 / 20

Tablespaces are used to define physical data layout?

12 / 20

What is the purpose of the public schema?

13 / 20

What is the point of the pg_global tablespace?

14 / 20

A schema can belong to more than one database?

15 / 20

What is the name of the system catalog table for relations?

16 / 20

Which of below are predefined schemas?

choose 2

17 / 20

What is the purpose of the postgres database?

18 / 20

Which of below are predefined schemas?

choose 3

19 / 20

pg_catalog schema is used to store system catalog tables?

20 / 20

To be able to restore data consistency, Postgres maintains

Your score is

0%

Created by Paul Sammy

PostgreSQL 14 Internals Chapter 2

A quiz to test the knowledge of those reading and learning from Postgres 14 Internals book by Egor Rogov, covering topics in Chapter 2.

1 / 10

Data Consistency is best handled at the application layer rather than at the database layer?

2 / 10

The SQL standard specifies three isolation levels?

3 / 10

The more locks a transaction acquires, the better it is isolated from other transactions?

4 / 10

Snapshot isolation is preferred but increases the number of required locks?

5 / 10

Which of the below would best describe a dirty read?

6 / 10

What is the default Isolation Level?

7 / 10

Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

8 / 10

A phantom read anomaly occurs when?

9 / 10

What is the acronym used for the attributes that ensure Data consistency, integrity and durability?

10 / 10

Lost updates are forbidden by the standard at all isolation levels?

Your score is

0%

Created by Paul Sammy

PostgreSQL 14 Internals Chapter 3

A quiz to test the knowledge of those reading and learning from Postgres 14 Internals book by Egor Rogov, covering topics in Chapter 3.

1 / 10

CLOG Pages are never cached in memory?

2 / 10

psql provides a special mode that allows you to continue a transaction after a failure?

3 / 10

If a transaction is read only which kind of Transaction ID is it allocated?

4 / 10

To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

5 / 10

virtual IDs exist only in PGDATA/pg_vxid when not cached?

6 / 10

Indexes values also support multi versioning with several versions of an index value existing at any point in time?

7 / 10

status of a subtransaction is written into CLOG?

8 / 10

When a transaction is committed Postgres uses a special <replace with answer> structure?

9 / 10

Rows of TOAST tables are handled in such a way that they are never update?

10 / 10

Tuples can also be referred to as columns?

Your score is

0%