Which Azure service is best for large-scale event handling?
AAzure Event Hubs
BAzure Blob Storage
CAzure Kubernetes Service
DAzure Virtual Machines
Explanation
Azure Event Hubs is specifically designed for large-scale event streaming, while the others serve different purposes.
Q2
A company needs to run containerized applications without managing servers. What should they use?
AAzure Container Instances
BAzure Functions
CAzure App Service
DAzure VMs
Explanation
Azure Container Instances allows for serverless container execution, unlike other options which require management of infrastructure.
Q3
What happens when an Azure SQL Database reaches its DTU limit?
ADatabase is deleted
BQueries will fail
CPerformance may degrade
DData is lost
Explanation
When the DTU limit is reached, performance may degrade but the database remains active and data is preserved.
Q4
Which service allows seamless deployment of apps on Azure?
AAzure App Service
BAzure Blob Storage
CAzure CDN
DAzure Functions
Explanation
Azure App Service is specifically designed for app deployment, while the others serve different functions.
Q5
A company needs a robust solution for using a large dataset with minimal latency. Which Azure service should they choose?
AAzure SQL Database
BAzure Blob Storage
CAzure Cosmos DB
DAzure Functions
Explanation
Azure Cosmos DB offers low-latency access and high availability for large datasets, unlike the others which have different use cases.
Q6
What happens when you delete a Resource Group in Azure?
AOnly associated resources are deleted
BAll resources in it are deleted
CResources are archived
DNothing happens to resources
Explanation
Deleting a Resource Group removes all resources within it, while the other options misrepresent the impact of deletion.
Q7
Which service is best for serverless computing in Azure?
AAzure Functions
BAzure VM
CAzure Databricks
DAzure App Service
Explanation
Azure Functions is designed for serverless solutions, while the others require more management.
Q8
A company needs to grant a developer access to a specific resource group but wants to restrict access to only that group. Which role should they assign?
AOwner Role
BContributor Role
CReader Role
DCustom Role
Explanation
A Custom Role can be tailored to grant specific access, whereas the other roles may have broader permissions.
Q9
What happens when you enable Soft Delete on Azure Blob Storage?
ADeletes blobs permanently
BRestores deleted blobs for 30 days
CIncreases storage costs
DProtects data from unauthorized access
Explanation
Soft Delete allows recovery of deleted blobs within a retention period, while others do not reflect its purpose.
Q10
Which Azure service is used for building applications using microservices?
AAzure Kubernetes Service
BAzure Blob Storage
CAzure Functions
DAzure SQL Database
Explanation
Azure Kubernetes Service is specifically designed for managing microservices while the others serve different purposes.