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 name of the mechanism used to store a row bigger than a page size?

2 / 20

2. Who is the Author of the Postgres 14 Internals book?

3 / 20

3. Each tablespaces can only be assigned for use by one database

4 / 20

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

5 / 20

5. Each Database has its own System Catalog?

6 / 20

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

7 / 20

7. What is the purpose of wal writer?

8 / 20

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

9 / 20

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

10 / 20

10. What is the point of the pg_global tablespace?

11 / 20

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

12 / 20

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

13 / 20

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

14 / 20

14. The default Page size is 2k?

15 / 20

15. What is a schema?

16 / 20

16. Postgres by default has built in connection pooling abilities?

17 / 20

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

18 / 20

18. What is the purpose of autovacuum?

19 / 20

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

20 / 20

20. What is the purpose of the postgres 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 acronym used for the attributes that ensure Data consistency, integrity and durability?

2 / 10

2. A phantom read anomaly occurs when?

3 / 10

3. non-repeatable read anomaly occurs when?

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

7. Which of the below are valid Isolations Levels?

choose 2

8 / 10

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

Select more than 1 answer below:

9 / 10

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

10 / 10

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

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 header stores checksum and the sizes of the other parts of the page?

2 / 10

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

3 / 10

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

4 / 10

4. CLOG files are stored in which directory?

5 / 10

5. Tuples can also be referred to as columns?

6 / 10

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

7 / 10

7. Information about subtransactions is stored under?

8 / 10

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

9 / 10

9. CLOG contains how many bits for each transaction?

10 / 10

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

Your score is

0%