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. If we create a new tablespace which directory will symbolic links be created from?

2 / 20

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

3 / 20

3. Tablespaces are used to define physical data layout?

4 / 20

4. What is another name for the postgres process?

5 / 20

5. What is the purpose of the visibility map?

6 / 20

6. Postgres by default has built in connection pooling abilities?

7 / 20

7. What is the name of the 2 default tablespaces created after initialization?

choose 2

8 / 20

8. What is the point of the pg_global tablespace?

9 / 20

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

10 / 20

10. Each Database has its own System Catalog?

11 / 20

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

12 / 20

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

13 / 20

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

14 / 20

14. What is the name of the catalog that stores metadata for all cluster objects?

15 / 20

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

16 / 20

16. How many rows in a page does Postgres aim to have before considering TOAST?

17 / 20

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

18 / 20

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

19 / 20

19. What is the name of the directory that contains the files related to the Postgres cluster?

20 / 20

20. What is a schema?

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. A phantom read anomaly occurs when?

3 / 10

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

4 / 10

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

5 / 10

5. The SQL standard specifies three isolation levels?

6 / 10

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

7 / 10

7. Which parameters sets the database default isolation level?

8 / 10

8. Which of the below are valid Isolations Levels?

choose 2

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. Postgres table physical data files are always cross compatible across platforms?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

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

7 / 10

7. indexes do not use row versioning?

8 / 10

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

9 / 10

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

10 / 10

10. CLOG Pages are never cached in memory?

Your score is

0%