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 name of the 2 default tablespaces created after initialization?

choose 2

2 / 20

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

3 / 20

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

4 / 20

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

5 / 20

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

choose 3

6 / 20

6. What is the purpose of autovacuum?

7 / 20

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

8 / 20

8. Which of below are predefined schemas?

choose 3

9 / 20

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

10 / 20

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

11 / 20

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

12 / 20

12. Users should not modify the template0 database

13 / 20

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

14 / 20

14. Files are logically split into pages?

15 / 20

15. System Catalog tables begin with which prefix?

16 / 20

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

17 / 20

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

18 / 20

18. The default Page size is 2k?

19 / 20

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

20 / 20

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

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. non-repeatable read anomaly occurs when?

3 / 10

3. What is the default Isolation Level?

4 / 10

4. Which of the below are valid Isolations Levels?

choose 2

5 / 10

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

6 / 10

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

7 / 10

7. The SQL standard specifies three isolation levels?

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. A phantom read anomaly occurs when?

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. Which 2 items does a Virtual XID consist of?

3 / 10

3. Tuples can also be referred to as columns?

4 / 10

4. Information about subtransactions is stored under?

5 / 10

5. CLOG contains how many bits for each transaction?

6 / 10

6. indexes do not use row versioning?

7 / 10

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

8 / 10

8. Page free space can often become fragmented?

9 / 10

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

10 / 10

10. CLOG Pages are never cached in memory?

Your score is

0%