A company needs reliable storage for unstructured data with high availability. Which Azure service should they choose?
AAzure Blob Storage
BAzure Table Storage
CAzure SQL Database
DAzure Queue Storage
Explanation
Azure Blob Storage is optimized for unstructured data; the others serve different data types or use cases.
Q93
What happens when you configure a view in Azure SQL Database without proper permissions?
AThe view is created successfully.
BAn error occurs during creation.
CThe view is created but inaccessible.
DPermissions are automatically granted.
Explanation
The view can be created but users without permissions cannot access it; errors occur only for failed creations, not for access restrictions.
Q94
Which service acts as a scalable message queue in Azure?
AAzure Queue Storage
BAzure Blob Storage
CAzure Data Lake Storage
DAzure SQL Database
Explanation
Azure Queue Storage is designed for message queuing, while the others serve different purposes.
Q95
A company needs to analyze large volumes of data in real-time. Which Azure service should they use?
AAzure Stream Analytics
BAzure Data Factory
CAzure Blob Storage
DAzure Data Lake Storage
Explanation
Azure Stream Analytics provides real-time analytics, while the others are not aimed at live analysis.
Q96
You are configuring an Azure Cosmos DB database. What happens when you choose the 'Gremlin' API?
AUse SQL for queries
BExecute document-based transactions
CModel graph structures
DStore only tabular data
Explanation
The 'Gremlin' API allows for storing and querying graph structures, whereas the others pertain to different databases or formats.
Q97
Which service is used for big data analytics on Azure?
AAzure Synapse Analytics
BAzure App Service
CAzure Blob Storage
DAzure Functions
Explanation
Azure Synapse Analytics specializes in big data analytics, while the others serve different purposes.
Q98
A company needs to analyze real-time data streams. Which solution is appropriate?
AAzure SQL Database
BAzure Stream Analytics
CAzure Blob Storage
DAzure Data Lake
Explanation
Azure Stream Analytics is designed for real-time data processing, while the others are for batch processing or storage.
Q99
You are configuring an Azure service for scalability. What do you focus on?
AVertical scaling only
BHorizontal scaling only
CVertical and horizontal scaling
DAdding more data storage only
Explanation
Both vertical and horizontal scaling are important for maximizing resource efficiency and scalability.
Q100
Which Azure service is used for data warehousing?
AAzure Synapse Analytics
BAzure Blob Storage
CAzure Data Lake
DAzure SQL Database
Explanation
Azure Synapse Analytics is specifically designed for data warehousing, while others serve different purposes.