A company needs to ensure that only specific users can access its sensitive data stored in Azure SQL Database. Which Azure feature should they implement?
ARole-Based Access Control (RBAC)
BVirtual Network
CAzure Key Vault
DAzure Data Lake
Explanation
Role-Based Access Control (RBAC) manages user permissions effectively, unlike other options.
Q12
What happens when you delete a column in Azure Cosmos DB without using soft delete?
AColumn can be restored later
BData is permanently lost
CData is archived automatically
DOperation fails with an error
Explanation
Deleting a column without soft delete permanently removes the data, unlike other options.
Q13
Which Azure service provides on-demand cloud computing resources?
AAzure Virtual Machines
BAzure Functions
CAzure SQL Database
DAzure Blob Storage
Explanation
Azure Virtual Machines provide scalable computing resources, while others serve different purposes like functions and databases.
Q14
A company needs to store a large amount of unstructured data, which service should they use?
AAzure Table Storage
BAzure Blob Storage
CAzure SQL Database
DAzure Cosmos DB
Explanation
Azure Blob Storage is ideal for unstructured data; other options cater to structured or semi-structured data.
Q15
What happens when you enable geo-replication for an Azure SQL Database?
AData is duplicated locally
BData is stored in multiple regions
CBackup frequency increases
DDatabase size limitations apply
Explanation
Geo-replication allows data to be replicated across multiple geographical regions, enhancing availability.
Q16
Which Azure service is used for large-scale data analysis?
AAzure Synapse Analytics
BAzure Functions
CAzure Blob Storage
DAzure App Service
Explanation
Azure Synapse Analytics is designed for big data and analytics, while others focus on different functionalities.
Q17
A company needs to store structured data and perform complex queries quickly. Which service should they choose?
AAzure Data Lake Storage
BAzure SQL Database
CAzure Cosmos DB
DAzure Data Factory
Explanation
Azure SQL Database is optimized for structured data and complex queries, unlike the others.
Q18
What happens when a data retention policy is applied in Azure Blob Storage?
AData is permanently deleted immediately
BData is archived after a set time
CData can be deleted automatically
DData access is restricted to admins
Explanation
A data retention policy automates deletion of blobs older than specified age; others are misleading interpretations.
Q19
Which service is used for real-time analytics on big data in Azure?
AAzure Stream Analytics
BAzure Blob Storage
CAzure Data Factory
DAzure SQL Database
Explanation
Azure Stream Analytics is designed for real-time data processing, while others serve different purposes.
Q20
A company needs to retain access to daily backups of their Azure SQL Database. What is the optimal approach?
AEnable Point-in-time restore
BUse Azure Blob Storage only
CPerform manual backups only
DImplement Azure Functions for tagging
Explanation
Point-in-time restore allows full recovery based on retention policies, unlike the other options.