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 default Page size is 2k?

3 / 20

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

4 / 20

4. Tablespaces are used to define physical data layout?

5 / 20

5. Files are logically split into pages?

6 / 20

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

7 / 20

7. pg_catalog schema is used to store system catalog tables?

8 / 20

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

choose 3

9 / 20

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

10 / 20

10. Which fork is specific for unlogged tables?

11 / 20

11. What is the purpose of the visibility map?

12 / 20

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

13 / 20

13. What is a schema?

14 / 20

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

15 / 20

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

16 / 20

16. Which of below are predefined schemas?

choose 3

17 / 20

17. Which of below are predefined schemas?

choose 2

18 / 20

18. Postgres uses a thread based process model?

19 / 20

19. What is the purpose of autovacuum?

20 / 20

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

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 would best describe a dirty read?

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. At any moment the database system can contain several versions of one and the same row?

5 / 10

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

6 / 10

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

7 / 10

7. The SQL standard specifies three isolation levels?

8 / 10

8. non-repeatable read anomaly occurs when?

9 / 10

9. Which isolation level in theory could mean an application does not have to consider isolation anomalies?

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. The page header is located in the highest address?

2 / 10

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

3 / 10

3. CLOG contains how many bits for each transaction?

4 / 10

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

5 / 10

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

6 / 10

6. Information about subtransactions is stored under?

7 / 10

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

8 / 10

8. CLOG files are stored in which directory?

9 / 10

9. Tuples can also be referred to as columns?

10 / 10

10. Page free space can often become fragmented?

Your score is

0%