Oracle MySQL 5.6 Database Administrator - 1z1-883 Exam Practice Test

Question 1
Identify a performance impact when using the Performance Schema.

Correct Answer: C
Question 2
Which three statements are characteristic of the MEMORY storage engine?

Correct Answer: B,E,F
Question 3
Which three statements describe how the strict SQL mode provides added security?

Correct Answer: A,C,D
Question 4
In a design situation, there are multiple character sets that can properly encode your data.
Which three should influence your choice of character set?

Correct Answer: A,B,C
Question 5
Consider the three binary log files bin.00010, bin.00011, and bin.00012 from which you want to restore data.
Which method would use mysqlbinlog for greater consistency?

Correct Answer: D
Question 6
ROW-based replication has stopped working. You investigate the error log file and find the following entries:
2013-08-27 14:15:47 9056 [ERROR] Slave SQL: Could not execute Delete_rows event on table test.t1; Can't find record in 't1', Error_code: 1032; handler error
HA_ERR_KEY_NOT_FOUND; the event's master log 56_master-bin. 000003, end_log_pos 851, Error_code: 1032
2013-08-27 14:15:47 9056 [warning] Slave: Can't find record in 't1' Error_code: 1032
2013-08-27 14:15:47 9056 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log '56_masterbin. 000003' position 684
Why did you receive this error?

Correct Answer: B
Question 7
A database exists as a read-intensive server that is operating with query_cachek_type =
DEMAND.
The database is refreshed periodically, but the resultset size of the queries does not fluctuate.
Note the following details about this environment:
-A web application uses a limited set of queries.
-The Query Cache hit rate is high.
-All resultsets fit into the Query Cache.
-All queries are configured to use the Query Cache successfully.
The response times for queries have recently started to increase. The cause for this has correctly
been identified as the increase in the number of concurrent users accessing the web service.
Based solely on the information provided, what is the most likely cause for this slowdown at the
database level?

Correct Answer: B
Question 8
You are using replication and the binary log files on your master server consume a lot of disk space.
Which two steps should you perform to safely remove some of the older binary log files?

Correct Answer: B,C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 9
Which two statements are true regarding partitioning in Mysql?

Correct Answer: D,E
Question 10
What are three methods to reduce Mysql server exposure to remote connections?

Correct Answer: B,D,E