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 purpose of the template0 database?

2 / 20

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

3 / 20

3. Postgres uses a thread based process model?

4 / 20

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

5 / 20

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

choose 2

6 / 20

6. A single Postgres Instance can server only one database?

7 / 20

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

8 / 20

8. Which of below are predefined schemas?

choose 3

9 / 20

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

10 / 20

10. What is the purpose of autovacuum?

11 / 20

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

12 / 20

12. Which fork contains the actual table data?

13 / 20

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

14 / 20

14. What is the point of the pg_global tablespace?

15 / 20

15. How many rows in a page does Postgres aim to have before considering TOAST?

16 / 20

16. What is a schema?

17 / 20

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

18 / 20

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

19 / 20

19. System Catalog tables begin with which prefix?

20 / 20

20. pg_catalog schema is used to store system catalog tables?

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. Lost updates are forbidden by the standard at all isolation levels?

2 / 10

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

3 / 10

3. Which parameters sets the database default isolation level?

4 / 10

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

choose 3

5 / 10

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

6 / 10

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

7 / 10

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

Select more than 1 answer below:

8 / 10

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

9 / 10

9. A phantom read anomaly occurs when?

10 / 10

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

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. Each page has a layer that usually consists of?

choose 2

2 / 10

2. Rows of TOAST tables are handled in such a way that they are never update?

3 / 10

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

4 / 10

4. indexes do not use row versioning?

5 / 10

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

6 / 10

6. CLOG contains how many bits for each transaction?

7 / 10

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

8 / 10

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

9 / 10

9. If a transaction is read only which kind of Transaction ID is it allocated?

10 / 10

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

Your score is

0%