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 command is used to create the Postgres cluster?

2 / 20

2. What is another name for the postgres process?

3 / 20

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

choose 3

4 / 20

4. Users should not modify the template0 database

5 / 20

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

6 / 20

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

7 / 20

7. Which fork contains the actual table data?

8 / 20

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

9 / 20

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

choose 2

10 / 20

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

11 / 20

11. What is a schema?

12 / 20

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

13 / 20

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

14 / 20

14. Tablespaces are used to define physical data layout?

15 / 20

15. What is the purpose of the public schema?

16 / 20

16. Files are logically split into pages?

17 / 20

17. The default Page size is 2k?

18 / 20

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

19 / 20

19. Which of below are predefined schemas?

choose 3

20 / 20

20. What is the purpose of autovacuum?

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. What are some of database features we can use to avoid a non repeatable read?

Select more than 1 answer below:

3 / 10

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

4 / 10

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

5 / 10

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

6 / 10

6. Which parameters sets the database default isolation level?

7 / 10

7. non-repeatable read anomaly occurs when?

8 / 10

8. The more locks a transaction acquires, the better it is isolated from other transactions?

9 / 10

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

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. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

2 / 10

2. CLOG contains how many bits for each transaction?

3 / 10

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

4 / 10

4. A page along with its tuples is read into the buffer cache with compression transformations to enhance cache efficiency?

5 / 10

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

6 / 10

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

7 / 10

7. Rows of TOAST tables are handled in such a way that they are never update?

8 / 10

8. CLOG Pages are never cached in memory?

9 / 10

9. indexes do not use row versioning?

10 / 10

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

Your score is

0%