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

choose 2

2 / 20

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

3 / 20

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

4 / 20

4. What is the purpose of the public schema?

5 / 20

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

6 / 20

6. What is the purpose of the template0 database?

7 / 20

7. System Catalog tables begin with which prefix?

8 / 20

8. The default Page size is 2k?

9 / 20

9. Which of below are predefined schemas?

choose 3

10 / 20

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

11 / 20

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

12 / 20

12. Postgres uses a thread based process model?

13 / 20

13. What is the purpose of the postgres database?

14 / 20

14. What is the purpose of wal writer?

15 / 20

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

16 / 20

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

Choose 2 option

17 / 20

17. What is another name for the postgres process?

18 / 20

18. Users should not modify the template0 database

19 / 20

19. Which fork contains the actual table data?

20 / 20

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

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 is the default Isolation Level?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. A phantom read anomaly occurs when?

7 / 10

7. The SQL standard specifies three isolation levels?

8 / 10

8. which of the below statements will start a transaction as Read Repeatable?

9 / 10

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

10 / 10

10. Which parameters sets the database default isolation level?

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

2 / 10

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

3 / 10

3. When a transaction is committed Postgres uses a special <replace with answer> structure?

4 / 10

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

5 / 10

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

6 / 10

6. Which of the below are true about a Pages Item Pointer?

7 / 10

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

8 / 10

8. Page free space can often become fragmented?

9 / 10

9. a transaction containing a savepoint is will still be considered as only a single transaction?

10 / 10

10. Tuples can also be referred to as columns?

Your score is

0%