A company needs to manage access for Azure resources based on user roles. Which feature should they use?
AAzure DevOps
BAzure Active Directory (AAD)
CAzure Monitor
DAzure Functions
Explanation
Azure Active Directory allows role-based access control (RBAC) for managing resource access.
Q72
What happens when you enable soft delete for a Blob Storage account?
APermanently deletes old blobs
BRecovers deleted blobs for a period
CIncreases storage costs
DPrevents users from accessing blobs
Explanation
Soft delete allows recovery of deleted blobs within a configured retention period, providing data protection.
Q73
Which service is best for building event-driven applications in Azure?
AAzure Functions
BAzure Blob Storage
CAzure Virtual Machines
DAzure SQL Database
Explanation
Azure Functions is designed for serverless event-driven applications, while the others serve different purposes.
Q74
A company needs to store large amounts of unstructured data. Which service should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Data Lake
DAzure Cosmos DB
Explanation
Azure Blob Storage is ideal for unstructured data, while other services are meant for structured or specific types of data.
Q75
What happens when you exceed the budget limit set on an Azure subscription?
AService is automatically upgraded
BNo additional charges apply
CServices are temporarily suspended
DResource usage is throttled
Explanation
Exceeding a budget limit can lead to service suspension to prevent unexpected overages, while other options are incorrect behavior.
Q76
Which service is used for automating infrastructure in Azure?
AAzure Functions
BAzure Logic Apps
CAzure DevOps
DAzure Resource Manager
Explanation
Azure Resource Manager is designed for infrastructure automation while others focus on different functionalities.
Q77
A company needs to store sensitive data with strict access controls; which Azure service should they use?
AAzure Blob Storage
BAzure SQL Database
CAzure Key Vault
DAzure Cosmos DB
Explanation
Azure Key Vault securely stores sensitive information and manages access, while others are used for general data storage or database management.
Q78
What happens when you scale a virtual machine in Azure?
AIt duplicates the VM
BIt adds additional storage
CIt changes the VM size
DIt deletes the existing VM
Explanation
Scaling a VM in Azure changes its size or capabilities, unlike the other options that misrepresent scaling behavior.
Q79
Which service provides real-time file synchronization for Azure storage?
AAzure File Sync
BBlob Storage
CAzure Data Lake
DCosmos DB
Explanation
Azure File Sync enables real-time file synchronization; others do not provide this feature.
Q80
A company needs to ensure that only specific users can access Azure resources. Which service should they implement?
AAzure Monitor
BAzure Active Directory
CAzure DevOps
DAzure Resource Manager
Explanation
Azure Active Directory (AAD) manages user access; others are not designed for access control.