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. What column in system catalogs servers as the Primary Key

2 / 20

2. The default Page size is 2k?

3 / 20

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

4 / 20

4. What is a schema?

5 / 20

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

6 / 20

6. System Catalog tables begin with which prefix?

7 / 20

7. Each Database has its own System Catalog?

8 / 20

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

9 / 20

9. What is the purpose of autovacuum?

10 / 20

10. Which fork contains the actual table data?

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 purpose of the template1 database?

13 / 20

13. To be able to restore data consistency, Postgres maintains

14 / 20

14. What is another name for the postgres process?

15 / 20

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

16 / 20

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

17 / 20

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

choose 3

18 / 20

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

19 / 20

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

Choose 2 option

20 / 20

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

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. Snapshot isolation is preferred but increases the number of required locks?

2 / 10

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

3 / 10

3. The SQL standard specifies three isolation levels?

4 / 10

4. Which of the below are valid Isolations Levels?

choose 2

5 / 10

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

Select more than 1 answer below:

6 / 10

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

7 / 10

7. A phantom read anomaly occurs when?

8 / 10

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

9 / 10

9. non-repeatable read anomaly occurs when?

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. index row headers like table row headers contain xmin and xmax fields?

2 / 10

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

3 / 10

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

4 / 10

4. psql provides a special mode that allows you to continue a transaction after a failure?

5 / 10

5. virtual IDs exist only in PGDATA/pg_vxid when not cached?

6 / 10

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

7 / 10

7. status of a subtransaction is written into CLOG?

8 / 10

8. Each page has a layer that usually consists of?

choose 2

9 / 10

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

10 / 10

10. The page header stores checksum and the sizes of the other parts of the page?

Your score is

0%