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. How many rows in a page does Postgres aim to have before considering TOAST?

2 / 20

2. What is the purpose of the public schema?

3 / 20

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

4 / 20

4. What 3 files/forks as a minimum make up a table on disk?

5 / 20

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

Choose 2 option

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

9. Which of below are predefined schemas?

choose 3

10 / 20

10. Which fork is specific for unlogged tables?

11 / 20

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

12 / 20

12. What is another name for the postgres process?

13 / 20

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

14 / 20

14. What is the purpose of autovacuum?

15 / 20

15. Each Database has its own System Catalog?

16 / 20

16. Which 3 databases exist directly after cluster initialization?

choose 3 options

17 / 20

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

choose 3

18 / 20

18. What is the name of the mechanism used to store a row bigger than a page size?

19 / 20

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

20 / 20

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

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. Data Consistency is best handled at the application layer rather than at the database layer?

2 / 10

2. A phantom read anomaly occurs when?

3 / 10

3. Which parameters sets the database default isolation level?

4 / 10

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

5 / 10

5. What is the default Isolation Level?

6 / 10

6. The SQL standard specifies three isolation levels?

7 / 10

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

8 / 10

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

choose 3

9 / 10

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

Select more than 1 answer below:

10 / 10

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

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. at any one time Postgres can have several versions of a row?

2 / 10

2. status of a subtransaction is written into CLOG?

3 / 10

3. CLOG Pages are never cached in memory?

4 / 10

4. Page free space can often become fragmented?

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. In Postgres, tables are often referred to as which of the below?

8 / 10

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

9 / 10

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

10 / 10

10. indexes do not use row versioning?

Your score is

0%