What happens when you disable a failover group in Azure SQL Database?
AAll databases are deleted.
BAutomatic failover is disabled.
CReplication is paused indefinitely.
DAzure support must be contacted.
Explanation
Disabling a failover group disables automatic failover but does not delete databases or require Azure support.
Q22
Which service is best for SQL database migration to Azure?
AAzure Database Migration Service
BAzure Blob Storage
CAzure Data Factory
DAzure Functions
Explanation
Azure Database Migration Service specializes in SQL migrations, while others do not.
Q23
A company needs to restrict access to its Azure SQL Database based on user roles. What should you implement?
ADatabase Auditing
BRole-Based Access Control
CSQL Auditing
DDynamic Data Masking
Explanation
Role-Based Access Control is designed for user role management, unlike the other options that focus on auditing and security features.
Q24
You are configuring an Azure SQL Database. What happens when you choose 'General Purpose' tier?
AHigher transaction rate availability
BOptimized for capacity planning
CCost-effective with balanced performance
DLimited elastic pool support
Explanation
The 'General Purpose' tier offers a balance of cost and performance, unlike other options that don't accurately describe it.
Q25
Which service provides automated backups in Azure SQL Database?
AAzure Blob Storage
BAzure SQL Database
CAzure Data Lake
DAzure Functions
Explanation
Azure SQL Database automatically handles backups, unlike the other services, which serve different purposes.
Q26
A company needs a solution to optimize query performance and lower costs. What feature should they use?
ARead Scale-Out
BElastic Pools
CManaged Instance
DGeo-Replication
Explanation
Elastic Pools allow multiple databases to share resources effectively, improving cost and performance.
Q27
You are configuring VNet service endpoints for Azure SQL Database. What happens if you don't authorize an IP address?
AAccess is granted automatically
BAccess is denied
CConnection times out
DServer reboots to authorize
Explanation
If the IP is not authorized, access will be denied to maintain secure connectivity.
Q28
Which service allows you to analyze SQL query performance?
AAzure SQL Analytics
BAzure Storage Explorer
CAzure DevOps
DAzure Data Lake
Explanation
Azure SQL Analytics provides deep insights on query performance, while the others serve different purposes.
Q29
A company needs to ensure that sensitive data is encrypted at rest in Azure SQL Database. What should be implemented?
ATransparent Data Encryption
BActivity Log
CFirewalls and VNet
DGeo-replication
Explanation
Transparent Data Encryption secures data at rest, while the other options do not provide this specific functionality.
Q30
You are configuring a long-running transaction in Azure SQL Database. What happens if you exceed the database transaction log limit?
ADatabase automatically truncates logs
BFurther operations are blocked
CSystem crash occurs
DService degrades temporarily
Explanation
Exceeding the transaction log limit blocks further operations until logs are cleared, unlike the other choices which are incorrect pertaining to log behavior.