0
0
Azurecloud~20 mins

Creating Azure SQL Database - Practice Exercises

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure SQL Database Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Choosing the right service tier for Azure SQL Database

You need to deploy an Azure SQL Database for a web app with unpredictable traffic and require automatic scaling. Which service tier should you choose?

AServerless tier with auto-pausing and auto-scaling
BStandard tier with manual scaling
CBasic tier with fixed DTUs
DPremium tier with fixed high DTUs
Attempts:
2 left
💡 Hint

Think about a tier that adjusts compute resources automatically based on workload.

Configuration
intermediate
2:00remaining
Configuring firewall rules for Azure SQL Database

You want to allow access to your Azure SQL Database only from your office IP address 203.0.113.5. Which firewall rule configuration is correct?

AStart IP: 203.0.113.5, End IP: 203.0.113.5
BStart IP: 0.0.0.0, End IP: 255.255.255.255
CStart IP: 203.0.113.0, End IP: 203.0.113.255
DStart IP: 203.0.113.5, End IP: 203.0.113.10
Attempts:
2 left
💡 Hint

To restrict access to a single IP, start and end IP must be the same.

service_behavior
advanced
2:00remaining
Impact of geo-replication on Azure SQL Database availability

You enable active geo-replication on your Azure SQL Database to a secondary region. What happens if the primary region experiences an outage?

AThe primary database automatically recovers and syncs data from secondary.
BThe secondary database automatically becomes primary without manual intervention.
CThe secondary database remains read-only until you manually failover.
DBoth primary and secondary databases become unavailable.
Attempts:
2 left
💡 Hint

Consider how failover works in active geo-replication.

security
advanced
2:00remaining
Enabling Transparent Data Encryption (TDE) on Azure SQL Database

Which statement about Transparent Data Encryption (TDE) on Azure SQL Database is true?

ATDE disables backups to improve performance.
BTDE encrypts data in transit between client and server.
CTDE requires manual key management by the user.
DTDE encrypts data only at rest and is enabled by default.
Attempts:
2 left
💡 Hint

Think about what TDE protects and its default status in Azure SQL Database.

Best Practice
expert
2:00remaining
Optimizing cost and performance for Azure SQL Database with unpredictable workloads

You have an Azure SQL Database with unpredictable and spiky workloads. Which combination of features best balances cost and performance?

AProvisioned compute tier with high DTUs and no auto-scaling
BServerless compute tier with auto-pausing and auto-scaling enabled
CBasic tier with minimal DTUs and manual scaling during spikes
DPremium tier with fixed compute and geo-replication enabled
Attempts:
2 left
💡 Hint

Consider features that automatically adjust resources and reduce cost during idle times.