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 default Page size is 2k?

2 / 20

2. Postgres uses a thread based process model?

3 / 20

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

choose 2

4 / 20

4. Which 3 databases exist directly after cluster initialization?

choose 3 options

5 / 20

5. Files are logically split into pages?

6 / 20

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

7 / 20

7. What is the purpose of the postgres database?

8 / 20

8. What is the purpose of the visibility map?

9 / 20

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

10 / 20

10. What is the point of the pg_global tablespace?

11 / 20

11. Which of below are predefined schemas?

choose 2

12 / 20

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

13 / 20

13. What is a schema?

14 / 20

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

15 / 20

15. What is the purpose of autovacuum?

16 / 20

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

17 / 20

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

18 / 20

18. Users should not modify the template0 database

19 / 20

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

20 / 20

20. What is the process first launched at server start?

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

Select more than 1 answer below:

2 / 10

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

3 / 10

3. What is the default Isolation Level?

4 / 10

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

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. At any moment the database system can contain several versions of one and the same row?

8 / 10

8. A phantom read anomaly occurs when?

9 / 10

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

10 / 10

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

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. Each page has a layer that usually consists of?

choose 2

2 / 10

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

3 / 10

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

4 / 10

4. CLOG files are stored in which directory?

5 / 10

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

6 / 10

6. CLOG contains how many bits for each transaction?

7 / 10

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

8 / 10

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

9 / 10

9. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

10 / 10

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

Your score is

0%