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. It is the postmasters job to listener for incoming connections?

2 / 20

2. Which of below are predefined schemas?

choose 3

3 / 20

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

Choose 2 option

4 / 20

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

5 / 20

5. A single Postgres Instance can server only one database?

6 / 20

6. The information_schema schema provides information on Postgres release notes?

7 / 20

7. What is the point of the pg_global tablespace?

8 / 20

8. Tablespaces are used to define physical data layout?

9 / 20

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

10 / 20

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

11 / 20

11. Which of below are predefined schemas?

choose 2

12 / 20

12. Postgres uses a thread based process model?

13 / 20

13. Each Database has its own System Catalog?

14 / 20

14. What is the purpose of autovacuum?

15 / 20

15. Files are logically split into pages?

16 / 20

16. What is a schema?

17 / 20

17. What is the purpose of the template1 database?

18 / 20

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

choose 3

19 / 20

19. TOAST tables reside in a seperate schema?

20 / 20

20. Postgres server spawns a new backend session for each connection?

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. Data Consistency is best handled at the application layer rather than at the database layer?

2 / 10

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

3 / 10

3. Which parameters sets the database default isolation level?

4 / 10

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

choose 3

5 / 10

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

6 / 10

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

7 / 10

7. non-repeatable read anomaly occurs when?

8 / 10

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

9 / 10

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

10 / 10

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

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. psql provides a special mode that allows you to continue a transaction after a failure?

2 / 10

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

3 / 10

3. Information about subtransactions is stored under?

4 / 10

4. indexes do not use row versioning?

5 / 10

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

6 / 10

6. CLOG Pages are never cached in memory?

7 / 10

7. CLOG files are stored in which directory?

8 / 10

8. CLOG contains how many bits for each transaction?

9 / 10

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

10 / 10

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

Your score is

0%