Oracle MySQL 8.0 Database Administrator - 1Z0-908 Exam Practice Test
You plan to take daily full backups, which include the ndbinfo and sys (internal) databases.
Which command will back up the databases in parallel?
Which command will back up the databases in parallel?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
You reconfigure and start a slave that was not replicating for several days.
The configuration file and CHANGE MASTER command are correct. Examine the GTID information from both master and slave:

Which statement is true?
The configuration file and CHANGE MASTER command are correct. Examine the GTID information from both master and slave:

Which statement is true?
Correct Answer: A
Vote an answer
Which two are contained in the InnoDB system tablespace (ibdata1) by default? (Chose two.)
Correct Answer: D,F
Vote an answer
Your MySQL instance is capturing a huge amount of financial transactions every day in the finance database.
Company policy is to create a backup every day.
The main tables being updated are prefixed with transactions-.
These tables are archived into tables that are prefixed with archives- each month. mysqlbackup
--optimistic-busy-tables="^finance\.transactions-.*" backup
Which optimization process best describes what happens with the redo logs?
Company policy is to create a backup every day.
The main tables being updated are prefixed with transactions-.
These tables are archived into tables that are prefixed with archives- each month. mysqlbackup
--optimistic-busy-tables="^finance\.transactions-.*" backup
Which optimization process best describes what happens with the redo logs?
Correct Answer: E
Vote an answer
User account baduser@hostname on your MySQL instance has been compromised.
Which two commands stop any new connections using the compromised account? (Choose two.)
Which two commands stop any new connections using the compromised account? (Choose two.)
Correct Answer: C,D
Vote an answer
A valid raw backup of the shop.customers MyISAM table was taken.
You must restore the table. You begin with these steps:
1.Confirm that secure_file_priv='/var/tmp'
2.mysql> DROP TABLE shop.customers;
3.shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)
You must restore the table. You begin with these steps:
1.Confirm that secure_file_priv='/var/tmp'
2.mysql> DROP TABLE shop.customers;
3.shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)
Correct Answer: B,E
Vote an answer
You are using mysqlcheck for server maintenance.
Which two statements are true? (Choose two.)
Which two statements are true? (Choose two.)
Correct Answer: C,E
Vote an answer
You want to check the values of the sort_buffer_size session variables of all existing connections.
Which performance_schema table can you query?
Which performance_schema table can you query?
Correct Answer: A
Vote an answer
Which two commands will display indexes on the parts table in the manufacturing schema? (Choose two.)
Correct Answer: D,E
Vote an answer