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

What is the point of the pg_global tablespace?

2 / 20

What is the purpose of the visibility map?

3 / 20

It is the postmasters job to listener for incoming connections?

4 / 20

What is another name for the postgres process?

5 / 20

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

6 / 20

What column in system catalogs servers as the Primary Key

7 / 20

What is the purpose of autovacuum?

8 / 20

Which 3 databases exist directly after cluster initialization?

choose 3 options

9 / 20

Files are logically split into pages?

10 / 20

To be able to restore data consistency, Postgres maintains

11 / 20

Each tablespaces can only be assigned for use by one database

12 / 20

Which of below are predefined schemas?

choose 2

13 / 20

A schema can belong to more than one database?

14 / 20

The information_schema schema provides information on Postgres release notes?

15 / 20

What command is used to create the Postgres cluster?

16 / 20

Postgres uses a thread based process model?

17 / 20

A single Postgres Instance can server only one database?

18 / 20

What is the purpose of wal writer?

19 / 20

Postgres by default has built in connection pooling abilities?

20 / 20

TOAST tables reside in a seperate schema?

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 statements will start a transaction as Read Repeatable?

2 / 10

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

choose 3

3 / 10

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

4 / 10

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

5 / 10

Which of the below would best describe a dirty read?

6 / 10

What is the default Isolation Level?

7 / 10

non-repeatable read anomaly occurs when?

8 / 10

Which parameters sets the database default isolation level?

9 / 10

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

10 / 10

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

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

UPDATE can be regarded as which 2 separate operations?

2 / 10

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

3 / 10

indexes do not use row versioning?

4 / 10

Which 2 items does a Virtual XID consist of?

5 / 10

The page header is located in the highest address?

6 / 10

status of a subtransaction is written into CLOG?

7 / 10

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

8 / 10

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

9 / 10

CLOG contains how many bits for each transaction?

10 / 10

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

Your score is

0%