Which Azure service provides serverless computing functionality?
AAzure Functions
BAzure Virtual Machines
CAzure App Services
DAzure Kubernetes Service
Explanation
Azure Functions is the serverless solution; other options require infrastructure management.
Q122
A company needs to control access to resources while allowing Azure services access on behalf of users. What should they use?
AAzure AD Roles
BManaged Identities
CNetwork Security Groups
DRole-Based Access Control
Explanation
Managed Identities allow Azure services to authenticate without needing credentials; other options serve different purposes.
Q123
You are configuring a multi-region deployment for resiliency. What happens when one region goes down?
ATraffic stops entirely
BUsers are directed to another region
CInstance automatically restarts
DData is deleted in the down region
Explanation
Traffic will be directed based on failover configurations; the other options do not accurately reflect Azure's handling of such scenarios.
Q124
Which service provides automated backup of Azure VMs?
AAzure Backup
AAutomatically backs up configured VMs.
BAzure Site Recovery
BMainly for disaster recovery scenarios.
CAzure Storage
CUsed for scalable object storage.
DAzure Blob
DNot specifically for backing up VMs.
Explanation
Azure Backup is designed specifically for backing up Azure VMs, while the others serve different purposes.
Q125
A company needs to restrict network access based on specific IP addresses. What should they use?
ANetwork Security Groups
AControls inbound and outbound traffic.
BVirtual Network Peering
BConnects different Azure VNets.
CAzure Load Balancer
CDistributes traffic across VMs.
DApplication Gateway
DWeb application traffic management only.
Explanation
Network Security Groups (NSGs) effectively restrict access based on IP addresses, whereas others do not provide such fine control on network traffic.
Q126
You are configuring Azure AD Conditional Access. What happens when a user's sign-in fails two times in a row?
AOnly occurs if configured.
AAccount is locked out immediately
BDefault behavior unless managed.
BUser must retry after a period
CConditional Access does not trigger alerts.
CSecurity alert is generated
DPassword must be changed
DThis is not a trigger condition.
Explanation
By default, the user must retry after a period unless specific conditional access policies indicate otherwise.
Q127
Which service provides a managed Kubernetes environment?
AAzure Kubernetes Service
BAzure Functions
CAzure App Service
DAzure Logic Apps
Explanation
Azure Kubernetes Service is designed specifically for managing Kubernetes; the others serve different use cases.
Q128
A company needs to implement network security restrictions for their Azure virtual machines. What should they use?
AAzure Security Center
BNetwork Security Groups
CAzure Policy
DAzure Monitor
Explanation
Network Security Groups are specifically designed to control inbound and outbound traffic; the other options do not focus on network-level security controls.
Q129
What happens when a virtual machine's managed disk encryption is turned off?
AData remains encrypted
BAll data is deleted
CDecryption phase begins
DVM cannot restart
Explanation
Turning off encryption initiates the decryption process, allowing access to unencrypted data; the other options do not accurately reflect the result of disabling encryption.
Q130
Which service is best for serverless computing in Azure?
AAzure Functions
BAzure Virtual Machines
CAzure App Service
DAzure Kubernetes Service
Explanation
Azure Functions provides a true serverless architecture, while others are not serverless.