Creating a Database Instance
Which of the following methods can be used to create a new cloud-based MySQL database instance?
- Using the management console interface
- Editing the DB source code directly
- Only through manual hardware setup
- By emailing the cloud provider
- Via ftp upload
Scaling MySQL Resources
What is one way to scale compute and storage resources for a managed MySQL instance?
- Modifying the instance type
- Adding more tables
- Running VACUUM FULL
- Increasing the query cache manually
- Using DROP DATABASE
Purpose of Read Replicas
What is the primary use of a read replica in a cloud-based MySQL environment?
- To offload read traffic from the primary instance
- To permanently store transaction logs
- To encrypt user passwords
- To restrict network access
- To perform schema upgrades
Automatic Backups Configuration
How can you configure the retention period for automated backups of a managed MySQL instance?
- By specifying the retention period during instance creation
- By deleting the binlog files
- By changing a table's storage engine
- By running SHOW STATUS
- By resetting the root password
Encryption at Rest
Which approach enables encryption at rest for a new MySQL database instance?
- Selecting the encryption option during database creation
- Performing an ALTER TABLE command
- Disabling automatic backups
- Setting the fetch size to zero
- Uploading a .pem certificate to user data
Database Snapshots
What description best fits a database snapshot in the context of managed MySQL environments?
- A point-in-time copy of the entire database instance
- A weekly log rotation event
- A new user created for monitoring
- A full cache dump
- A temporary SQL query profile
Parameter Groups
What is a parameter group in managed MySQL cloud services?
- A collection of configuration settings for one or more database instances
- A scheduled maintenance window
- A backup archive folder
- An access log report
- A set of user accounts
Failover in Multi-Zone Deployments
In a Multi-Zone managed MySQL deployment, what happens if the primary database becomes unavailable?
- Failover to the standby replica occurs automatically
- All read replicas are deleted
- Database connections are denied permanently
- Backups are stopped indefinitely
- The root password is reset by the system
Manual Backups
Which method should you use to perform a manual backup of a cloud-hosted MySQL database?
- Using the management console to create a manual snapshot
- Enabling software patching
- Disabling event notifications
- Altering the DB parameter group
- Dropping all tables
Monitoring Performance
What is an effective way to monitor performance metrics such as CPU usage and disk I/O for a managed MySQL database?
- Using a monitoring dashboard or real-time monitoring feature
- Exporting data with mysqldump
- Upgrading the database engine without checking metrics
- Disabling logging
- Changing the network port to 3307