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 3 files/forks as a minimum make up a table on disk?

2 / 20

2. Each Database has its own System Catalog?

3 / 20

3. What is a schema?

4 / 20

4. Which fork contains the actual table data?

5 / 20

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

6 / 20

6. Which of below are predefined schemas?

choose 3

7 / 20

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

8 / 20

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

9 / 20

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

10 / 20

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

11 / 20

11. Tablespaces are used to define physical data layout?

12 / 20

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

13 / 20

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

14 / 20

14. What is the purpose of the postgres database?

15 / 20

15. TOAST tables reside in a seperate schema?

16 / 20

16. Files are logically split into pages?

17 / 20

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

18 / 20

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

19 / 20

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

20 / 20

20. What is the purpose of autovacuum?

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. What is the default Isolation Level?

2 / 10

2. Which parameters sets the database default isolation level?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. At any moment the database system can contain several versions of one and the same row?

7 / 10

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

8 / 10

8. Which of the below are valid Isolations Levels?

choose 2

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. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

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. A page along with its tuples is read into the buffer cache with compression transformations to enhance cache efficiency?

2 / 10

2. Postgres table physical data files are always cross compatible across platforms?

3 / 10

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

4 / 10

4. The page Special Space is located at the start of the page with highest address

5 / 10

5. CLOG Pages are never cached in memory?

6 / 10

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

7 / 10

7. a transaction containing a savepoint is will still be considered as only a single transaction?

8 / 10

8. Which function can we use to find the current transaction ID?

9 / 10

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

10 / 10

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

Your score is

0%