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. TOAST tables reside in a seperate schema?

2 / 20

2. What is a schema?

3 / 20

3. Users should not modify the template0 database

4 / 20

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

5 / 20

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

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

9. What is the name of the 2 default tablespaces created after initialization?

choose 2

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

13 / 20

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

14 / 20

14. Files are logically split into pages?

15 / 20

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

16 / 20

16. Tablespaces are used to define physical data layout?

17 / 20

17. A Postgres cluster consists of 2 or more physical servers accessing one Postgres Instance?

18 / 20

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

19 / 20

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

20 / 20

20. What is the purpose of the template0 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. At any moment the database system can contain several versions of one and the same row?

2 / 10

2. Which of the below would best describe a dirty read?

3 / 10

3. The SQL standard specifies three isolation levels?

4 / 10

4. non-repeatable read anomaly occurs when?

5 / 10

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

6 / 10

6. A phantom read anomaly occurs when?

7 / 10

7. What is the default Isolation Level?

8 / 10

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

9 / 10

9. Which parameters sets the database default isolation level?

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. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

2 / 10

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

3 / 10

3. Information about subtransactions is stored under?

4 / 10

4. CLOG files are stored in which directory?

5 / 10

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

6 / 10

6. status of a subtransaction is written into CLOG?

7 / 10

7. CLOG contains how many bits for each transaction?

8 / 10

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

9 / 10

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

10 / 10

10. When a transaction is committed Postgres uses a special <replace with answer> structure?

Your score is

0%