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. Who is the Author of the Postgres 14 Internals book?

2 / 20

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

3 / 20

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

4 / 20

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

5 / 20

5. Postgres uses a thread based process model?

6 / 20

6. What is the purpose of wal writer?

7 / 20

7. The default Page size is 2k?

8 / 20

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

9 / 20

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

10 / 20

10. Which of below are predefined schemas?

choose 3

11 / 20

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

12 / 20

12. The pg_default tablespace should never be used to create user tables?

13 / 20

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

14 / 20

14. Which fork keeps track of available space within pages?

15 / 20

15. What is the point of the pg_global tablespace?

16 / 20

16. Tablespaces are used to define physical data layout?

17 / 20

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

18 / 20

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

19 / 20

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

20 / 20

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

Choose 2 option

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 of the below are valid Isolations Levels?

choose 2

2 / 10

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

3 / 10

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

Select more than 1 answer below:

4 / 10

4. non-repeatable read anomaly occurs when?

5 / 10

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

6 / 10

6. The SQL standard specifies three isolation levels?

7 / 10

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

8 / 10

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

9 / 10

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

10 / 10

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

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. What does an Item Pointer contain?

choose 3

2 / 10

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

3 / 10

3. The page header is located in the highest address?

4 / 10

4. The page header stores checksum and the sizes of the other parts of the page?

5 / 10

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

6 / 10

6. status of a subtransaction is written into CLOG?

7 / 10

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

8 / 10

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

9 / 10

9. Information about subtransactions is stored under?

10 / 10

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

Your score is

0%