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. Postgres uses a thread based process model?

2 / 20

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

3 / 20

3. It is the postmasters job to listener for incoming connections?

4 / 20

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

5 / 20

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

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

9. What is the purpose of the visibility map?

10 / 20

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

11 / 20

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

12 / 20

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

13 / 20

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

14 / 20

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

15 / 20

15. A schema can belong to more than one database?

16 / 20

16. System Catalog tables begin with which prefix?

17 / 20

17. What is the purpose of wal writer?

18 / 20

18. Users should not modify the template0 database

19 / 20

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

20 / 20

20. Which fork contains the actual table data?

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. A phantom read anomaly occurs when?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. Which of the below are valid Isolations Levels?

choose 2

6 / 10

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

7 / 10

7. Lost updates are forbidden by the standard at all isolation levels?

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 would best describe a dirty read?

10 / 10

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

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. CLOG Pages are never cached in memory?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. psql provides a special mode that allows you to continue a transaction after a failure?

7 / 10

7. virtual IDs exist only in PGDATA/pg_vxid when not cached?

8 / 10

8. Tuples can also be referred to as columns?

9 / 10

9. CLOG contains how many bits for each transaction?

10 / 10

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

Your score is

0%