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. To be able to restore data consistency, Postgres maintains

2 / 20

2. What is the purpose of wal writer?

3 / 20

3. Which of below are predefined schemas?

choose 3

4 / 20

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

5 / 20

5. Tablespaces are used to define physical data layout?

6 / 20

6. TOAST tables reside in a seperate schema?

7 / 20

7. Which fork is specific for unlogged tables?

8 / 20

8. Which fork contains the actual table data?

9 / 20

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

10 / 20

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

11 / 20

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

12 / 20

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

13 / 20

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

14 / 20

14. What is the purpose of the template1 database?

15 / 20

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

16 / 20

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

17 / 20

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

18 / 20

18. What is a schema?

19 / 20

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

20 / 20

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

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. Snapshot isolation is preferred but increases the number of required locks?

2 / 10

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

3 / 10

3. Which of the below are valid Isolations Levels?

choose 2

4 / 10

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

5 / 10

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

6 / 10

6. What is the default Isolation Level?

7 / 10

7. Which parameters sets the database default isolation level?

8 / 10

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

9 / 10

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

Select more than 1 answer below:

10 / 10

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

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 is located in the highest address?

2 / 10

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

3 / 10

3. Information about subtransactions is stored under?

4 / 10

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

5 / 10

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

6 / 10

6. Which 2 of the below represent transaction IDs used for row versioning?

7 / 10

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

8 / 10

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

choose 2

9 / 10

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

10 / 10

10. CLOG files are stored in which directory?

Your score is

0%