MySQL HeatWave Implementation Associate Rel 1 Questions and Answers
Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)
What must you do before deleting a DB system?
You want to enable high availability of a stand-alone DB system. Which two conditions are required? (Choose two.)
You want to determine which version of MySQL is running on your DB system.
Which two SQL statements show the MySQL version? (Choose two.)
A DB system has been deleted successfully. Which two operations are allowed on the deleted DB system? (Choose two.)
You want to train a classification model with MySQL HeatWave AutoML. Which two are requirements of the training data set? (Choose two.)
You want to migrate an on-premises MySQL database to MySQL HeatWave by exporting the MySQL database with MySQL Shell util.dumpInstance.
What is the purpose of the ocimds: true option?
Which two are true about read replica load balancer? (Choose two.)
You want to create a custom configuration for the MySQL DB system in OCI Console. Which three can you set? (Choose three.)
You want to import data into a DB system with MySQL Shell util.loadDump().
Which option can speed up the load?
A query is not offloaded to the HeatWave cluster for execution. Which three are possible reasons? (Choose three.)
What happens when you perform a switchover of a high-availability DB system with an attached HeatWave cluster?
What must you do to minimize a DB system down time caused by automatic maintenance operations?
Which is true about exporting data to Object Storage with MySQL Shell util.dumpInstance?
There are more than 10 concurrent users running queries on the DB system. The airport_geo table has been loaded successfully into a HeatWave cluster.
You want to run this query:
SELECT DISTINCT country FROM airport_geo ORDER BY country;
How do you determine whether the query is offloaded to the HeatWave cluster for execution?
You want to replicate data from an on-premises MySQL server to a MySQL DB system. The on-premises MySQL server runs in your corporate network. The MySQL server accepts incoming connections from the Internet on a public IP endpoint.
The DB system runs in Oracle Cloud Infrastructure. The DB system endpoint is connected to a privatesubnet of a VCN.
Which network configuration is required?
The following statements execute successfully:
CALL sys.ML_TRAIN(‘ml_data.iris’, ‘class’, NULL, @model);
SELECT @model;
Which three are true? (Choose three.)
Automatic backup retention of a DB system is disabled. Which operation deletes all automatic backups of the DB system?
You have successfully enabled high availability of a stand-alone DB system. Which is true?