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

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

2 / 20

TOAST tables reside in a seperate schema?

3 / 20

Postgres by default has built in connection pooling abilities?

4 / 20

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

5 / 20

What is the purpose of wal writer?

6 / 20

Which fork contains the actual table data?

7 / 20

Each tablespaces can only be assigned for use by one database

8 / 20

Who is the Author of the Postgres 14 Internals book?

9 / 20

Which of below are predefined schemas?

choose 3

10 / 20

It is the postmasters job to listener for incoming connections?

11 / 20

What is a schema?

12 / 20

What is another name for the postgres process?

13 / 20

Postgres server spawns a new backend session for each connection?

14 / 20

The information_schema schema provides information on Postgres release notes?

15 / 20

The default Page size is 2k?

16 / 20

Which of below are predefined schemas?

choose 2

17 / 20

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

18 / 20

A single Postgres Instance can server only one database?

19 / 20

Which 3 databases exist directly after cluster initialization?

choose 3 options

20 / 20

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

Choose 2 option

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

Which of the below are valid Isolations Levels?

choose 2

2 / 10

non-repeatable read anomaly occurs when?

3 / 10

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

4 / 10

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

5 / 10

Which of the below would best describe a dirty read?

6 / 10

Which parameters sets the database default isolation level?

7 / 10

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

Select more than 1 answer below:

8 / 10

A phantom read anomaly occurs when?

9 / 10

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

10 / 10

What is the default Isolation Level?

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

Which 2 items does a Virtual XID consist of?

2 / 10

CLOG files are stored in which directory?

3 / 10

UPDATE can be regarded as which 2 separate operations?

4 / 10

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

5 / 10

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

6 / 10

What does an Item Pointer contain?

choose 3

7 / 10

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

8 / 10

Postgres table physical data files are always cross compatible across platforms?

9 / 10

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

10 / 10

status of a subtransaction is written into CLOG?

Your score is

0%