Postgres 16 Beginners Knowledge Quiz

/20
Created by Paul Sammy

Postgres 16 Beginner Knowledge Checker Test 1.0

20 Questions chosen at Random to test your knowledge.

You have 3 minutes so think fast.

1 / 20

What is the standard Page size in Postgres?

2 / 20

What files is used by Postgres for configuration settings?

3 / 20

which flag is used to exit psql?

4 / 20

pg_dumpall allows point in time recovery to any point in time as long as WAL logs are available?

5 / 20

The query below will return a list of databases?

SELECT datname FROM pg_database;

6 / 20

Which file is updated if settings are changed with ALTER SYSTEM?

7 / 20

How can we see the postgres configuration parameters while in psql?

8 / 20

Which commands below are considered TCL?

9 / 20

Postgres is ACID compliant

10 / 20

Using psql what is '-p' flag user for

11 / 20

Some views allow data to be updated?

12 / 20

Postgres does not Support Table partitioning?

13 / 20

What language is Postgres written in for portability

14 / 20

Schemas contain Users?

15 / 20

which system function will show current user connected as?

16 / 20

Which of the below are attributes or connected to JIT compilation?

17 / 20

Money is data type in Postgres?

18 / 20

What is the purpose of the WAL writer?

19 / 20

pg_dump will backup the entire cluster in one command?

20 / 20

pg_tables view will list all tables in the database?

Your score is

0%

Exit