Microsoft Azure

Microsoft Azure Administrator

AZ-104
Popular

Validate your skills as an Azure Administrator with the AZ-104 exam, covering Azure management and governance.

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

Questions 131–140 of 148

Q131

Which Azure service provides serverless compute options?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Kubernetes Service
  • D Azure Blob Storage
Explanation Azure Functions allows running code without managing servers, unlike the other options.
Q132

A company needs to diagnose performance issues in their Azure Virtual Machines. What should they enable?

  • A Azure Firewall
  • B Azure Application Insights
  • C Azure Security Center
  • D Azure Load Balancer
Explanation Azure Application Insights provides monitoring capabilities for performance diagnostics.
Q133

You are configuring an Azure Network Security Group. What happens when you set a rule to deny all inbound traffic?

  • A All traffic is blocked, including HTTP.
  • B Only HTTPS will be allowed.
  • C All traffic is allowed.
  • D Only traffic from Azure services is denied.
Explanation Denying all inbound traffic blocks everything, including HTTP.
Q134

Which Azure service helps build containerized applications?

  • A Azure Kubernetes Service
  • B Azure Functions
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Kubernetes Service is designed for managing containerized applications, while others serve different purposes.
Q135

You are configuring network security for a web application. What is the primary benefit of using Azure Application Gateway?

  • A Load balancing with SSL offloading
  • B Data backup and recovery
  • C Storage of large datasets
  • D Resource monitoring and analytics
Explanation Azure Application Gateway provides features like load balancing and SSL offloading, unlike the other options.
Q136

What happens when a resource group is deleted in Azure?

  • A Only virtual machines are deleted
  • B All resources within it are deleted
  • C The group is archived
  • D Dependencies are retained
Explanation Deleting a resource group removes all contained resources permanently.
Q137

Which service is useful for automating cloud resource deployment in Azure?

  • A Azure DevOps
  • B Azure Resource Manager
  • C Azure Monitor
  • D Azure Functions
Explanation Azure Resource Manager allows for resource deployment automation, while Azure DevOps is more focused on CI/CD workflows.
Q138

A company needs to grant a user minimal permissions to view Azure Active Directory users. What role should be assigned?

  • A User Administrator
  • B Directory Readers
  • C Global Administrator
  • D Security Reader
Explanation The Directory Readers role grants read-only access to user details, while others offer broader or elevated permissions.
Q139

What happens when you exceed your Azure subscription limits?

  • A Resources are automatically deleted
  • B You are billed extra fees
  • C Resource creation stops until limits reset
  • D Notification emails are sent only
Explanation Exceeding subscription limits halts further resource creation until the limits are adjusted or reset, whereas others do not accurately reflect the real scenario.
Q140

Which service can automatically scale your applications based on demand?

  • A Azure Functions
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Virtual Machine
Explanation Azure Functions can auto-scale based on workload, while others require manual scaling.