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 1–10 of 148

Q1

A company wants to deploy a web application in Azure that will automatically scale based on demand. Which Azure service should they use?

Explanation Azure App Service provides built-in auto-scaling capabilities, making it ideal for web applications that need to adjust to varying loads. Azure Virtual Machines require manual scaling configurations, Azure Functions are for serverless compute, and Azure Kubernetes Service, while capable of scaling, is more complex to manage for simple web applications.
Q2

What should you do to associate each VM with its respective department?

Explanation Assigning tags to the virtual machines allows you to categorize and manage resources based on their department affiliation.
Q3

A company needs to ensure that its Azure Virtual Machines (VMs) are available and running even in the event of a hardware failure in a region. Which Azure feature should the company implement to achieve this?

Explanation Availability Sets are designed to ensure that VMs are distributed across multiple physical servers to avoid single points of failure during hardware outages. Azure Backup is for data protection, Scale Sets are for scaling VMs, and Resource Locks prevent accidental deletion or modification of resources, but do not provide availability during hardware failures.
Q4

You want to associate each VM with its respective department. What should you do?

Explanation Assigning tags to virtual machines is the most efficient way to associate them with their respective departments.
Q5

Which service allows you to automate deployments in Azure?

  • A Azure Automation
  • B Azure Monitor
  • C Azure DevOps
  • D Azure Functions
Explanation Azure DevOps provides CI/CD pipeline automation, while others do not specifically focus on deployment automation.
Q6

A company needs to set up a multi-region disaster recovery for its web application using Azure. Which service would be most suitable?

  • A Azure Blob Storage
  • B Azure Traffic Manager
  • C Azure Site Recovery
  • D Azure Virtual Network
Explanation Azure Site Recovery is designed for disaster recovery solutions, while other options do not provide this functionality.
Q7

What happens when you assign a role to a user in Azure Active Directory?

  • A User gains access to all resources
  • B User inherits permissions from the role
  • C User can only view roles
  • D User loses existing permissions
Explanation The user inherits the permissions defined by the assigned role; other options are incorrect interpretations of role-based access control.
Q8

Which service is primarily used for Azure networking?

  • A Azure Traffic Manager
  • B Azure Functions
  • C Azure SQL Database
  • D Azure Blob Storage
Explanation Azure Traffic Manager optimizes network traffic and routing, while the others serve different purposes.
Q9

A company needs to enforce multi-factor authentication for its Azure users. Which Azure service should they implement?

  • A Azure AD Identity Protection
  • B Azure Policy
  • C Azure Firewall
  • D Azure Monitor
Explanation Azure AD Identity Protection allows configuring MFA, while the others are unrelated to authentication controls.
Q10

What happens when you assign a role to a user in Azure but omit the scope?

  • A Role gets assigned at subscription level
  • B Role gets assigned at resource level
  • C Role cannot be assigned
  • D Role gets assigned at management group level
Explanation When scope is omitted, the role defaults to the subscription level, while the others suggest incorrect scoping.