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. Which of below are predefined schemas?

choose 2

3 / 20

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

4 / 20

4. Postgres uses a thread based process model?

5 / 20

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

6 / 20

6. What is the purpose of the postgres database?

7 / 20

7. Which of below are predefined schemas?

choose 3

8 / 20

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

9 / 20

9. What is a schema?

10 / 20

10. System Catalog tables begin with which prefix?

11 / 20

11. Files are logically split into pages?

12 / 20

12. The default Page size is 2k?

13 / 20

13. Each Database has its own System Catalog?

14 / 20

14. TOAST tables reside in a seperate schema?

15 / 20

15. Which fork is specific for unlogged tables?

16 / 20

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

17 / 20

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

18 / 20

18. How does Postgres know which schema to use if not specified?

19 / 20

19. Users should not modify the template0 database

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. which of the below statements will start a transaction as Read Repeatable?

3 / 10

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

4 / 10

4. Which parameters sets the database default isolation level?

5 / 10

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

6 / 10

6. What is the default Isolation Level?

7 / 10

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

8 / 10

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

9 / 10

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

10 / 10

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

choose 3

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. Information about subtransactions is stored under?

2 / 10

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

3 / 10

3. CLOG Pages are never cached in memory?

4 / 10

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

5 / 10

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

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. virtual IDs exist only in PGDATA/pg_vxid when not cached?

9 / 10

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

10 / 10

10. Page header sizes can be easily displayed using the <choose from answers> extension

Your score is

0%