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. What is the default standard size for a fork file?

2 / 20

2. What is another name for the postgres process?

3 / 20

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

4 / 20

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

5 / 20

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

6 / 20

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

7 / 20

7. Postgres uses a thread based process model?

8 / 20

8. Which of below are predefined schemas?

choose 3

9 / 20

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

10 / 20

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

11 / 20

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

12 / 20

12. Each Database has its own System Catalog?

13 / 20

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

14 / 20

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

15 / 20

15. What is the purpose of wal writer?

16 / 20

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

17 / 20

17. Users should not modify the template0 database

18 / 20

18. What is the purpose of the template1 database?

19 / 20

19. Which fork contains the actual table data?

20 / 20

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

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 of the below statements will start a transaction as Read Repeatable?

3 / 10

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

4 / 10

4. Which parameters sets the database default isolation level?

5 / 10

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

Select more than 1 answer below:

6 / 10

6. non-repeatable read anomaly occurs when?

7 / 10

7. A phantom read anomaly occurs when?

8 / 10

8. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

9 / 10

9. Which of the below are valid Isolations Levels?

choose 2

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

choose 3

2 / 10

2. In Postgres, tables are often referred to as which of the below?

3 / 10

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

choose 2

4 / 10

4. indexes do not use row versioning?

5 / 10

5. status of a subtransaction is written into CLOG?

6 / 10

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

7 / 10

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

8 / 10

8. Which 2 items does a Virtual XID consist of?

9 / 10

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

10 / 10

10. If a transaction aborts, all page changes are reverted(rolled back) in place?

Your score is

0%