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. To be able to restore data consistency, Postgres maintains

2 / 20

2. What is the purpose of the template1 database?

3 / 20

3. What is another name for the postgres process?

4 / 20

4. What is the purpose of the visibility map?

5 / 20

5. Which of below are predefined schemas?

choose 2

6 / 20

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

7 / 20

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

8 / 20

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

choose 3

9 / 20

9. What is the name of the 2 default tablespaces created after initialization?

choose 2

10 / 20

10. What command is used to create the Postgres cluster?

11 / 20

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

12 / 20

12. Users should not modify the template0 database

13 / 20

13. How many rows in a page does Postgres aim to have before considering TOAST?

14 / 20

14. What is a schema?

15 / 20

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

16 / 20

16. The default Page size is 2k?

17 / 20

17. What is the purpose of the template0 database?

18 / 20

18. What is the purpose of wal writer?

19 / 20

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

20 / 20

20. Postgres uses a thread based process model?

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. What is the acronym used for the attributes that ensure Data consistency, integrity and durability?

3 / 10

3. Which of the below are valid Isolations Levels?

choose 2

4 / 10

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

5 / 10

5. The SQL standard specifies three isolation levels?

6 / 10

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

7 / 10

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

choose 3

8 / 10

8. non-repeatable read anomaly occurs when?

9 / 10

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

10 / 10

10. Lost updates are forbidden by the standard at all 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. Each page has a layer that usually consists of?

choose 2

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. Page free space can often become fragmented?

6 / 10

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

7 / 10

7. Which 2 of the below represent transaction IDs used for row versioning?

8 / 10

8. Tuples can also be referred to as columns?

9 / 10

9. status of a subtransaction is written into CLOG?

10 / 10

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

Your score is

0%