1z0-888 Dumps

1z0-888 Free Practice Test

Oracle 1z0-888: MySQL 5.7 Database Administrator

QUESTION 11

You enable binary logging on MySQL Server with the configuration: binlog-format=STATEMENT log-bin
Which database updates are logged on the master server to the binary log by default?

Correct Answer: D

QUESTION 12

What is the best method for monitoring Group Replication conflict resolution?

Correct Answer: A

QUESTION 13

Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)

Correct Answer: BE
The CHECK TABLE statement performs an integrity check on table structure and contents. It works for MyISAM and InnoDB tables. For MyISAM tables, it also updates the index statistics. If the table is a view, CHECK TABLE verifies the view definition. If the output from CHECK TABLE indicates that a table has problems, the table should be repaired.

QUESTION 14

Examine the mysqldumpslow output:
<>

Correct Answer: AE

QUESTION 15

You have a MySQL instance with the following variables in the /etc/my.cnf file:
<>>>>

Correct Answer: DE