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

System Catalog tables begin with which prefix?

2 / 20

It is the postmasters job to listener for incoming connections?

3 / 20

The default Page size is 2k?

4 / 20

Which of the below objects can be referred to as relations?

choose 3

5 / 20

Each Database has its own System Catalog?

6 / 20

What is the purpose of the postgres database?

7 / 20

Which fork is specific for unlogged tables?

8 / 20

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

9 / 20

What is the purpose of wal writer?

10 / 20

What is the purpose of the visibility map?

11 / 20

If we create a new tablespace which directory will symbolic links be created from?

12 / 20

To understand each other, a client and a server must use one and the same interfacing protocol?

13 / 20

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

14 / 20

Which fork contains the actual table data?

15 / 20

What command is used to create the Postgres cluster?

16 / 20

What is the purpose of the template0 database?

17 / 20

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

18 / 20

The information_schema schema provides information on Postgres release notes?

19 / 20

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

20 / 20

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

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

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

3 / 10

What is the default Isolation Level?

4 / 10

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

5 / 10

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

6 / 10

non-repeatable read anomaly occurs when?

7 / 10

Which parameters sets the database default isolation level?

8 / 10

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

9 / 10

A phantom 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

Tuples can also be referred to as columns?

2 / 10

The page header stores checksum and the sizes of the other parts of the page?

3 / 10

UPDATE can be regarded as which 2 separate operations?

4 / 10

The page header is located in the highest address?

5 / 10

CLOG Pages are never cached in memory?

6 / 10

index row headers like table row headers contain xmin and xmax fields?

7 / 10

Which function can we use to find the current transaction ID?

8 / 10

Each page has a layer that usually consists of?

choose 2

9 / 10

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

10 / 10

CLOG files are stored in which directory?

Your score is

0%