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

Postgres uses a thread based process model?

2 / 20

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

choose 3

3 / 20

A single Postgres Instance can server only one database?

4 / 20

What is another name for the postgres process?

5 / 20

What is the purpose of the template1 database?

6 / 20

Which of below are predefined schemas?

choose 2

7 / 20

What is the purpose of the template0 database?

8 / 20

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

Choose 2 option

9 / 20

Which of below are predefined schemas?

choose 3

10 / 20

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

11 / 20

What is the purpose of the visibility map?

12 / 20

The information_schema schema provides information on Postgres release notes?

13 / 20

What is the purpose of the public schema?

14 / 20

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

15 / 20

Who is the Author of the Postgres 14 Internals book?

16 / 20

Tablespaces are used to define physical data layout?

17 / 20

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

18 / 20

What is the name of the catalog that stores metadata for all cluster objects?

19 / 20

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

20 / 20

Each Database has its own System Catalog?

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

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

2 / 10

The SQL standard specifies three isolation levels?

3 / 10

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

Select more than 1 answer below:

4 / 10

Which of the below would best describe a dirty read?

5 / 10

A phantom read anomaly occurs when?

6 / 10

Which parameters sets the database default isolation level?

7 / 10

non-repeatable read anomaly occurs when?

8 / 10

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

9 / 10

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

10 / 10

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

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

The page header is located in the highest address?

2 / 10

Tuples can also be referred to as columns?

3 / 10

The page Special Space is located at the start of the page with highest address

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

indexes do not use row versioning?

8 / 10

status of a subtransaction is written into CLOG?

9 / 10

UPDATE can be regarded as which 2 separate operations?

10 / 10

CLOG Pages are never cached in memory?

Your score is

0%