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

Postgres by default has built in connection pooling abilities?

2 / 20

The default Page size is 2k?

3 / 20

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

4 / 20

What is the name of the 2 default tablespaces created after initialization?

choose 2

5 / 20

Postgres uses a thread based process model?

6 / 20

It is the postmasters job to listener for incoming connections?

7 / 20

What is the purpose of autovacuum?

8 / 20

The information_schema schema provides information on Postgres release notes?

9 / 20

What 3 files/forks as a minimum make up a table on disk?

10 / 20

What is the purpose of the public schema?

11 / 20

Each tablespaces can only be assigned for use by one database

12 / 20

Tablespaces are used to define physical data layout?

13 / 20

What is the purpose of wal writer?

14 / 20

What is the purpose of the postgres database?

15 / 20

Which fork is specific for unlogged tables?

16 / 20

Users should not modify the template0 database

17 / 20

What is the name of the mechanism used to store a row bigger than a page size?

18 / 20

What is the purpose of the template0 database?

19 / 20

pg_catalog schema is used to store system catalog tables?

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

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

2 / 10

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

3 / 10

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

4 / 10

Which parameters sets the database default isolation level?

5 / 10

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

6 / 10

The SQL standard specifies three isolation levels?

7 / 10

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

8 / 10

Which of the below are valid Isolations Levels?

choose 2

9 / 10

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

10 / 10

A phantom read anomaly occurs when?

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

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

2 / 10

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

3 / 10

Tuples can also be referred to as columns?

4 / 10

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

5 / 10

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

6 / 10

CLOG contains how many bits for each transaction?

7 / 10

Which 2 of the below represent transaction IDs used for row versioning?

8 / 10

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

9 / 10

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

10 / 10

indexes do not use row versioning?

Your score is

0%