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

What is the purpose of wal writer?

2 / 20

Some System Catalog tables are common to all databases in the cluster?

3 / 20

The information_schema schema provides information on Postgres release notes?

4 / 20

Postgres uses a thread based process model?

5 / 20

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

6 / 20

Postgres by default has built in connection pooling abilities?

7 / 20

System Catalog tables begin with which prefix?

8 / 20

Postgres server spawns a new backend session for each connection?

9 / 20

What is the default standard size for a fork file?

10 / 20

The pg_default tablespace should never be used to create user tables?

11 / 20

A single Postgres Instance can server only one database?

12 / 20

Which 3 databases exist directly after cluster initialization?

choose 3 options

13 / 20

Which fork contains the actual table data?

14 / 20

When PostgreSQL is running what can it be referred to as?

Choose 2 option

15 / 20

Files are logically split into pages?

16 / 20

What is the name of the catalog that stores metadata for all cluster objects?

17 / 20

How does Postgres know which schema to use if not specified?

18 / 20

To be able to restore data consistency, Postgres maintains

19 / 20

Each Database has its own System Catalog?

20 / 20

What is the purpose of autovacuum?

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

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

choose 3

2 / 10

Which of the below would best describe a dirty read?

3 / 10

which of the below statements will start a transaction as Read Repeatable?

4 / 10

A phantom read anomaly occurs when?

5 / 10

At any moment the database system can contain several versions of one and the same row?

6 / 10

Which isolation level in theory could mean an application does not have to consider isolation anomalies?

7 / 10

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

8 / 10

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

9 / 10

non-repeatable read anomaly occurs when?

10 / 10

The SQL standard specifies three 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

In Postgres, tables are often referred to as which of the below?

2 / 10

The page Special Space is located at the start of the page with highest address

3 / 10

The page header is located in the highest address?

4 / 10

UPDATE can be regarded as which 2 separate operations?

5 / 10

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

6 / 10

Each page has a layer that usually consists of?

choose 2

7 / 10

CLOG files are stored in which directory?

8 / 10

Page header sizes can be easily displayed using the <choose from answers> extension

9 / 10

CLOG contains how many bits for each transaction?

10 / 10

Tuples can also be referred to as columns?

Your score is

0%