Which service provides a serverless compute environment in Azure?
AAzure Functions
BAzure Virtual Machines
CAzure Blob Storage
DAzure Kubernetes Service
Explanation
Azure Functions offers serverless compute; VMs are not serverless, Blob Storage is for storage, and AKS is container orchestration.
Q62
A company needs to control access to Azure resources based on departments. What should they implement?
AAzure DevOps
BAzure Management Groups
CAzure Traffic Manager
DAzure Functions
Explanation
Azure Management Groups allow for resource access control; DevOps is for CI/CD, Traffic Manager is for routing, and Functions do not manage access.
Q63
What happens when you delete a resource group in Azure?
AAll resources are permanently deleted.
BResources are retained temporarily.
COnly unused resources are removed.
DResource locks are retained.
Explanation
Deleting a resource group permanently deletes all its resources; they cannot be recovered, and locks do not prevent deletion.
Q64
Which Azure service is best for managing large-scale data workloads in real-time?
AAzure Data Lake Storage
BAzure Stream Analytics
CAzure Blob Storage
DAzure Event Hubs
Explanation
Azure Stream Analytics processes real-time data while the others are for storage.
Q65
A company needs to ensure secure access to its Azure resources for external partners. What should they implement?
AAzure VPN Gateway
BAzure Private Link
CAzure Active Directory B2B
DAzure Firewall
Explanation
Azure AD B2B allows secure sharing with external users, unlike the others which focus on network or resource access.
Q66
What happens when you assign a role to a user at the subscription level in Azure?
AIt applies to all resource groups.
BIt restricts access to specific resources.
CIt grants permissions only at the resource level.
DIt overrides local roles in resource groups.
Explanation
Roles assigned at the subscription level cascade down to all resource groups and resources unless overridden by a finer role assignment.
Q67
Which service is used for CI/CD in Azure?
AAzure DevOps
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure DevOps provides tools for continuous integration and deployment, while the others are not primarily focused on CI/CD.
Q68
A company needs to grant temporary access to a developer for testing. What should you use?
AService Principal
BManaged Identity
CRole Assignment
DAccess Key
Explanation
Role Assignment allows assigning specific permissions temporarily, unlike the other options which are more permanent.
Q69
You are configuring Azure Backup. What happens when you exceed the backup storage limit?
AOlder backups are deleted
BBackup fails without warning
CNo new backups can be created
DCosts increase abruptly
Explanation
Exceeding storage limits prevents new backups from being created, while the others do not accurately describe the behavior.
Q70
Which Azure service allows you to create Serverless applications?
AAzure Functions
BAzure Web Apps
CAzure Kubernetes Service
DAzure Virtual Machines
Explanation
Azure Functions enables serverless application development, while the others require more infrastructure management.