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. Users should not modify the template0 database

2 / 20

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

3 / 20

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

4 / 20

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

5 / 20

5. TOAST tables reside in a seperate schema?

6 / 20

6. What is the purpose of the postgres database?

7 / 20

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

8 / 20

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

9 / 20

9. What is a schema?

10 / 20

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

11 / 20

11. What is the purpose of the public schema?

12 / 20

12. System Catalog tables begin with which prefix?

13 / 20

13. The default Page size is 2k?

14 / 20

14. What is the purpose of the template1 database?

15 / 20

15. What is the point of the pg_global tablespace?

16 / 20

16. Files are logically split into pages?

17 / 20

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

choose 3

18 / 20

18. What is the default standard size for a fork file?

19 / 20

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

20 / 20

20. Postgres uses a thread based process model?

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. Which parameters sets the database default isolation level?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

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

8 / 10

8. A phantom read anomaly occurs when?

9 / 10

9. non-repeatable read anomaly occurs when?

10 / 10

10. What is the default Isolation Level?

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. The page Special Space is located at the start of the page with highest address

2 / 10

2. a transaction containing a savepoint is will still be considered as only a single transaction?

3 / 10

3. When a row is created, its xmin value is set to the transaction ID of which command?

4 / 10

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

5 / 10

5. status of a subtransaction is written into CLOG?

6 / 10

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

7 / 10

7. Each page has a layer that usually consists of?

choose 2

8 / 10

8. indexes do not use row versioning?

9 / 10

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

10 / 10

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

Your score is

0%