PostgreSQL Online Test

Instructions:

  • This practice test has 20 questions
  • You have to attempt all the questions
  • Time will be 05:00 minute for 20 questions. After 05:00 minute, practice test will be submitted automatically and you will redirect to result page.
  • This practice test is for self evalutation, if you get less marks then passing marks. Please prepare more for get excellent mark next time
  • Best of luck :)
Time: 05:00 minutes Passing Marks: 60%

1. What is "streaming replication" in PostgreSQL?

2. What is the primary goal of continuous archiving and point-in-time recovery (PITR) in PostgreSQL backup and restore?

3. What PostgreSQL extension provides additional NoSQL-like features, such as key-value store and document storage?

4. Which PostgreSQL extension is used to provide enhanced geospatial functions and data types for advanced GIS applications?

5. What is a "standby server" in PostgreSQL replication?

6. What is the purpose of the 'initdb' command in PostgreSQL?

7. Which command is used to create a new PostgreSQL user?

8. What is the purpose of the "pg_stat_statements" module in PostgreSQL?

9. What is the role of the "ROLLBACK" statement in PostgreSQL transactions?

10. Which PostgreSQL feature is often used for handling large volumes of data in data warehousing?

11. What does the "FULL OUTER JOIN" do in a PostgreSQL query?

12. Which SQL statement is used to insert new records into a table in PostgreSQL?

13. What is the default port number for PostgreSQL?

14. Which of the following data types is not supported by PostgreSQL?

15. What is the recommended approach for securing PostgreSQL connections when data transmission security is critical?

16. What is the primary advantage of connection pooling in a multi-user PostgreSQL environment?

17. Which tool is used to configure and manage connection pooling in PostgreSQL?

18. What is a "query planner" in PostgreSQL and how does it impact performance?

19. What is the "jsonb_set" function used for in PostgreSQL's NoSQL features?

20. What SQL operator is used to combine the result sets of two or more SELECT statements in PostgreSQL?