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. It is the postmasters job to listener for incoming connections?

2 / 20

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

3 / 20

3. What command is used to create the Postgres cluster?

4 / 20

4. What is the point of the pg_global tablespace?

5 / 20

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

6 / 20

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

7 / 20

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

choose 3

8 / 20

8. What is the purpose of the postgres database?

9 / 20

9. Users should not modify the template0 database

10 / 20

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

11 / 20

11. TOAST tables reside in a seperate schema?

12 / 20

12. What is the purpose of wal writer?

13 / 20

13. Which of below are predefined schemas?

choose 3

14 / 20

14. Files are logically split into pages?

15 / 20

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

16 / 20

16. Which fork contains the actual table data?

17 / 20

17. To understand each other, a client and a server must use one and the same interfacing protocol?

18 / 20

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

19 / 20

19. Which of below are predefined schemas?

choose 2

20 / 20

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

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

choose 3

3 / 10

3. The SQL standard specifies three isolation levels?

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

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

8 / 10

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

9 / 10

9. What is the default Isolation Level?

10 / 10

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

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

6 / 10

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

7 / 10

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

8 / 10

8. CLOG contains how many bits for each transaction?

9 / 10

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

10 / 10

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

Your score is

0%