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. What is the purpose of the postgres database?

2 / 20

2. Which fork is specific for unlogged tables?

3 / 20

3. What is the purpose of autovacuum?

4 / 20

4. System Catalog tables begin with which prefix?

5 / 20

5. How many rows in a page does Postgres aim to have before considering TOAST?

6 / 20

6. What is another name for the postgres process?

7 / 20

7. What is a schema?

8 / 20

8. What is the purpose of the visibility map?

9 / 20

9. TOAST tables reside in a seperate schema?

10 / 20

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

11 / 20

11. Users should not modify the template0 database

12 / 20

12. What is the purpose of the template1 database?

13 / 20

13. Which of below are predefined schemas?

choose 2

14 / 20

14. A schema can belong to more than one database?

15 / 20

15. Which fork contains the actual table data?

16 / 20

16. Postgres uses a thread based process model?

17 / 20

17. pg_catalog schema is used to store system catalog tables?

18 / 20

18. What is the point of the pg_global tablespace?

19 / 20

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

20 / 20

20. Which 3 databases exist directly after cluster initialization?

choose 3 options

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. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

2 / 10

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

3 / 10

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

4 / 10

4. What is the default Isolation Level?

5 / 10

5. A phantom read anomaly occurs when?

6 / 10

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

7 / 10

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

8 / 10

8. non-repeatable read anomaly occurs when?

9 / 10

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

10 / 10

10. Which of the below are valid Isolations Levels?

choose 2

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. a transaction containing a savepoint is will still be considered as only a single transaction?

2 / 10

2. Tuples can also be referred to as columns?

3 / 10

3. CLOG Pages are never cached in memory?

4 / 10

4. Information about subtransactions is stored under?

5 / 10

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

6 / 10

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

7 / 10

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

8 / 10

8. Which 2 items does a Virtual XID consist of?

9 / 10

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

10 / 10

10. UPDATE can be regarded as which 2 separate operations?

Your score is

0%