
Oracle MySQL 8.0 Database Administrator - 1Z0-908 Exam Questions
QUESTION NO: 1
Which two are use cases of MySQL asynchronous replication? (Choose two.)
Which two are use cases of MySQL asynchronous replication? (Choose two.)
Correct Answer: A,C
QUESTION NO: 2
Examine this snippet from the binary log file named binlog.000036:

The rental table was accidentally dropped, and you must recover the table.
You have restored the last backup, which corresponds to the start of the binlog.000036 binary log.
Which command will complete the recovery?
Examine this snippet from the binary log file named binlog.000036:

The rental table was accidentally dropped, and you must recover the table.
You have restored the last backup, which corresponds to the start of the binlog.000036 binary log.
Which command will complete the recovery?
Correct Answer: D
QUESTION NO: 3
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?
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?
Correct Answer: B
QUESTION NO: 4
Which three are requirements for a secure MySQL Server environment? (Choose three.)
Which three are requirements for a secure MySQL Server environment? (Choose three.)
Correct Answer: B,C,D
QUESTION NO: 5
You encountered an insufficient privilege error in the middle of a long transaction.
The database administrator is informed and immediately grants the required privilege:
GRANT UPDATE ON world.city TO 'user1';
How can you proceed with your transaction with the least interruption?
You encountered an insufficient privilege error in the middle of a long transaction.
The database administrator is informed and immediately grants the required privilege:
GRANT UPDATE ON world.city TO 'user1';
How can you proceed with your transaction with the least interruption?
Correct Answer: D
QUESTION NO: 6
A user wants to connect without entering his or her username and password on the Linux command prompt.
Which three locations can be used to store the user's mysql credentials to satisfy this requirement? (Choose three.)
A user wants to connect without entering his or her username and password on the Linux command prompt.
Which three locations can be used to store the user's mysql credentials to satisfy this requirement? (Choose three.)
Correct Answer: A,B,F
QUESTION NO: 7
You are having performance issues with MySQL instances. Those servers are monitored with MySQL Enterprise Monitor.
Using Query Analyzer, where do you begin to look for problem queries?
You are having performance issues with MySQL instances. Those servers are monitored with MySQL Enterprise Monitor.
Using Query Analyzer, where do you begin to look for problem queries?
Correct Answer: A
QUESTION NO: 8
Which three sets of item information are visible in the mysql system database? (Choose three.)
Which three sets of item information are visible in the mysql system database? (Choose three.)
Correct Answer: C,E,F
QUESTION NO: 9
Which two statements are true about InnoDB data-at-rest encryption? (Choose two.)
Which two statements are true about InnoDB data-at-rest encryption? (Choose two.)
Correct Answer: C,E




