Microsoft Azure

Developing Solutions for Microsoft Azure

AZ-204
Popular

The AZ-204 exam assesses your ability to develop solutions on Microsoft Azure.

147 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 81–90 of 147

Q81

You are configuring a Virtual Network (VNet) and want to enable service endpoints for further security. What happens?

  • A Traffic is restricted to public access.
  • B Secure access to Azure services is enabled.
  • C Network traffic is completely blocked.
  • D All services become publicly accessible.
Explanation Service endpoints enhance security for Azure services.
Q82

Which Azure service is best for building APIs?

  • A Azure Functions
  • B Azure Synchronous API
  • C Azure Static Web Apps
  • D Azure 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?

  • A Azure Machine Learning
  • B Azure Batch
  • C Azure Kubernetes Service
  • D Azure 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?

  • A The function will not execute.
  • B The function executes normally.
  • C Syntax errors are ignored.
  • D Logs 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?

  • A Azure DevOps
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure 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?

  • A Azure Functions
  • B Azure App Service
  • C Azure Redis Cache
  • D Azure 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?

  • A It prevents all operations.
  • B It allows read-only access.
  • C It only prevents delete operations.
  • D It 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?

  • A Azure Functions
  • B Azure App Service
  • C Azure SQL Database
  • D Azure 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?

  • A Azure DevOps
  • B Azure Logic Apps
  • C Azure Functions
  • D Azure 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%?

  • A Expect outages every 30 days.
  • B Downtime limited to 22 hours yearly.
  • C No downtime allowed.
  • D Allowed 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.