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

Each tablespaces can only be assigned for use by one database

3 / 20

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

choose 3

4 / 20

What is the purpose of the visibility map?

5 / 20

A Postgres cluster consists of 2 or more physical servers accessing one Postgres Instance?

6 / 20

If we create a new tablespace which directory will symbolic links be created from?

7 / 20

Which fork keeps track of available space within pages?

8 / 20

Users should not modify the template0 database

9 / 20

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

10 / 20

Tablespaces are used to define physical data layout?

11 / 20

What is the purpose of the public schema?

12 / 20

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

Choose 2 option

13 / 20

What is the process first launched at server start?

14 / 20

What is the name of the directory that contains the files related to the Postgres cluster?

15 / 20

Postgres server spawns a new backend session for each connection?

16 / 20

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

17 / 20

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

choose 2

18 / 20

Files are logically split into pages?

19 / 20

A single Postgres Instance can server only one database?

20 / 20

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

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 default Isolation Level?

2 / 10

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

3 / 10

A phantom read anomaly occurs when?

4 / 10

non-repeatable read anomaly occurs when?

5 / 10

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

6 / 10

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

7 / 10

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

choose 3

8 / 10

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

9 / 10

The SQL standard specifies three isolation levels?

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

Which 2 items does a Virtual XID consist of?

2 / 10

indexes do not use row versioning?

3 / 10

UPDATE can be regarded as which 2 separate operations?

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

What does an Item Pointer contain?

choose 3

8 / 10

status of a subtransaction is written into CLOG?

9 / 10

CLOG files are stored in which directory?

10 / 10

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

Your score is

0%