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

1. Which 3 databases exist directly after cluster initialization?

choose 3 options

2 / 20

2. What column in system catalogs servers as the Primary Key

3 / 20

3. Which fork contains the actual table data?

4 / 20

4. What is the purpose of wal writer?

5 / 20

5. What is the process first launched at server start?

6 / 20

6. How many files or forks on disk will a 10Mb table with no index have?

7 / 20

7. Which fork is specific for unlogged tables?

8 / 20

8. Which of below are predefined schemas?

choose 3

9 / 20

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

10 / 20

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

11 / 20

11. Users should not modify the template0 database

12 / 20

12. To be able to restore data consistency, Postgres maintains

13 / 20

13. Tablespaces can be used to segregate data based on performance needs?

14 / 20

14. What is a schema?

15 / 20

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

16 / 20

16. A single Postgres Instance can server only one database?

17 / 20

17. What is the purpose of autovacuum?

18 / 20

18. Which fork keeps track of available space within pages?

19 / 20

19. TOAST tables reside in a seperate schema?

20 / 20

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

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

1. Which of the below are valid Isolations Levels?

choose 2

2 / 10

2. What is the default Isolation Level?

3 / 10

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

4 / 10

4. A phantom read anomaly occurs when?

5 / 10

5. Which isolation level in theory could mean an application does not have to consider isolation anomalies?

6 / 10

6. non-repeatable read anomaly occurs when?

7 / 10

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

Select more than 1 answer below:

8 / 10

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

9 / 10

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

10 / 10

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

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

1. Which 2 of the below represent transaction IDs used for row versioning?

2 / 10

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

3 / 10

3. Information about subtransactions is stored under?

4 / 10

4. virtual IDs exist only in PGDATA/pg_vxid when not cached?

5 / 10

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

6 / 10

6. indexes do not use row versioning?

7 / 10

7. index row headers like table row headers contain xmin and xmax fields?

8 / 10

8. Page free space can often become fragmented?

9 / 10

9. Postgres table physical data files are always cross compatible across platforms?

10 / 10

10. CLOG contains how many bits for each transaction?

Your score is

0%