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. System Catalog tables begin with which prefix?

2 / 20

2. What is the point of the pg_global tablespace?

3 / 20

3. What is the purpose of the public schema?

4 / 20

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

5 / 20

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

6 / 20

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

7 / 20

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

8 / 20

8. What is another name for the postgres process?

9 / 20

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

10 / 20

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

11 / 20

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

12 / 20

12. What is the purpose of the template0 database?

13 / 20

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

14 / 20

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

15 / 20

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

16 / 20

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

17 / 20

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

18 / 20

18. Each Database has its own System Catalog?

19 / 20

19. TOAST tables reside in a seperate schema?

20 / 20

20. What is the purpose of the postgres database?

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 isolation level in theory could mean an application does not have to consider isolation anomalies?

2 / 10

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

3 / 10

3. non-repeatable read anomaly occurs when?

4 / 10

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

5 / 10

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

6 / 10

6. Which parameters sets the database default isolation level?

7 / 10

7. A phantom read anomaly occurs when?

8 / 10

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

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

choose 2

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. When a transaction is committed Postgres uses a special <replace with answer> structure?

2 / 10

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

3 / 10

3. CLOG Pages are never cached in memory?

4 / 10

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

5 / 10

5. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

6 / 10

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

7 / 10

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

8 / 10

8. at any one time Postgres can have several versions of a row?

9 / 10

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

10 / 10

10. CLOG files are stored in which directory?

Your score is

0%