What happens when you use Azure Data Factory with a copy activity?
AData is transformed only
BData is duplicated in storage
CData is moved without changes
DData is deleted post-migration
Explanation
A copy activity moves data without transformation or deletion, while the others incorrectly suggest different behaviors.
Q52
Which service is primarily used for stream processing in Azure?
AAzure Stream Analytics
BAzure Data Lake
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Stream Analytics is specifically designed for real-time stream processing, whereas the other options serve different functionalities.
Q53
A company needs to analyze interaction data in real-time while minimizing latency. Which Azure service should they implement?
AAzure Data Factory
BAzure Synapse Analytics
CAzure Cosmos DB
DAzure Data Lake Storage
Explanation
Azure Cosmos DB is designed for low-latency operations, making it suitable for real-time analytics.
Q54
What happens when you set up an Azure SQL Database with no pricing tier specified?
AIt defaults to Basic tier
BIt will fail to create
CIt defaults to Standard tier
DIt will use premium features
Explanation
Azure SQL Database defaults to the Basic pricing tier if none is specified.
Q55
Which service is designed for real-time analytics in Azure?
AAzure Stream Analytics
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure Stream Analytics allows for real-time data analysis, while others serve different purposes.
Q56
A company needs to migrate a SQL database to Azure. What should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Cosmos DB
DAzure Data Lake
Explanation
Azure SQL Database is optimized for SQL workloads, unlike the other options.
Q57
You are configuring data redundancy in Azure; what happens if you choose RA-GRS?
AData is lost during outages.
BData is replicated in one regional pair.
CData is available in a secondary region.
DData incurs higher storage costs.
Explanation
RA-GRS ensures availability by replicating data to a secondary region, while others are incorrect implications.
Q58
Which service is primarily used for real-time analytics in Azure?
AAzure Stream Analytics
BAzure Functions
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Stream Analytics processes real-time data, while the others serve different functions.
Q59
A company needs to ensure high availability for its Azure SQL Database. What should they do?
AUse Active Geo-Replication
BSelect Basic Tier
CEnable Auto-Scaling
DUse Data Lake Storage
Explanation
Active Geo-Replication allows for high availability by creating readable secondary databases.
Q60
You are configuring security for Azure Data Lake Storage. What happens when you set access policies to 'Deny'?
APermissions are removed completely
BPrevious permissions remain active
CData can still be read
DUsers have no access rights
Explanation
Setting 'Deny' removes all permissions for the specified users or groups.