Which service is primarily used to manage Azure SQL databases?
AAzure SQL Database
BAzure Blob Storage
CAzure Table Storage
DAzure Data Lake
Explanation
Azure SQL Database is specifically designed for SQL databases, unlike the others that serve different purposes.
Q62
A company needs to ensure high availability for its SQL Database. Which feature should they configure?
AGeo-replication
BSQL Elastic Pools
CRead Scale-Out
DAutomated Backup
Explanation
Geo-replication allows databases to remain highly available across regions, while others focus on performance or backup strategies.
Q63
You are configuring a long-running transaction in Azure SQL. What happens if there's a crash?
AAll data is lost
BTransaction is automatically rolled back
CData is saved at crash point
DTransaction remains to be completed
Explanation
In Azure SQL, long-running transactions are rolled back on crash to ensure data consistency, versus other incorrect options that imply data loss or saving mid-transaction.
Q64
Which Azure service is designed for real-time analytics on streaming data?
AAzure Stream Analytics
BAzure Data Lake
CAzure Data Factory
DAzure Synapse Analytics
Explanation
Azure Stream Analytics handles real-time streaming data efficiently, while the others serve different purposes.
Q65
A company needs to securely store sensitive data in Azure SQL Database. Which feature should they enable?
ATransparent Data Encryption (TDE)
BAlways On Availability Groups
CGeo-Replication
DRead Scale-Out
Explanation
Transparent Data Encryption (TDE) is used for data protection through encryption; the other options serve different functionalities.
Q66
What happens when you set a database to autoscale in Azure SQL Database?
ACharges increase based on usage
BDatabase size is permanently fixed
CPerformance remains static
DData is automatically deleted
Explanation
Autoscaling adjusts resources and costs based on performance needs, whereas the other options do not align with autoscale functionality.
Q67
Which Azure service is used for building data pipelines?
AAzure Data Factory
BAzure SQL Database
CAzure Blob Storage
DAzure Virtual Machines
Explanation
Azure Data Factory is specifically designed for data pipelines; the others serve different purposes.
Q68
A company needs to ensure their SQL Database is highly available. What should they implement?
AGeo-Replication
BBackup and Restore
CRead Scale Out
DAuto-Scaling
Explanation
Geo-Replication ensures high availability; other options are not primarily for HA.
Q69
What happens when you set a SQL Database to serverless tier?
ADecreased performance during usage.
BBilling only during active usage.
CAutomatic scaling of compute resources.
DNo data backups are taken.
Explanation
Billing occurs only when the database is active, while the others describe incorrect outcomes.
Q70
Which service provides high availability for Azure SQL databases?
AAzure SQL Database Geo-replication
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Geo-replication ensures high availability while other options do not provide direct high availability for SQL databases.