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 public schema?

2 / 20

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

3 / 20

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

4 / 20

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

5 / 20

5. How does Postgres know which schema to use if not specified?

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

9. The default Page size is 2k?

10 / 20

10. Which 3 databases exist directly after cluster initialization?

choose 3 options

11 / 20

11. What is another name for the postgres process?

12 / 20

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

Choose 2 option

13 / 20

13. What is the point of the pg_global tablespace?

14 / 20

14. What is the purpose of the postgres database?

15 / 20

15. What is the purpose of wal writer?

16 / 20

16. What is the purpose of the template0 database?

17 / 20

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

18 / 20

18. Which fork contains the actual table data?

19 / 20

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

20 / 20

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

choose 3

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

choose 2

3 / 10

3. A phantom read anomaly occurs when?

4 / 10

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

5 / 10

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

6 / 10

6. non-repeatable read anomaly occurs when?

7 / 10

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

8 / 10

8. Which parameters sets the database default isolation level?

9 / 10

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

10 / 10

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

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

2 / 10

2. When a row is created, its xmin value is set to the transaction ID of which command?

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

choose 2

5 / 10

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

6 / 10

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

7 / 10

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

8 / 10

8. Tuples can also be referred to as columns?

9 / 10

9. Postgres table physical data files are always cross compatible across platforms?

10 / 10

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

Your score is

0%