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 postgres database?

2 / 20

2. What is the point of the pg_global tablespace?

3 / 20

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

4 / 20

4. How many files or forks on disk will a 10Mb table with no index have?

5 / 20

5. What is the name of the catalog that stores metadata for all cluster objects?

6 / 20

6. Postgres uses a thread based process model?

7 / 20

7. Which 3 databases exist directly after cluster initialization?

choose 3 options

8 / 20

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

choose 3

9 / 20

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

10 / 20

10. The default Page size is 2k?

11 / 20

11. What is the purpose of the visibility map?

12 / 20

12. TOAST tables reside in a seperate schema?

13 / 20

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

choose 2

14 / 20

14. What is the name of the mechanism used to store a row bigger than a page size?

15 / 20

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

16 / 20

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

17 / 20

17. What is another name for the postgres process?

18 / 20

18. What is the name of the directory that contains the files related to the Postgres cluster?

19 / 20

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

20 / 20

20. Which of below are predefined schemas?

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. What are some of database features we can use to avoid a non repeatable read?

Select more than 1 answer below:

2 / 10

2. non-repeatable read anomaly occurs when?

3 / 10

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

4 / 10

4. The SQL standard specifies three isolation levels?

5 / 10

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

6 / 10

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

7 / 10

7. A phantom read anomaly occurs when?

8 / 10

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

9 / 10

9. Which parameters sets the database default isolation level?

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. CLOG Pages are never cached in memory?

2 / 10

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

3 / 10

3. a transaction containing a savepoint is will still be considered as only a single transaction?

4 / 10

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

5 / 10

5. Which of the below are true about a Pages Item Pointer?

6 / 10

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

7 / 10

7. status of a subtransaction is written into CLOG?

8 / 10

8. What does an Item Pointer contain?

choose 3

9 / 10

9. If a transaction is read only which kind of Transaction ID is it allocated?

10 / 10

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

Your score is

0%