MySQL 8.0 Database Administrator — Question 54

All MySQL Server instances belonging to InnoDB Cluster have SSL configured and enabled.
You must configure InnoDB Cluster to use SSL for group communication.
Which two statements are true? (Choose two.)

Answer options

Correct answer: A, F

Explanation

Option A is correct because SSL group communication must be enabled during the cluster's creation by using the specified parameter. Option F is also correct as SSL group communication necessitates specific recovery parameters. The other options are incorrect because they either misstate the requirements for existing clusters or incorrectly describe SSL behavior in the context of InnoDB Clusters.