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 41–50 of 147

Q41

A company needs to ensure secure access to an Azure SQL Database. What should they implement?

  • A SQL Managed Instance
  • B Azure VPN Gateway
  • C Azure Active Directory Authentication
  • D Azure Blob Storage
Explanation Azure Active Directory Authentication allows secure access, while others do not provide relevant access control.
Q42

What happens when an Azure Function exceeds its execution timeout?

  • A Function retries automatically
  • B Function terminates without completion
  • C Function returns an error message
  • D Function scales to multiple instances
Explanation The Azure Function will terminate if the execution timeout is exceeded; it does not automatically retry or scale.
Q43

Which service is best for serverless API management?

  • A Azure Functions
  • B Azure Storage
  • C Azure App Service
  • D Azure Cosmos DB
Explanation Azure Functions allows event-driven serverless API management, while others serve different purposes like storage or database management.
Q44

A company needs to manage secrets securely. Which Azure service should they use?

  • A Azure Blob Storage
  • B Azure Key Vault
  • C Azure Active Directory
  • D Azure SQL Database
Explanation Azure Key Vault is specifically designed for managing secrets, while the others focus on different functions like storage or authentication.
Q45

What happens when you exceed Azure Functions consumption plan limits?

  • A Function stops execution
  • B Functions are throttled
  • C Extra charges applied
  • D Service terminates indefinitely
Explanation When limits are exceeded, Azure Functions in consumption plans are throttled, rather than stopping completely or incurring extra charges immediately.
Q46

Which Azure service is best for automating infrastructure deployment?

  • A Azure DevOps
  • B Azure Automation
  • C Azure Logic Apps
  • D Azure Functions
Explanation Azure Automation specializes in automating infrastructure through runbooks, while the others focus on application lifecycle or orchestration.
Q47

A company needs to securely share files between its Azure and on-premises environments. Which Azure solution should they use?

  • A Azure File Sync
  • B Azure Blob Storage
  • C Azure VPN Gateway
  • D Azure Logic Apps
Explanation Azure File Sync efficiently syncs files between Azure Files and on-premises servers, while the others don't serve this specific purpose.
Q48

You are configuring a multi-region application using Azure. What happens when you deploy an App Service in multiple regions?

  • A Same URL for all regions
  • B Global traffic will route automatically
  • C Data synchronization is automatic
  • D You need to manually balance traffic
Explanation Azure provides automatic global traffic routing with Traffic Manager when deploying in multiple regions, while the other options involve manual processes or incorrect assumptions.
Q49

Which service offers serverless Azure functions?

  • A Azure Functions
  • B Azure VMs
  • C Azure Web Apps
  • D Azure App Service
Explanation Azure Functions provides serverless computing; the others are not serverless solutions.
Q50

A company needs to manage access to their Azure resources based on user roles. Which Azure service should they use?

  • A Azure Active Directory
  • B Azure Firewall
  • C Azure Compute
  • D Azure Key Vault
Explanation Azure Active Directory allows role-based access management; the others do not manage access.