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 default standard size for a fork file?

2 / 20

2. Which of below are predefined schemas?

choose 2

3 / 20

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

choose 2

4 / 20

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

5 / 20

5. Tablespaces are used to define physical data layout?

6 / 20

6. If we create a new tablespace which directory will symbolic links be created from?

7 / 20

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

8 / 20

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

9 / 20

9. What column in system catalogs servers as the Primary Key

10 / 20

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

11 / 20

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

12 / 20

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

13 / 20

13. Each Database has its own System Catalog?

14 / 20

14. Which 3 databases exist directly after cluster initialization?

choose 3 options

15 / 20

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

Choose 2 option

16 / 20

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

17 / 20

17. What is the purpose of wal writer?

18 / 20

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

19 / 20

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

20 / 20

20. Users should not modify the template0 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 of the below statements will start a transaction as Read Repeatable?

2 / 10

2. What are some of database features we can use to avoid a non repeatable read?

Select more than 1 answer below:

3 / 10

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

4 / 10

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

5 / 10

5. Which of the below are valid Isolations Levels?

choose 2

6 / 10

6. Data Consistency is best handled at the application layer rather than at the database layer?

7 / 10

7. The SQL standard specifies three isolation levels?

8 / 10

8. Which parameters sets the database default isolation level?

9 / 10

9. non-repeatable read anomaly occurs when?

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. In Postgres, tables are often referred to as which of the below?

2 / 10

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

3 / 10

3. UPDATE can be regarded as which 2 separate operations?

4 / 10

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

5 / 10

5. The page header is located in the highest address?

6 / 10

6. CLOG contains how many bits for each transaction?

7 / 10

7. Which function can we use to find the current transaction ID?

8 / 10

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

9 / 10

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

10 / 10

10. When a transaction is committed Postgres uses a special <replace with answer> structure?

Your score is

0%