A company needs to ensure their sensitive data is encrypted at rest. Which Azure feature should they use?
AAzure Active Directory
BAzure Role-Based Access Control
CAzure Disk Encryption
DAzure DevOps
Explanation
Azure Disk Encryption ensures data at rest is encrypted, unlike the other options which do not provide this capability.
Q52
You are configuring network security groups (NSGs) in Azure. What happens when both inbound rules allow and deny traffic?
AAllow rule takes precedence
BDeny rule takes precedence
CRandomly chooses between them
DBoth rules are disabled
Explanation
Allow rules take precedence over deny rules in NSGs, making option A the correct choice.
Q53
Which service is used for managing secrets in Azure?
AAzure Key Vault
BAzure Blob Storage
CAzure Active Directory
DAzure Firewall
Explanation
Azure Key Vault securely manages secrets; others do not offer secret management.
Q54
A company needs to restrict network access to its Azure VMs. What should they use?
ANetwork Security Groups
BVirtual Network Peering
CAzure Load Balancer
DAzure Front Door
Explanation
Network Security Groups control inbound/outbound traffic; others don't restrict access effectively.
Q55
You are configuring an Azure Virtual Machine Scale Set. What happens when a VM in the set fails?
AIt automatically recreates a new VM
BIt sends an alert to the user
CIt scales down the set
DIt pauses all other VMs
Explanation
A new VM is automatically recreated for availability; others are not correct as they do not describe the automatic recovery feature.
Q56
Which service is best for organizing and managing resources in Azure?
AAzure Resource Manager
BAzure Functions
CAzure Monitor
DAzure Logic Apps
Explanation
Azure Resource Manager helps organize resources, while others serve different purposes.
Q57
A company needs to enable automated scaling based on CPU usage. Which feature should they use?
AManual Scaling
BAzure Autoscale
CAzure Backup
DAzure Traffic Manager
Explanation
Azure Autoscale adjusts resources automatically, while others do not manage scaling.
Q58
What happens when you exceed the limits of a subscription in Azure?
AYou will be charged for overages
BNew resources cannot be created
CAll services will stop functioning
DYou'll receive a warning only
Explanation
Exceeding subscription limits prevents further resource creation, while others misrepresent the consequences.
Q59
Which service allows for serverless compute in Azure?
AAzure Functions
BAzure Kubernetes Service
CAzure Virtual Machines
DAzure Blob Storage
Explanation
Azure Functions provide an event-driven serverless compute platform; the other options involve more traditional or containerized compute methods.
Q60
A company needs to manage user access based on attributes like department. Which Azure feature should they implement?
ARole-Based Access Control
BAzure Policy
CAzure AD Conditional Access
DPrivileged Identity Management
Explanation
Azure AD Conditional Access policies allow access control based on user attributes; the other options do not manage access in this granular manner.