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

TOAST tables reside in a seperate schema?

2 / 20

What is the purpose of the postgres database?

3 / 20

What is another name for the postgres process?

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

What is the purpose of autovacuum?

7 / 20

What is the purpose of wal writer?

8 / 20

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

Choose 2 option

9 / 20

Each Database has its own System Catalog?

10 / 20

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

11 / 20

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

12 / 20

The default Page size is 2k?

13 / 20

Which of below are predefined schemas?

choose 2

14 / 20

Which fork contains the actual table data?

15 / 20

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

choose 3

16 / 20

Postgres by default has built in connection pooling abilities?

17 / 20

Which of below are predefined schemas?

choose 3

18 / 20

A schema can belong to more than one database?

19 / 20

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

20 / 20

Which 3 databases exist directly after cluster initialization?

choose 3 options

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

The SQL standard specifies three isolation levels?

2 / 10

A phantom read anomaly occurs when?

3 / 10

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

4 / 10

non-repeatable read anomaly occurs when?

5 / 10

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

6 / 10

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

choose 3

7 / 10

What is the default Isolation Level?

8 / 10

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

9 / 10

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

Select more than 1 answer below:

10 / 10

Which of the below would best describe a dirty read?

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

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

2 / 10

Information about subtransactions is stored under?

3 / 10

What does an Item Pointer contain?

choose 3

4 / 10

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

5 / 10

If a transaction aborts, all page changes are reverted(rolled back) in place?

6 / 10

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

7 / 10

Page free space can often become fragmented?

8 / 10

To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

9 / 10

indexes do not use row versioning?

10 / 10

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

Your score is

0%