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. Users should not modify the template0 database

2 / 20

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

3 / 20

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

4 / 20

4. Which fork is specific for unlogged tables?

5 / 20

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

6 / 20

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

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 purpose of the template1 database?

10 / 20

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

11 / 20

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

12 / 20

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

13 / 20

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

choose 2

14 / 20

14. What is the purpose of the template0 database?

15 / 20

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

16 / 20

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

17 / 20

17. What is the purpose of the public schema?

18 / 20

18. Who is the Author of the Postgres 14 Internals book?

19 / 20

19. Which of below are predefined schemas?

choose 3

20 / 20

20. TOAST tables reside in a seperate schema?

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. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

2 / 10

2. non-repeatable read anomaly occurs when?

3 / 10

3. A phantom read anomaly occurs when?

4 / 10

4. The SQL standard specifies three isolation levels?

5 / 10

5. What is the default Isolation Level?

6 / 10

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

7 / 10

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

Select more than 1 answer below:

8 / 10

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

9 / 10

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

10 / 10

10. Which of the below are valid Isolations Levels?

choose 2

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 files are stored in which directory?

2 / 10

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

3 / 10

3. indexes do not use row versioning?

4 / 10

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

5 / 10

5. Information about subtransactions is stored under?

6 / 10

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

7 / 10

7. Which 2 items does a Virtual XID consist of?

8 / 10

8. Each page has a layer that usually consists of?

choose 2

9 / 10

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

10 / 10

10. A page along with its tuples is read into the buffer cache with compression transformations to enhance cache efficiency?

Your score is

0%