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 command is used to create the Postgres cluster?

2 / 20

2. What is the purpose of the public schema?

3 / 20

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

4 / 20

4. What is the purpose of the template0 database?

5 / 20

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

6 / 20

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

7 / 20

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

8 / 20

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

9 / 20

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

choose 2

10 / 20

10. What is the process first launched at server start?

11 / 20

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

12 / 20

12. What is another name for the postgres process?

13 / 20

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

14 / 20

14. What is a schema?

15 / 20

15. System Catalog tables begin with which prefix?

16 / 20

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

17 / 20

17. Postgres server spawns a new backend session for each connection?

18 / 20

18. What is the purpose of the template1 database?

19 / 20

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

20 / 20

20. Which fork contains the actual table data?

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

2 / 10

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

3 / 10

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

4 / 10

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

Select more than 1 answer below:

5 / 10

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

6 / 10

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

7 / 10

7. Based on Snapshot Isolation use of MVCC which of the below are permitted?

choose 3

8 / 10

8. A phantom read anomaly occurs when?

9 / 10

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

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. If a transaction is read only which kind of Transaction ID is it allocated?

2 / 10

2. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

3 / 10

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

4 / 10

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

5 / 10

5. CLOG files are stored in which directory?

6 / 10

6. Page free space can often become fragmented?

7 / 10

7. at any one time Postgres can have several versions of a row?

8 / 10

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

9 / 10

9. If a transaction aborts, all page changes are reverted(rolled back) in place?

10 / 10

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

choose 2

Your score is

0%