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. To be able to restore data consistency, Postgres maintains

2 / 20

2. Tablespaces can be used to segregate data based on performance needs?

3 / 20

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

4 / 20

4. What is the purpose of the public schema?

5 / 20

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

6 / 20

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

Choose 2 option

7 / 20

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

8 / 20

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

9 / 20

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

10 / 20

10. What is the purpose of the postgres database?

11 / 20

11. Which fork is specific for unlogged tables?

12 / 20

12. Which of below are predefined schemas?

choose 3

13 / 20

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

14 / 20

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

15 / 20

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

16 / 20

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

17 / 20

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

18 / 20

18. Postgres uses a thread based process model?

19 / 20

19. The default Page size is 2k?

20 / 20

20. System Catalog tables begin with which prefix?

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. The SQL standard specifies three isolation levels?

3 / 10

3. A phantom read anomaly occurs when?

4 / 10

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

5 / 10

5. non-repeatable read anomaly occurs when?

6 / 10

6. What is the default Isolation Level?

7 / 10

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

8 / 10

8. Which of the below are valid Isolations Levels?

choose 2

9 / 10

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

choose 3

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. When a transaction is committed Postgres uses a special <replace with answer> structure?

2 / 10

2. CLOG Pages are never cached in memory?

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. CLOG files are stored in which directory?

7 / 10

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

8 / 10

8. To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

9 / 10

9. Page free space can often become fragmented?

10 / 10

10. In Postgres, tables are often referred to as which of the below?

Your score is

0%