A company needs to securely authenticate users for an application using Azure. What should they implement?
AAzure Blob Storage
BAzure Active Directory
CAzure CDN
DAzure Monitor
Explanation
Azure Active Directory provides robust authentication mechanisms, unlike the other options.
Q132
What happens when you enable a public endpoint on an Azure SQL Database?
AOnly authorized IPs can access it
BIt's open to all public traffic
CIt becomes unreachable
DAutomatic security alerts are sent
Explanation
Enabling a public endpoint opens access to anyone, unlike option A, which implies a restriction.
Q133
Which Azure service is used for event-driven serverless computing?
AAzure Functions
BAzure VMs
CAzure Blob Storage
DAzure App Services
Explanation
Azure Functions allows for event-driven execution without managing servers, while other services require more management or are not serverless.
Q134
A company needs to store large amounts of unstructured data that can scale quickly. Which Azure storage solution should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Table Storage
DAzure Disk Storage
Explanation
Azure Blob Storage is optimized for unstructured data and easy scaling unlike SQL Database which is for structured data.
Q135
You are configuring a Continuous Integration pipeline in Azure DevOps. What type of repository is recommended for optimal integration?
ALocal Git Repository
BAzure Repos
CGitHub
DAzure Artifacts
Explanation
Azure Repos provides native integration with Azure DevOps pipelines, while the local Git repository doesn’t support the same level of integration.
Q136
Which service is best for hosting static websites in Azure?
AAzure Blob Storage
BAzure Functions
CAzure SQL Database
DAzure Cache for Redis
Explanation
Azure Blob Storage is optimized for static content, while others serve different purposes.
Q137
A company needs a continuous integration/continuous deployment pipeline. Which Azure service should they use?
AAzure App Service
BAzure DevOps
CAzure Logic Apps
DAzure Data Factory
Explanation
Azure DevOps provides the necessary tools for CI/CD, while others focus on different functionalities.
Q138
What happens when you delete a Resource Group in Azure?
AOnly VMs get deleted
BAll resources are also deleted
CResources are marked as inactive
DOnly storage accounts remain
Explanation
Deleting a Resource Group removes all resources within it, unlike other options which are incorrect.
Q139
Which Azure service provides a framework for building microservices?
AAzure Kubernetes Service
BAzure VM Scale Sets
CAzure App Service
DAzure Blob Storage
Explanation
Azure Kubernetes Service is designed for microservices, while others focus on different infrastructures or storage solutions.
Q140
A company needs to secure its web applications hosted on Azure. What feature should they implement?
AAzure CDN
BAzure Firewall
CAzure Security Center
DAzure Blob Encryption
Explanation
Azure Security Center offers comprehensive security management for applications, unlike the other options which are for different purposes.