EnterpriseDB PostgreSQL Essentials Certification v13 (PostgreSQL-Essentials) Free Practice Test
Question 1
You need to take a full online base backup of your cluster using pg_basebackup. Which option specifies the output directory?
Correct Answer: B
Question 2
You want to reload the PostgreSQL configuration without restarting the server. Which function should you execute?
Correct Answer: A
Question 3
Which psql command displays the command history?
Correct Answer: D
Question 4
Which psql meta-command displays the structure of a specific table including columns, types, and constraints?
Correct Answer: C
Question 5
Which PostgreSQL backup utility can create backups in custom compressed format?
Correct Answer: C
Question 6
You are working as a Postgres DBA. You want to configure logging for slow running queries on your database cluster. Which setting needs to be modified to log all the queries which take more than 5 seconds?
Correct Answer: B
Question 7
In PostgreSQL, which view provides information about currently running queries?
Correct Answer: B
Question 8
You want to allow up to 200 connected users in your PostgreSQL cluster. Which parameter should you modify in postgresql.conf?
Correct Answer: D
Question 9
Which utility is used to take a backup of all databases in a PostgreSQL cluster including roles and tablespaces?
Correct Answer: D