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. The information_schema schema provides information on Postgres release notes?

2 / 20

2. It is the postmasters job to listener for incoming connections?

3 / 20

3. What is the purpose of the public schema?

4 / 20

4. Postgres server spawns a new backend session for each connection?

5 / 20

5. What is the purpose of the template1 database?

6 / 20

6. What is the point of the pg_global tablespace?

7 / 20

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

8 / 20

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

9 / 20

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

10 / 20

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

choose 3

11 / 20

11. Which fork contains the actual table data?

12 / 20

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

13 / 20

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

14 / 20

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

15 / 20

15. What is the purpose of autovacuum?

16 / 20

16. Which of below are predefined schemas?

choose 3

17 / 20

17. Files are logically split into pages?

18 / 20

18. The default Page size is 2k?

19 / 20

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

20 / 20

20. Each Database has its own System Catalog?

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. Lost updates are forbidden by the standard at all isolation levels?

2 / 10

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

3 / 10

3. non-repeatable read anomaly occurs when?

4 / 10

4. What is the default Isolation Level?

5 / 10

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

6 / 10

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

choose 3

7 / 10

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

8 / 10

8. What are some of database features we can use to avoid a non repeatable read?

Select more than 1 answer below:

9 / 10

9. Which of the below are valid Isolations Levels?

choose 2

10 / 10

10. A phantom 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. Page free space can often become fragmented?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. CLOG Pages are never cached in memory?

7 / 10

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

8 / 10

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

9 / 10

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

10 / 10

10. status of a subtransaction is written into CLOG?

Your score is

0%