A company needs to securely store sensitive keys. What Azure service should they use?
AAzure Blob Storage
BAzure Key Vault
CAzure SQL Database
DAzure App Service
Explanation
Azure Key Vault is designed specifically for managing and securing keys, unlike the other options.
Q93
What happens when you delete an Azure Resource Group?
AAll resources are permanently deleted
BResources are archived for recovery
COnly locked resources are deleted
DNo impact on any resources
Explanation
Deleting a Resource Group permanently deletes all contained resources unless explicitly protected.
Q94
Which service should you use to implement serverless compute for Azure functions?
AAzure Functions
BAzure VMs
CAzure App Service
DAzure Batch
Explanation
Azure Functions is designed for serverless computing, while the others provide different capabilities.
Q95
A company needs to securely store sensitive customer data in Azure. Which service is most appropriate?
AAzure Blob Storage
BAzure SQL Database
CAzure Cosmos DB
DAzure Data Lake Storage
Explanation
Azure SQL Database offers advanced security features ideal for sensitive data, whereas others are less suited for relational data with security needs.
Q96
What happens when an Azure VM fails health checks in an availability set?
AVM is automatically restarted
BVM is permanently deleted
CTraffic is rerouted to another VM
DNotification is sent to administrator
Explanation
Traffic is rerouted to healthy VMs to maintain availability, while the other options do not accurately describe Azure's response.
Q97
Which Azure service provides a fully managed NoSQL database?
AAzure Cosmos DB
BAzure SQL Database
CAzure Blob Storage
DAzure Table Storage
Explanation
Azure Cosmos DB is designed for NoSQL data storage while other options are relational or file storage services.
Q98
A company needs to monitor performance and availability of its applications deployed in Azure. Which service should they use?
AAzure Monitor
BAzure Sentinel
CAzure Security Center
DAzure Logic Apps
Explanation
Azure Monitor provides insights into performance and availability, while the others focus on security or automation.
Q99
What happens when you configure an Azure Virtual Machine Scale Set with autoscaling enabled?
AOnly one VM runs at a time
BVMs can automatically scale out/in
CNo VMs will be deployed
DVMs operate without monitoring
Explanation
Autoscaling allows VMs in the set to automatically increase or decrease based on demand, while other options misrepresent the basic functionality.
Q100
Which service helps manage permissions in Azure?
AAzure Active Directory
BAzure Data Lake
CAzure Blob Storage
DAzure Virtual Network
Explanation
Azure Active Directory provides identity and access management, while the others serve different functions.