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. Which fork is specific for unlogged tables?

2 / 20

2. System Catalog tables begin with which prefix?

3 / 20

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

4 / 20

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

5 / 20

5. The default Page size is 2k?

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

9. If we create a new tablespace which directory will symbolic links be created from?

10 / 20

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

11 / 20

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

Choose 2 option

12 / 20

12. What is the purpose of the public schema?

13 / 20

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

14 / 20

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

15 / 20

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

16 / 20

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

17 / 20

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

18 / 20

18. What is a schema?

19 / 20

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

20 / 20

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

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 isolation level in theory could mean an application does not have to consider isolation anomalies?

2 / 10

2. What is the default Isolation Level?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. Which parameters sets the database default isolation level?

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. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

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. Information about subtransactions is stored under?

2 / 10

2. status of a subtransaction is written into CLOG?

3 / 10

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

4 / 10

4. What does an Item Pointer contain?

choose 3

5 / 10

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

6 / 10

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

7 / 10

7. CLOG contains how many bits for each transaction?

8 / 10

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

9 / 10

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

10 / 10

10. CLOG files are stored in which directory?

Your score is

0%