What happens when Azure SQL Automatic Tuning is enabled?
AQuery performance is always guaranteed.
BAutomatic index creation and tuning occurs.
CIt disables manual tuning options.
DIt requires user intervention at all times.
Explanation
Automatic tuning optimizes query performance with automatic index management; other options suggest incorrect behaviors.
Q142
A company needs to ensure high availability for their Azure SQL Database. Which feature should they enable?
AGeo-replication
BAuto-scaling
CRead replicas
DDatabase backups
Explanation
Geo-replication provides high availability by syncing data across regions, while the others do not ensure availability during downtime.
Q143
You are configuring Azure SQL Database auditing. What happens when you set the storage type to 'Log Analytics'?
ALogs are stored in Blob Storage
BAudits are directly sent to Log Analytics
CNo audits will be recorded
DAlerts are created for anomalies
Explanation
When set to 'Log Analytics', audits are directly sent to Log Analytics for analysis; the other options are incorrect regarding storage locations or outcomes.
Q144
Which Azure service can be used to automatically scale an Azure SQL Database based on usage?
AAzure Automation
BAzure Logic Apps
CElastic Pool
DData Factory
Explanation
An Elastic Pool allows for automatic scaling of resources among databases based on demand, while the others do not provide this functionality.
Q145
Which service allows you to run queries against data in Azure without needing to load it?
AAzure Synapse Analytics
BAzure Blob Storage
CAzure Data Lake Storage
DAzure Functions
Explanation
Azure Synapse Analytics can query data directly using serverless SQL pools, while others are storage solutions.
Q146
A company needs to ensure their Azure SQL Database is highly available. What Azure feature should they implement?
AActive Geo-Replication
BRead Replicas
CPartitioning
DSQL Database Auditing
Explanation
Active Geo-Replication provides high availability with failover capabilities; others do not ensure availability.
Q147
You are configuring auditing for your Azure SQL Database. What format do audit logs support for external storage?
AJSON
BXML
CCSV
DPDF
Explanation
Audit logs can be stored in CSV format for better analytical compatibility; others are not supported formats.
Q148
Which service is used to create a logical SQL database in Azure?
AAzure SQL Database
BBlob Storage
CAzure Functions
DAzure Data Lake
Explanation
Azure SQL Database is specifically designed for creating relational databases, while others serve different purposes.
Q149
A company needs to ensure continuous availability of their Azure SQL Database during regional outages. What should they configure?
AGeo-Replication
BElastic Pools
CBackup Retention
DPoint-in-Time Restore
Explanation
Geo-Replication provides copy databases in different regions to enhance availability, while the others address different needs.
Q150
You are configuring auditing for an Azure SQL Database. What happens if the auditing settings are not applied correctly?
AAudit logs are stored correctly
BAuditing features are disabled
CData remains unmonitored
DOnly security events are logged
Explanation
If auditing is not configured, there will be no monitoring of database activities, while other options cannot occur if settings are not applied.