Which service provides serverless options for SQL databases?
AAzure Cosmos DB
BAzure SQL Database
CAzure Data Lake Store
DAzure Blob Storage
Explanation
Azure SQL Database has a serverless option, making it suitable for variable workloads.
Q2
You are scheduling backups for your Azure SQL Database. What happens if the backup retention period is exceeded?
AOlder backups are deleted automatically
BBackup fails until retention fixed
CBackups are retained indefinitely
DRetention can be ignored
Explanation
Older backups are automatically deleted after retention period.
Q3
A company needs to analyze SQL performance. Which tool should they use?
AAzure Migrate
BAzure Data Factory
CQuery Performance Insights
DAzure Monitor
Explanation
Query Performance Insights provides specific details on SQL performance issues.
Q4
Which Azure service is best for SQL-based analytics?
AAzure Synapse Analytics
BAzure Functions
CAzure Blob Storage
DAzure Data Lake
Explanation
Azure Synapse Analytics is designed for SQL-based analytics while the others serve different purposes.
Q5
A company needs to ensure high availability for their Azure SQL Database with minimal downtime. What should they use?
AGeo-replication
BRead replicas
CFailover groups
DStandard S3 tier
Explanation
Failover groups provide automated failover with minimal downtime, unlike other options.
Q6
You are configuring a stored procedure to handle sensitive data in Azure SQL Database. What compliance requirement should you prioritize?
AUser permissions
BData encryption
CDatabase performance
DNetworking setup
Explanation
Data encryption is crucial for protecting sensitive data, while others don't specifically address compliance.
Q7
Which service provides a fully managed database experience for SQL Server workloads?
AAzure SQL Database
BAzure Blob Storage
CAzure Functions
DAzure Kubernetes Service
Explanation
Azure SQL Database is specifically designed for managed database services, while the others serve different purposes.
Q8
A company needs to increase database performance dynamically based on workload. What should they implement?
AElastic Pools
BReplication
CTransparent Data Encryption
DDatabase Auditing
Explanation
Elastic Pools allow multiple databases to share resources, dynamically scaling performance as needed.
Q9
You are configuring a read-only replica for your Azure SQL Database. What happens if you attempt to write to the replica?
AWrite operations succeed
BWrite operations fail
CReplica turns read-write
DDatabase restarts automatically
Explanation
Write operations are not permitted on read-only replicas, and attempts will fail.
Q10
Which service allows you to automate scaling of Azure SQL Database?
AAzure Automation
BAuto-Scaling feature
CElastic pools
DAzure Functions
Explanation
Elastic pools manage resource scaling across multiple databases dynamically, whereas the others do not specifically handle SQL database scaling.