Question 71

Which MySQL utility program should you use to process and sort the Slow Query Log based on query time or average query time?
  • Question 72

    You have installed the validate_password plug-in and set the validate_password_policy variable.
    Which validation is affected by the validate_password_policy setting?
  • Question 73

    You inherited a busy InnoDB OLTP Instance with 100 schemas and 100 active users per schema.
    Total dataset size is 200G with an average schema size of 2G.

    The data is transient and is not backed up and can be repopulated easily.

    Performance and responsiveness of the DB is paramount.

    The query pattern for the DB instance is split 90/10 read/write.

    DB host is dedicated server with 256G RAM and 64 cores.

    One of your colleagues made some recent changes to the system and users are now complaining of performance impacts.
    Which four configuration file edits might your colleague have performed to cause the negative DB performance?
  • Question 74

    What are three typical causes of MySQL becoming suddenly slow and unavailable? (Choose three.)
  • Question 75

    Consider these global status variables:

    Which two conclusions can be made from the output?