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. Postgres by default has built in connection pooling abilities?

2 / 20

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

3 / 20

3. System Catalog tables begin with which prefix?

4 / 20

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

5 / 20

5. Users should not modify the template0 database

6 / 20

6. Files are logically split into pages?

7 / 20

7. Each Database has its own System Catalog?

8 / 20

8. Tablespaces are used to define physical data layout?

9 / 20

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

10 / 20

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

11 / 20

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

12 / 20

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

13 / 20

13. What is the purpose of the template0 database?

14 / 20

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

15 / 20

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

16 / 20

16. What is the purpose of the public schema?

17 / 20

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

18 / 20

18. What is the purpose of wal writer?

19 / 20

19. What is the purpose of autovacuum?

20 / 20

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

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. The more locks a transaction acquires, the better it is isolated from other transactions?

2 / 10

2. A phantom read anomaly occurs when?

3 / 10

3. What is the 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 parameters sets the database default isolation level?

6 / 10

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

7 / 10

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

choose 3

8 / 10

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

9 / 10

9. non-repeatable read anomaly occurs when?

10 / 10

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

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. Which of the below are true about a Pages Item Pointer?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. If a transaction is read only which kind of Transaction ID is it allocated?

6 / 10

6. Tuples can also be referred to as columns?

7 / 10

7. The page Special Space is located at the start of the page with highest address

8 / 10

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

9 / 10

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

10 / 10

10. CLOG Pages are never cached in memory?

Your score is

0%