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. The pg_default tablespace should never be used to create user tables?

2 / 20

2. What is the purpose of the visibility map?

3 / 20

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

4 / 20

4. What is the name of the directory that contains the files related to the Postgres cluster?

5 / 20

5. What is the purpose of autovacuum?

6 / 20

6. Which fork contains the actual table data?

7 / 20

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

8 / 20

8. What is the purpose of wal writer?

9 / 20

9. What command is used to create the Postgres cluster?

10 / 20

10. What is the purpose of the postgres database?

11 / 20

11. System Catalog tables begin with which prefix?

12 / 20

12. What is the purpose of the public schema?

13 / 20

13. What is the purpose of the template0 database?

14 / 20

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

15 / 20

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

choose 3

16 / 20

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

17 / 20

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

18 / 20

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

19 / 20

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

20 / 20

20. A schema can belong to more than 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. Data Consistency is best handled at the application layer rather than at the database layer?

2 / 10

2. What is the default Isolation Level?

3 / 10

3. Which parameters sets the database default isolation level?

4 / 10

4. A phantom read anomaly occurs when?

5 / 10

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

6 / 10

6. which of the below statements will start a transaction as Read Repeatable?

7 / 10

7. non-repeatable read anomaly occurs when?

8 / 10

8. Which of the below are valid Isolations Levels?

choose 2

9 / 10

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

choose 3

10 / 10

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

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. Which 2 of the below represent transaction IDs used for row versioning?

3 / 10

3. indexes do not use row versioning?

4 / 10

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

5 / 10

5. Information about subtransactions is stored under?

6 / 10

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

7 / 10

7. Which of the below are true about a Pages Item Pointer?

8 / 10

8. CLOG contains how many bits for each transaction?

9 / 10

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

10 / 10

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

Your score is

0%