Exam Details

  • Exam Code
    :PGCES-02
  • Exam Name
    :PostgreSQL CE 8 Silver
  • Certification
    :PostgreSQL-CE-Certifications
  • Vendor
    :PostgreSQL-CE
  • Total Questions
    :142 Q&As
  • Last Updated
    :Apr 30, 2024

PostgreSQL-CE PostgreSQL-CE-Certifications PGCES-02 Questions & Answers

  • Question 1:

    Select two statements that the command below DOES NOT do. Note: $ is the command prompt. $ pg_dump -b -F c b > d

    A. Backs up the "b" database to the "c" file, and stores error messages to the "d" file.

    B. Backs up the "b" database to the "d" file.

    C. Backs up large objects.

    D. Backs up the "c" database to the "d" file as the "c" user.

    E. Creates a backup, which is restorable with the pg_restore command.

  • Question 2:

    A pg_hba.conf file is set up as follows. local all all md5 host all all 127.0.0.1/32 md5 host all all 172.16.1.0/24 md5 When user foo connects to database bar from host IP address 172.16.1.2, I would like password verification to not be performed. Select one appropriate line for the new pg_hba.conf file.

    A. Add "host foo bar 172.16.1.2/32 trust" to the first row.

    B. Add "host bar foo 172.16.1.2/32 trust" to the first row.

    C. Add "host foo bar 172.16.1.2/32 trust" to the last row.

    D. Add "host bar foo 172.16.1.2/32 trust" to the last row.

    E. The settings are fine as is.

  • Question 3:

    Select two suitable statements regarding a postmaster process.

    A. A postmaster process waits for client connection requests.

    B. A postmaster process receives and processes database queries.

    C. A postmaster process creates a child process which processes the given queries.

    D. A postmaster process collects statistical information.

    E. A postmaster process is created for each client connection.

  • Question 4:

    Select a correct SQL command to change existing user "george"'s password to "foobar".

    A. ALTER USER george WITH PASSWORD 'foobar';

    B. ALTER USER george CHANGE PASSWORD 'foobar';

    C. ALTER USER george SET PASSWORD 'foobar';

    D. SET USER george PASSWORD TO 'foobar';

    E. SET USER george ALTER PASSWORD 'foobar';

  • Question 5:

    psql generated the following error message:

    psql: could not connect to server: Connection was refused Is the server running on host

    "server.example.com" and accepting TCP/IP connections on port 5432?

    Select two reasons that are NOT the cause of this error.

    A. Host "server.example.com" does not exist.

    B. The PostgreSQL server is not running on "server.example.com".

    C. The PostgreSQL server is not accepting TCP/IP connections on "server.example.com".

    D. The PostgreSQL server is running on a port other than 5432 on "server.example.com".

    E. The username and/or password are incorrect.

  • Question 6:

    Select two correct statements from below concerning the ANALYZE command.

    A. It renews the statistical information of the table content.

    B. It takes some time to execute, but it does not lock the table.

    C. If the FULL option is used when executing, the size of the file can be reduced.

    D. If ANALYZE is insufficient, the most efficient search plan will not be selected for queries.

    E. If ANALYZE is not used at all, there are times when it becomes impossible to see any of the data.

  • Question 7:

    I would like to be able to save log entries as shown below. Select a correct configuration setting from

    statements below.

    LOG: connection received: host=[local] port=

    LOG: connection authorized: user=postgres database=test

    A. syslog = true

    B. log_connections = true

    C. log_authorization = true

    D. log_hostname = true

    E. log_min_level = log

  • Question 8:

    Select two suitable statements about postgresql.conf configuration.

    A. A line that starts with ! (exclamation mark) is interpreted as a comment.

    B. You can have different parameters for the same option to configure each database differently.

    C. The timing of when a change in any value is reflected is different depending on the configuration parameter.

    D. All options have no default values. Therefore, all of them must be set specifically and thoroughly.

    E. As a boolean value, any of the following can be used: TRUE, FALSE, ON, OFF, YES, NO, 0.1

  • Question 9:

    Select two commands below from which privileges cannot be changed by the GRANT and REVOKE statements.

    A. SELECT

    B. VACUUM

    C. DELETE

    D. TRIGGER

    E. DROP

  • Question 10:

    Select two correct statements about the command shown below. Note: $ is the command prompt. $ vacuumdb -az

    A. Recovers unused areas from all of the databases.

    B. Collects statistical information related to the table content for all of the databases.

    C. Processes the job equivalent of the VACUUM FULL command for all of the databases.

    D. Processes the job equivalent of the VACUUM VERBOSE command for all of the databases.

    E. The database can not be accessed until this command is finished.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only PostgreSQL-CE exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PGCES-02 exam preparations and PostgreSQL-CE certification application, do not hesitate to visit our Vcedump.com to find your solutions here.