A company needs to store and analyze large amounts of unstructured data. What is the best Azure solution?
AAzure SQL Database
BAzure Blob Storage
CAzure Table Storage
DAzure Cosmos DB
Explanation
Azure Blob Storage is optimized for unstructured data, while the others are not suited for massive unstructured storage.
Q102
What happens when you delete a resource group in Azure?
AOnly resources within it are deleted
BResource group cannot be deleted
CAll resources in it are deleted
DResources are archived but not deleted
Explanation
Deleting a resource group deletes all contained resources, unlike options A and D.
Q103
Which Azure service provides real-time analytics on streaming data?
AAzure Stream Analytics
BAzure Data Factory
CAzure Functions
DAzure Databricks
Explanation
Azure Stream Analytics is designed specifically for real-time analytics on streaming data; the other options do not serve this primary function.
Q104
A company wants to secure its Azure resources using user roles. What feature should they leverage?
AAzure Policy
BRole-Based Access Control (RBAC)
CAzure Key Vault
DNetwork Security Groups (NSG)
Explanation
Role-Based Access Control (RBAC) allows assigning specific user roles to manage access, while the others do not focus on user roles specifically.
Q105
You are configuring a deployment of an Azure Web App. What will happen if the price tier is set to 'Free'?
ALimited to 5 concurrent connections
BSupports custom domains
CNo SSL support available
DAutomatic scaling not enabled
Explanation
The 'Free' tier does not support automatic scaling; the other options may not be limitations of the free tier.
Q106
Which service provides serverless computing in Azure?
AAzure Functions
BAzure VMs
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Functions offers a serverless computing model, while the others are infrastructure-based services.
Q107
A company needs to securely store sensitive configuration data. What should they use?
AAzure Blob Storage
BAzure Key Vault
CAzure Table Storage
DAzure SQL Database
Explanation
Azure Key Vault is specifically designed for secure storage of secrets, unlike the other storage options.
Q108
You are configuring a CI/CD pipeline in Azure DevOps. What happens if the pipeline encounters a failing build?
AThe pipeline pauses indefinitely
BThe build succeeds anyway
CThe pipeline fails and stops
DNotifications are disabled
Explanation
If a build fails, the pipeline typically fails and stops, preventing further steps from executing.
Q109
Which Azure service is used for serverless computing?
AAzure Functions
BAzure VMs
CAzure App Service
DAzure Logic Apps
Explanation
Azure Functions enables event-driven execution with serverless architecture; the others require provisioning resources.
Q110
A company needs to store a large dataset with analytical capabilities. Which Azure service should they choose?
AAzure Blob Storage
BAzure Data Lake Storage
CAzure SQL Database
DAzure Cosmos DB
Explanation
Azure Data Lake Storage is tailored for big data analytics, while others serve different use cases.