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

System Catalog tables begin with which prefix?

2 / 20

Which fork is specific for unlogged tables?

3 / 20

The information_schema schema provides information on Postgres release notes?

4 / 20

A single Postgres Instance can server only one database?

5 / 20

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

choose 2

6 / 20

What is another name for the postgres process?

7 / 20

Which 3 databases exist directly after cluster initialization?

choose 3 options

8 / 20

Postgres server spawns a new backend session for each connection?

9 / 20

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

10 / 20

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

choose 3

11 / 20

TOAST tables reside in a seperate schema?

12 / 20

It is the postmasters job to listener for incoming connections?

13 / 20

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

14 / 20

Users should not modify the template0 database

15 / 20

Postgres by default has built in connection pooling abilities?

16 / 20

Each Database has its own System Catalog?

17 / 20

What is the purpose of the visibility map?

18 / 20

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

Choose 2 option

19 / 20

How does Postgres know which schema to use if not specified?

20 / 20

What is the point of the pg_global tablespace?

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

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

2 / 10

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

3 / 10

non-repeatable read anomaly occurs when?

4 / 10

Which parameters sets the database default isolation level?

5 / 10

A phantom read anomaly occurs when?

6 / 10

What is the 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

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

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

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

2 / 10

CLOG contains how many bits for each transaction?

3 / 10

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

4 / 10

status of a subtransaction is written into CLOG?

5 / 10

A page along with its tuples is read into the buffer cache with compression transformations to enhance cache efficiency?

6 / 10

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

7 / 10

CLOG files are stored in which directory?

8 / 10

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

9 / 10

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

10 / 10

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

Your score is

0%