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. When PostgreSQL is running what can it be referred to as?

Choose 2 option

2 / 20

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

3 / 20

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

4 / 20

4. What is the purpose of the public schema?

5 / 20

5. What column in system catalogs servers as the Primary Key

6 / 20

6. What is a schema?

7 / 20

7. What is the point of the pg_global tablespace?

8 / 20

8. Files are logically split into pages?

9 / 20

9. TOAST tables reside in a seperate schema?

10 / 20

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

11 / 20

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

12 / 20

12. System Catalog tables begin with which prefix?

13 / 20

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

14 / 20

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

15 / 20

15. Which 3 databases exist directly after cluster initialization?

choose 3 options

16 / 20

16. Tablespaces are used to define physical data layout?

17 / 20

17. Postgres uses a thread based process model?

18 / 20

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

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. Which parameters sets the database default isolation level?

2 / 10

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

3 / 10

3. The SQL standard specifies three isolation levels?

4 / 10

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

5 / 10

5. non-repeatable read anomaly occurs when?

6 / 10

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

7 / 10

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

8 / 10

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

choose 3

9 / 10

9. A phantom read anomaly occurs when?

10 / 10

10. What is the default Isolation Level?

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. If a transaction is read only which kind of Transaction ID is it allocated?

2 / 10

2. indexes do not use row versioning?

3 / 10

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

4 / 10

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

5 / 10

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

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. The page Special Space is located at the start of the page with highest address

8 / 10

8. Page free space can often become fragmented?

9 / 10

9. CLOG Pages are never cached in memory?

10 / 10

10. Tuples can also be referred to as columns?

Your score is

0%