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. Tablespaces are used to define physical data layout?

2 / 20

2. TOAST tables reside in a seperate schema?

3 / 20

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

4 / 20

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

5 / 20

5. What is the purpose of the template1 database?

6 / 20

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

7 / 20

7. What is the point of the pg_global tablespace?

8 / 20

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

9 / 20

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

choose 3

10 / 20

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

11 / 20

11. What is the purpose of the postgres database?

12 / 20

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

13 / 20

13. Which fork contains the actual table data?

14 / 20

14. Which fork is specific for unlogged tables?

15 / 20

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

16 / 20

16. The default Page size is 2k?

17 / 20

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

Choose 2 option

18 / 20

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

19 / 20

19. What is the name of the directory that contains the files related to the Postgres cluster?

20 / 20

20. What is the purpose of the public schema?

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 of the below are valid Isolations Levels?

choose 2

2 / 10

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

3 / 10

3. non-repeatable read anomaly occurs when?

4 / 10

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

5 / 10

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

choose 3

6 / 10

6. A phantom read anomaly occurs when?

7 / 10

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

8 / 10

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

Select more than 1 answer below:

9 / 10

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

10 / 10

10. The SQL standard specifies three isolation levels?

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. The page header stores checksum and the sizes of the other parts of the page?

2 / 10

2. To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

3 / 10

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

4 / 10

4. Tuples can also be referred to as columns?

5 / 10

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

6 / 10

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

7 / 10

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

8 / 10

8. UPDATE can be regarded as which 2 separate operations?

9 / 10

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

10 / 10

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

Your score is

0%