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. System Catalog tables begin with which prefix?

2 / 20

2. The information_schema schema provides information on Postgres release notes?

3 / 20

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

4 / 20

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

Choose 2 option

5 / 20

5. What is the purpose of wal writer?

6 / 20

6. What is the purpose of the visibility map?

7 / 20

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

8 / 20

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

9 / 20

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

10 / 20

10. Each Database has its own System Catalog?

11 / 20

11. Files are logically split into pages?

12 / 20

12. What 3 files/forks as a minimum make up a table on disk?

13 / 20

13. What is the purpose of the public schema?

14 / 20

14. Which of below are predefined schemas?

choose 3

15 / 20

15. What is the point of the pg_global tablespace?

16 / 20

16. What is the purpose of the postgres database?

17 / 20

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

18 / 20

18. Postgres server spawns a new backend session for each connection?

19 / 20

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

20 / 20

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

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. What is the default Isolation Level?

2 / 10

2. non-repeatable read anomaly occurs when?

3 / 10

3. Which of the below are valid Isolations Levels?

choose 2

4 / 10

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

5 / 10

5. A phantom read anomaly occurs when?

6 / 10

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

7 / 10

7. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

8 / 10

8. The SQL standard specifies three isolation levels?

9 / 10

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

10 / 10

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

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. CLOG files are stored in which directory?

2 / 10

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

3 / 10

3. If a transaction is read only which kind of Transaction ID is it allocated?

4 / 10

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

5 / 10

5. The page header is located in the highest address?

6 / 10

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

7 / 10

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

8 / 10

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

9 / 10

9. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

10 / 10

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

Your score is

0%