A company needs to securely manage user permissions across multiple Azure services. What should they implement?
AAzure Resource Manager
BAzure Active Directory
CAzure Functions
DAzure Logic Apps
Explanation
Azure Active Directory provides centralized identity management and access control, unlike the other options which do not specialize in permissions management.
Q132
You are configuring Azure Data Factory for daily pipeline runs. What happens if a pipeline has no activity end time?
AIt fails immediately after starting
BIt runs indefinitely
CIt stops after one execution
DIt raises a timeout error
Explanation
Pipelines without an activity end time will run until manually stopped or until set conditions are met, while the other options do not correctly describe pipeline behavior.
Q133
Which service is primarily used for data integration in Azure Fabric?
AAzure Data Factory
BAzure Blob Storage
CAzure SQL Database
DAzure Functions
Explanation
Azure Data Factory is specifically designed for data integration, whereas the others serve different purposes.
Q134
You are configuring a serverless SQL pool in Azure Fabric. What happens when you query data that isn't in-memory?
AQuery fails immediately
BData is retrieved from Azure Storage
CQuery executes without performance hit
DData is cached permanently
Explanation
When querying, serverless SQL pools pull data from Azure Storage on-the-fly if it's not in-memory.
Q135
A company needs to prevent unauthorized data access in Azure Fabric. Which approach should they take?
AUse public IP address access
BImplement role-based access control
CStore data in multiple regions
DEnable anonymous user access
Explanation
Role-based access control (RBAC) effectively restricts access based on assigned roles, unlike the other options.
Q136
Which Azure service is best for real-time analytics?
AAzure Synapse Analytics
BAzure Data Factory
CAzure Stream Analytics
DAzure Blob Storage
Explanation
Azure Stream Analytics is specifically designed for real-time analytics, whereas the others serve different purposes.
Q137
A company needs to securely share data with external partners. What should they use?
AAzure Blob Storage
BAzure SQL Database
CAzure Data Share
DAzure Data Lake
Explanation
Azure Data Share specifically facilitates secure data sharing, unlike the other options.
Q138
You are configuring a Data Factory pipeline. What happens if a failure occurs?
APipeline automatically retries all activities
BPipeline stops and logs the error
CPipeline completes with warnings only
DPipeline sends an email notification
Explanation
The default behavior is to stop and log errors; automatic retries can be configured but are not default.
Q139
Which Azure service provides real-time analytics on streaming data?
AAzure Stream Analytics
BAzure Data Lake
CAzure Blob Storage
DAzure Synapse Analytics
Explanation
Azure Stream Analytics specializes in real-time data processing, unlike the other storage and analytics services.
Q140
A company needs to trigger an Azure Logic App based on a HTTP request. What is required in the Logic App configuration?
AUse 'When a HTTP request is received'
BAdd a Recurrence trigger
CIncorporate Azure Event Grid
DSet a Schedule trigger
Explanation
You need the HTTP request trigger specifically designed for this purpose, while the others are unrelated to HTTP requests.