Which Azure service is designed for serverless computing?
AAzure Functions
BAzure VMs
CAzure Blob Storage
DAzure Kubernetes Service
Explanation
Azure Functions enables event-driven serverless computing; the others involve managing servers or persistent storage.
Q92
A company needs to automate deployment and updates of its containerized applications. What should they use?
AAzure DevTest Labs
BAzure Resource Manager
CAzure DevOps Pipelines
DAzure Storage Accounts
Explanation
Azure DevOps Pipelines automate continuous integration and deployment, while others don't focus on deployment automation.
Q93
You are configuring Azure Active Directory (Azure AD) for an organization. What happens if a user’s MFA is turned off after it was previously required?
AUser loses all access immediately
BUser can sign in without MFA
CUser can never sign in again
DUser must reset their password
Explanation
Disabling MFA allows users to sign in without it; the other options incorrectly imply immediate loss of access or prolonged restrictions.
Q94
Which Azure service is best for monitoring applications?
AAzure Application Insights
BAzure DevTest Labs
CAzure Backup
DAzure Data Lake Storage
Explanation
Azure Application Insights specializes in application performance tracking, while others do not.
Q95
A company needs to establish a release pipeline for CI/CD. Which Azure service should they use?
AAzure Repos
BAzure Test Plans
CAzure Artifacts
DAzure Pipelines
Explanation
Azure Pipelines is specifically designed for CI/CD workflows.
Q96
You are configuring access for a service principal. What should you ensure?
AIt has a valid Azure subscription
BIt has owner permissions on all resources
CIt has least privilege access
DIt is linked to a specific user
Explanation
Least privilege access minimizes risk, while the others can lead to security vulnerabilities.
Q97
Which service enables automated application deployment in Azure?
AAzure DevOps
BAzure Functions
CAzure Logic Apps
DAzure Blob Storage
Explanation
Azure DevOps offers CI/CD pipelines for deployment, while the others serve different purposes.
Q98
A company needs to enforce access restrictions based on user location. Which Azure service should they implement?
AAzure Active Directory
BAzure Firewall
CAzure Front Door
DAzure Security Center
Explanation
Azure Active Directory allows conditional access based on location, while the others focus on security and traffic management.
Q99
You are configuring a large-scale deployment using Azure App Service. What happens when you enable autoscaling?
AApp Service deployment size increases
BApp Service counts active user sessions
CAuto-increased instances based on load
DCPUs and memory increase permanently
Explanation
Autoscaling dynamically adjusts instance counts based on workload, whereas the other options misinterpret scaling behavior.
Q100
Which Azure service is used for managing containerized applications?
AAzure Kubernetes Service
BAzure Functions
CAzure Logic Apps
DAzure Virtual Machines
Explanation
Azure Kubernetes Service is specifically designed for container orchestration, while the others serve different purposes.