Question 31

Which three allocate memory per thread in MySQL?
  • Question 32

    You have a MySQL replication setup and you intentionally stop the SQL thread on the slave.

    What are two reasons that you may stop the SQL thread on the slave while keeping the I/O thread running?
  • Question 33

    The MySQL error log shows:
    InnoDB: Warning: a long semaphore wait:
    The relevant parts of the InnoDB monitor output shows:

    Which two options would help avoid the long wait in the future? (Choose two.)
  • Question 34

    A MySQL replication slave is set up as follows:
    * Uses all InnoDB tables
    * Receives ROW-based binary logs
    * Has the read-only option
    The replication slave has been found in an error state.
    You check the MySQL error log file and find these entries:

    What are two possible causes for this error to occur?
  • Question 35

    A particular government's security policy is to have very strict data encryption and safety settings. This is done by restricting access based on their own CA authority and limiting access to particular users within a department. Which method could be used to restrict access as required?