Which service would you use to manage serverless workloads?
AAzure Functions
BAzure App Service
CAzure Kubernetes Service
DAzure DevOps
Explanation
Azure Functions is specifically designed for serverless computing; the others focus on different application deployments.
Q92
A company needs to securely store API secrets used in Azure DevOps pipelines. Which of the following should they implement?
AAzure Key Vault
BAzure Blob Storage
CAzure SQL Database
DApplication Insights
Explanation
Azure Key Vault is designed for securely storing secrets; the other options are not specialized for secret management.
Q93
What happens when you enable soft delete on an Azure Blob storage account?
ADeleted blobs are permanently removed.
BDeleted blobs can be recovered.
CStorage costs are reduced significantly.
DBlob versions are automatically created.
Explanation
Soft delete enables recovery of deleted blobs within a specified retention period; the other options do not describe this feature accurately.
Q94
Which Azure service offers serverless compute capabilities?
AAzure Functions
BAzure VMs
CAzure Logic Apps
DAzure Storage
Explanation
Azure Functions is designed for serverless computing; the others are not.
Q95
A company needs to integrate Azure AD with on-premises Active Directory. Which service is used?
AAzure AD Connect
BAzure Bastion
CAzure VPN Gateway
DAzure Application Gateway
Explanation
Azure AD Connect synchronizes on-premises directories with Azure AD.
Q96
What happens when you set a storage account to 'Hot' access tier?
AReduced latency for data access
BHigher storage costs
CNon-redundant storage only
DData archived immediately
Explanation
Hot tier provides optimized low-latency access; storage costs are lower than the cold tier.
Q97
Which service is used for Azure networking configuration?
AAzure Firewall
BAzure DevOps
CAzure Functions
DAzure Blob Storage
Explanation
Azure Firewall enables robust networking security, while others are different Azure services.
Q98
A company needs to analyze large datasets in real time. Which Azure service should they choose?
AAzure Data Lake Storage
BAzure Synapse Analytics
CAzure Storage Accounts
DAzure App Service
Explanation
Azure Synapse Analytics is designed for real-time analytics, unlike the other options.
Q99
You are configuring an Azure VM. What happens when you select 'Stop' instead of 'Deallocate'?
AVM is completely shut down
BVM stops but retains resources
CVM deletes all storage
DCost saving achieved
Explanation
Stopping retains resources, while deallocating releases them.
Q100
Which Azure service provides a hosted platform for developing, testing, and managing web applications?
AAzure App Service
BAzure Functions
CAzure Virtual Machines
DAzure Kubernetes Service
Explanation
Azure App Service is specifically designed for web applications, while the others serve different purposes.