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. Each tablespaces can only be assigned for use by one database

2 / 20

2. What is the name of the system catalog table for relations?

3 / 20

3. Which of below are predefined schemas?

choose 3

4 / 20

4. Which fork is specific for unlogged tables?

5 / 20

5. When PostgreSQL is running what can it be referred to as?

Choose 2 option

6 / 20

6. The pg_default tablespace should never be used to create user tables?

7 / 20

7. Postgres by default has built in connection pooling abilities?

8 / 20

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

9 / 20

9. How many rows in a page does Postgres aim to have before considering TOAST?

10 / 20

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

11 / 20

11. What is the purpose of autovacuum?

12 / 20

12. The default Page size is 2k?

13 / 20

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

14 / 20

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

choose 3

15 / 20

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

16 / 20

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

17 / 20

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

18 / 20

18. What is the purpose of the template0 database?

19 / 20

19. Tablespaces are used to define physical data layout?

20 / 20

20. Postgres uses a thread based process model?

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. A phantom read anomaly occurs when?

2 / 10

2. Which parameters sets the database default isolation level?

3 / 10

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

4 / 10

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

choose 3

5 / 10

5. non-repeatable read anomaly occurs when?

6 / 10

6. Lost updates are forbidden by the standard at all isolation levels?

7 / 10

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

8 / 10

8. What is the default Isolation Level?

9 / 10

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

10 / 10

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

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. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. CLOG files are stored in which directory?

6 / 10

6. Page free space can often become fragmented?

7 / 10

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

8 / 10

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

9 / 10

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

10 / 10

10. UPDATE can be regarded as which 2 separate operations?

Your score is

0%