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. A Postgres cluster consists of 2 or more physical servers accessing one Postgres Instance?

2 / 20

2. System Catalog tables begin with which prefix?

3 / 20

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

4 / 20

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

5 / 20

5. Users should not modify the template0 database

6 / 20

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

7 / 20

7. How many files or forks on disk will a 10Mb table with no index have?

8 / 20

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

9 / 20

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

10 / 20

10. Each Database has its own System Catalog?

11 / 20

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

12 / 20

12. The default Page size is 2k?

13 / 20

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

14 / 20

14. It is the postmasters job to listener for incoming connections?

15 / 20

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

choose 3

16 / 20

16. What is the purpose of the template0 database?

17 / 20

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

18 / 20

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

19 / 20

19. Tablespaces are used to define physical data layout?

20 / 20

20. Some System Catalog tables are common to all databases in the 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. At any moment the database system can contain several versions of one and the same row?

2 / 10

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

3 / 10

3. non-repeatable read anomaly occurs when?

4 / 10

4. Which parameters sets the database default isolation level?

5 / 10

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

6 / 10

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

7 / 10

7. What is the default Isolation Level?

8 / 10

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

9 / 10

9. The SQL standard specifies three isolation levels?

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. Page header sizes can be easily displayed using the <choose from answers> extension

2 / 10

2. To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

3 / 10

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

4 / 10

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

5 / 10

5. Information about subtransactions is stored under?

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. If a transaction is read only which kind of Transaction ID is it allocated?

8 / 10

8. indexes do not use row versioning?

9 / 10

9. status of a subtransaction is written into CLOG?

10 / 10

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

Your score is

0%