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

Who is the Author of the Postgres 14 Internals book?

3 / 20

Which fork is specific for unlogged tables?

4 / 20

What is the purpose of the public schema?

5 / 20

TOAST tables reside in a seperate schema?

6 / 20

What is the purpose of the template0 database?

7 / 20

What is the process first launched at server start?

8 / 20

What is the purpose of wal writer?

9 / 20

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

10 / 20

What is another name for the postgres process?

11 / 20

Postgres server spawns a new backend session for each connection?

12 / 20

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

13 / 20

What is the purpose of the postgres database?

14 / 20

Which of below are predefined schemas?

choose 3

15 / 20

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

16 / 20

Postgres by default has built in connection pooling abilities?

17 / 20

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

18 / 20

Files are logically split into pages?

19 / 20

Which fork keeps track of available space within pages?

20 / 20

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

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

non-repeatable read anomaly occurs when?

2 / 10

The SQL standard specifies three isolation levels?

3 / 10

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

4 / 10

What are some of database features we can use to avoid a non repeatable read?

Select more than 1 answer below:

5 / 10

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

6 / 10

A phantom read anomaly occurs when?

7 / 10

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

8 / 10

Which parameters sets the database default isolation level?

9 / 10

Which of the below would best describe a dirty read?

10 / 10

Which of the below are valid Isolations Levels?

choose 2

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

When a row is created, its xmin value is set to the transaction ID of which command?

2 / 10

at any one time Postgres can have several versions of a row?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

Tuples can also be referred to as columns?

7 / 10

Which of the below are true about a Pages Item Pointer?

8 / 10

CLOG contains how many bits for each transaction?

9 / 10

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

10 / 10

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

Your score is

0%