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 91–100 of 148

Q91

You are configuring a virtual machine scale set. What happens when you increase the instance count?

  • A All instances are deleted.
  • B More VM instances are created.
  • C Existing instances are resized.
  • D Service automatically shuts down.
Explanation Increasing the instance count directly scales out more VMs, while the other options do not reflect correct behavior.
Q92

Which Azure service provides serverless event-driven architecture?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure Kubernetes Service
Explanation Azure Functions allows code execution on-demand without managing servers, unlike the other options which require infrastructure management.
Q93

A company needs to ensure that all resources in Azure are only accessible within the corporate network. What Azure feature should they implement?

  • A VPN Gateway
  • B Azure Firewall
  • C ExpressRoute
  • D Network Security Groups
Explanation ExpressRoute provides guaranteed private connectivity, while the others do not fully restrict access as needed.
Q94

What happens when you exceed the storage limit on an Azure subscription?

  • A Data automatically deletes itself.
  • B New storage requests will fail.
  • C System upgrades to premium storage.
  • D No impact on running applications.
Explanation Exceeding the limit causes storage requests to fail, while options A, C, and D incorrectly assume the system autonomously manages limits.
Q95

Which service provides a scalable message queuing service?

  • A Azure Queue Storage
  • B Azure Blob Storage
  • C Azure Virtual Network
  • D Azure Functions
Explanation Azure Queue Storage offers scalable messaging, unlike the others.
Q96

A company needs to securely manage access to multiple Azure resources for different teams. What should they implement?

  • A Azure Resource Manager
  • B Role-Based Access Control (RBAC)
  • C Azure Logic Apps
  • D Azure Monitor
Explanation RBAC is designed for managing resource access efficiently.
Q97

You are configuring an Azure VM and need a non-persistent storage option. What happens when the VM is deallocated?

  • A Data in ephemeral disk remains
  • B Data in OS disk is deleted
  • C Data in ephemeral disk is lost
  • D Data backup occurs automatically
Explanation Ephemeral disks are non-persistent, losing data when deallocated.
Q98

Which service would you use for orchestrating workflows in Azure?

  • A Logic Apps
  • B Azure Functions
  • C Azure Automation
  • D Azure Batch
Explanation Logic Apps is specifically designed for workflow orchestration, unlike the others.
Q99

A company needs to manage user access across multiple Azure subscriptions. What should they implement?

  • A Azure AD Connect
  • B RBAC across subscriptions
  • C Azure Security Center
  • D Managed Identities
Explanation Role-Based Access Control (RBAC) allows access management across subscriptions.
Q100

You are configuring Azure Logs. What happens when you exceed the configured retention period?

  • A Logs are deleted immediately
  • B Logs are archived
  • C No action taken
  • D Logs are sent to storage
Explanation Logs exceeding retention are deleted immediately, not archived.