0
0
Azurecloud~5 mins

Azure Database for MySQL - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Azure Database for MySQL?
Azure Database for MySQL is a managed cloud service that lets you run MySQL databases without managing the underlying hardware or software. It handles backups, scaling, and security for you.
Click to reveal answer
beginner
How does Azure Database for MySQL handle backups?
It automatically creates backups of your database daily and keeps them for up to 35 days. You can restore your database to any point within that retention period.
Click to reveal answer
intermediate
What are the deployment options for Azure Database for MySQL?
The primary deployment option is Flexible Server (Single Server is deprecated). Flexible Server offers more control over maintenance windows and high availability options.
Click to reveal answer
beginner
Why is scaling important in Azure Database for MySQL?
Scaling lets you adjust the compute power and storage size of your database to match your workload. This helps keep your app fast and cost-effective as demand changes.
Click to reveal answer
intermediate
What security features does Azure Database for MySQL provide?
It includes data encryption at rest and in transit, firewall rules to control access, and integration with Azure Active Directory for identity management.
Click to reveal answer
Which of the following is a deployment option for Azure Database for MySQL?
AVirtual Machine Server
BContainer Server
CDedicated Server
DFlexible Server
How long does Azure Database for MySQL keep automatic backups by default?
A7 days
B14 days
C35 days
D90 days
What does scaling compute power in Azure Database for MySQL affect?
AThe speed of queries and connections
BThe size of the database files
CThe number of users allowed
DThe backup retention period
Which security feature is NOT provided by Azure Database for MySQL?
AAutomatic virus scanning
BFirewall rules
CAzure Active Directory integration
DData encryption at rest
What is the main benefit of using a managed database service like Azure Database for MySQL?
AYou manage all hardware and software updates
BThe cloud provider handles maintenance, backups, and scaling
CYou only pay a flat monthly fee regardless of usage
DYou can only use it with Microsoft applications
Explain how Azure Database for MySQL helps you manage database backups and recovery.
Think about how the service protects your data without extra work.
You got /4 concepts.
    Describe the difference between Single Server and Flexible Server deployment options in Azure Database for MySQL.
    Consider control and availability features.
    You got /4 concepts.