Skip to main content
Cloud Computing ⭐ Premium ⭐ Featured

Microsoft Azure Administrator (AZ-104) - 340 Questions

By Webmaster Certland ❤️ 0 likes

Practice exam for AZ-104. Covers identities and governance, storage, compute, virtual networking, and monitoring.

🔒

Premium Content

This exam is exclusive to Premium users. Upgrade to get unlimited access!

Become Premium

👁️ Free Preview (5 of 340 questions)

1. A company needs to allow a third-party vendor to manage specific Azure resources in a single subscription for a limited engagement. The vendor must use their own corporate credentials and must not be added as a permanent member of the company's Azure Active Directory tenant. The solution must minimize administrative overhead when the engagement ends. What should the Azure administrator configure?

A Create a guest user account in the company's Azure AD tenant and assign the Contributor role at the subscription scope.
B Configure Azure AD B2B collaboration to invite the vendor and assign the appropriate RBAC role at the resource group scope.
C Use Azure Lighthouse to delegate resource management, allowing the vendor to manage resources using their own tenant credentials.
D Create a service principal in the company's Azure AD tenant and share the client secret with the vendor.

2. A company needs to create 500 new employee accounts in Microsoft Entra ID as quickly as possible. The IT team has an Excel spreadsheet with all user details including display names, usernames, and department information. What is the most efficient method to create all accounts at once?

A Create each user individually through the Microsoft Entra admin center
B Use the Bulk create users feature in the Microsoft Entra admin center with a CSV file
C Write a PowerShell script using New-AzADUser to create all accounts from the spreadsheet data
D Deploy Azure AD Connect to synchronize user accounts from the spreadsheet into Entra ID

3. An Azure administrator must ensure that all new resources created in a subscription are tagged with a mandatory CostCenter tag. Resources that do not include the tag should be denied at creation time. The solution must require minimal ongoing maintenance. Which Azure feature should the administrator use?

A Azure Blueprints with a resource lock artifact
B An Azure Policy with the Deny effect and a tag requirement condition
C A management group with inherited RBAC assignments
D An Azure Automation runbook that checks for missing tags on a schedule

4. An Azure administrator needs to create a new Entra ID user account using the Azure CLI. The user's display name is 'Jane Smith', their user principal name should be 'jsmith@contoso.com', and the account must be enabled immediately. Which command accomplishes this?

A az ad user create --display-name 'Jane Smith' --user-principal-name jsmith@contoso.com --password TempPass123!
B az account user create --display-name 'Jane Smith' --user-principal-name jsmith@contoso.com
C New-AzureADUser -DisplayName 'Jane Smith' -UserPrincipalName jsmith@contoso.com -Enabled $true
D az identity create --name jsmith --resource-group HR-RG --display-name 'Jane Smith'

5. A company needs to implement a least-privilege access model for their Azure environment. An Azure administrator must assign permissions so that a junior admin can restart virtual machines and manage VM extensions in a specific resource group, but cannot create or delete VMs or modify networking resources. Which two actions should the administrator take to satisfy these requirements?

A Assign the Virtual Machine Contributor built-in role to the junior admin at the resource group scope.
B Create a custom RBAC role that includes Microsoft.Compute/virtualMachines/restart/action and Microsoft.Compute/virtualMachines/extensions/* actions.
C Assign the custom role to the junior admin scoped to the target resource group.
D Assign the Contributor role at the subscription level and use deny assignments to block VM deletion.
E Assign the Reader role at the resource group scope and additionally grant the Virtual Machine Administrator Login role.

Want to test yourself for real?

Create a free account and run our exam simulation engine.

Free No credit card
  • Simulation engine
  • Up to 10 questions per attempt
  • Score & basic stats
Create free account Already have an account? Sign in
Best
Premium 7-day trial
  • All 340 questions
  • Detailed explanations
  • Smart Practice + Focus Mode
⭐ Start 7-day free trial

Information

Questions 340
Time 2h
Difficulty Medium
Minimum Score 70.00%

🤍 Like

Related Exams

Discussion

No comments yet. Be the first to start the discussion!

Sign in to join the discussion.