You are configuring a Virtual Network (VNet) and want to enable service endpoints for further security. What happens?
ATraffic is restricted to public access.
BSecure access to Azure services is enabled.
CNetwork traffic is completely blocked.
DAll services become publicly accessible.
Explanation
Service endpoints enhance security for Azure services.
Q82
Which Azure service is best for building APIs?
AAzure Functions
BAzure Synchronous API
CAzure Static Web Apps
DAzure Virtual Machines
Explanation
Azure Functions excels at creating serverless APIs, while the other options don't serve this purpose directly.
Q83
A company needs to deploy machine learning models on Azure with the least maintenance. Which option should they choose?
AAzure Machine Learning
BAzure Batch
CAzure Kubernetes Service
DAzure Virtual Machines
Explanation
Azure Machine Learning provides a fully managed service for deploying models, unlike the others that require more infrastructure management.
Q84
You are configuring an Azure function trigger. What happens if you set the trigger to invalid syntax?
AThe function will not execute.
BThe function executes normally.
CSyntax errors are ignored.
DLogs indicate success despite failure.
Explanation
Invalid trigger syntax will prevent the function from executing, while the other options inaccurately suggest normal functioning.
Q85
Which service allows you to automate deployments in Azure?
AAzure DevOps
BAzure Functions
CAzure Logic Apps
DAzure Blob Storage
Explanation
Azure DevOps provides comprehensive tools for automation, while the others serve different purposes.
Q86
A company needs to ensure that their web application handles 5000 requests per second. Which Azure service should they use?
AAzure Functions
BAzure App Service
CAzure Redis Cache
DAzure Front Door
Explanation
Azure Front Door optimizes scalability and handles high volumes, whereas the others are not primarily designed for this purpose.
Q87
What happens when you set the 'Delete Lock' on a resource group?
AIt prevents all operations.
BIt allows read-only access.
CIt only prevents delete operations.
DIt prevents modification of properties.
Explanation
'Delete Lock' only prevents deletion, while others imply broader access restrictions or are incorrect.
Q88
Which service is best for serverless event-driven applications?
AAzure Functions
BAzure App Service
CAzure SQL Database
DAzure Blob Storage
Explanation
Azure Functions allows for serverless programming, while the others are not primarily event-driven.
Q89
A company needs to automate their deployment pipelines. What Azure service could they utilize?
AAzure DevOps
BAzure Logic Apps
CAzure Functions
DAzure Application Insights
Explanation
Azure DevOps is specifically designed for CI/CD automation, whereas the others serve different purposes.
Q90
What happens when you set the Service Level Agreement (SLA) for an Azure resource to 99.9%?
AExpect outages every 30 days.
BDowntime limited to 22 hours yearly.
CNo downtime allowed.
DAllowed only 40 minutes downtime monthly.
Explanation
A 99.9% SLA allows for about 8.76 hours of downtime per year, translating to roughly 22 hours annually.