Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Microsoft AZ-104 Azure Administrator Final Review Examination 2026/2027 Complete Test Bank with 200+ Verified Questions and Detailed Clinical Rationales Grade A

Beoordeling
-
Verkocht
-
Pagina's
28
Cijfer
A+
Geüpload op
07-06-2026
Geschreven in
2025/2026

This Microsoft AZ-104 Azure Administrator Final Review Examination resource is designed for IT professionals, cloud administrators, system engineers, and DevOps specialists preparing for the Microsoft Certified: Azure Administrator Associate certification for the 2026/2027 exam cycle. This comprehensive test bank features 200+ structured questions covering all five domains of the AZ-104 exam blueprint, including scenario-based questions, case studies, and drag-and-drop format questions with verified answers and detailed rationales aligned with current Microsoft exam objectives updated April 2026 . Exam Overview and Critical Information: The AZ-104 exam contains 40 to 60 questions with a duration of 120 minutes . A passing score of 700 out of 1000 points is required, approximately 70 percent . The exam includes live labs where you perform real Azure tasks in a simulated environment, and importantly, once you answer a question you cannot go back to change it . Microsoft certification renewal is required annually through a free online assessment on Microsoft Learn . Domain 1: Manage Azure Identities and Governance (20–25%) This domain covers critical identity management concepts including Microsoft Entra ID (formerly Azure AD) as the centralized identity management service for Azure resources . Azure AD Connect is the tool used to synchronize on-premises Active Directory users to Microsoft Entra ID . Role-Based Access Control (RBAC) allows you to assign roles with specific permissions to users, groups, or service principals to enforce the principle of least privilege . Built-in Azure roles include Owner, Contributor, Reader, and User Access Administrator, each with specific permission sets that can be assigned at management group, subscription, resource group, or individual resource scopes . Management groups are hierarchical containers that enable governance at scale by applying policies and access controls across multiple subscriptions . Azure Policy with a deny effect prevents resources that don't comply with policy conditions from being created . Resource locks prevent accidental deletion or modification of critical resources, including Delete locks (prevents deletion but allows modifications) and Read-Only locks (prevents both deletion and modifications) . Domain 2: Implement and Manage Storage (15–20%) Storage account configuration includes selecting redundancy options such as LRS (Locally Redundant Storage), GRS (Geo-Redundant Storage), ZRS (Zone-Redundant Storage), and GZRS. GRS replicates data to a secondary region for disaster recovery . Shared Access Signatures (SAS) provide time-limited, delegated access to storage objects without exposing account keys. SAS tokens grant secure, limited access to storage resources and can be scoped to specific permissions (read, write, delete, list), specific services (blob, queue, table, file), and specific time windows . Azure Blob Storage access tiers include Hot tier (frequently accessed data), Cool tier (infrequently accessed data stored for minimum 30 days), Cold tier (minimum 90 days), and Archive tier (minimum 180 days) . Blob lifecycle management policies automate tier transitions and data expiration based on age. Azure File Sync consolidates file shares within Azure Files while preserving the flexibility, performance, and compatibility of a Windows file server . Domain 3: Deploy and Manage Azure Compute Resources (20–25%) Azure Resource Manager (ARM) templates are JSON files that outline infrastructure and configuration settings for repeatable, declarative deployments . Bicep is an alternative domain-specific language that provides a cleaner syntax while maintaining ARM template compatibility. Azure CLI supports deployment of Bicep files to Azure . Availability Sets distribute VMs across fault domains (physical hardware separation) and update domains (logical grouping for planned maintenance) to reduce downtime during both planned and unplanned maintenance events . Virtual Machine Scale Sets (VMSS) support automatic scaling based on demand metrics such as CPU usage, memory usage, or custom metrics . Azure Container Instances (ACI) provides serverless container execution for running containers without managing servers . Azure Container Registry (ACR) is a managed Docker container registry for storing and managing container images in Azure . Azure App Service allows platform-managed web app hosting without managing virtual machines, supporting multiple languages including .NET, Java, N, Python, and PHP . Deployment slots enable staging environments, A/B testing, and zero-downtime deployments with the ability to swap production and staging slots . Domain 4: Configure and Manage Virtual Networking (15–20%) Virtual Network (VNet) subnets segment IP address space within a VNet for organizational and security purposes . VNet peering connects two VNets privately at high speed with minimal latency, allowing resources in peered VNets to communicate using private IP addresses . Network Security Groups (NSGs) contain rules to allow or deny traffic at the subnet or NIC level, evaluating traffic based on source/destination IP, port, and protocol . Application Security Groups (ASGs) simplify NSG rule configuration by grouping VMs logically. Azure Bastion enables secure RDP/SSH access to virtual machines without exposing public IP addresses, providing direct remote access through the Azure portal . Azure DNS hosts DNS zones and resolves records for domains. Azure Load Balancer distributes network traffic at Layer 4 (transport layer) across multiple VMs or services for high availability . Domain 5: Monitor and Maintain Azure Resources (10–15%) Azure Monitor collects, analyzes, and visualizes telemetry data (metrics and logs) from Azure resources to monitor performance and health . Kusto Query Language (KQL) is used in Azure Log Analytics to query and analyze log data . Azure Monitor Metrics collects numerical data from resources, while Azure Monitor Logs collects and organizes log and performance data . Recovery Services vaults store recovery points and configurations for Azure-based backups and disaster recovery setups . Geo-replication in Azure SQL Database allows for the replication of databases across multiple Azure regions to enable high availability and disaster recovery . Azure Site Recovery replicates Azure virtual machines or on-premises VMs to a different region or availability zone for disaster recovery .

Meer zien Lees minder
Instelling
AZ-104
Vak
AZ-104

Voorbeeld van de inhoud

COURSE CODE: AZ-104-FINAL
EXAM DATE TIME ALLOWED
COURSE TITLE: Microsoft Azure Administrator — Final Review 2026/2027
— / — / —— 90 Minutes
INSTRUCTOR: —






Microsoft AZ-104 — Final Review 2026/2027
Key Concepts & Terminology Quick Assessment

ALL QUESTIONS ARE COMPULSORY




A MULTIPLE CHOICE QUESTIONS (198 Marks)

Choose the single best answer for each question. Write the correct letter in the space provided.


1. Which Azure service orchestrates disaster recovery failover to another region?
A. Azure Backup
B. Azure Site Recovery
C. Azure Migrate
D. Azure Disaster Manager


✦ CORRECT ANSWER: B. Azure Site Recovery
Rationale: Azure Site Recovery orchestrates and automates disaster recovery failover between Azure regions or from on-premises
to Azure.


2. Which NSG rule parameter determines evaluation order?
A. Name
B. Priority
C. Source
D. Protocol


✦ CORRECT ANSWER: B. Priority
Rationale: NSG rules are evaluated by priority number (lowest number = highest priority). Rules with lower numbers are
processed first.

, 3. Which Microsoft Entra feature allows administrators to control how long elevated permissions are
active?
A. Conditional Access
B. Privileged Identity Management (PIM)
C. Access Reviews
D. Dynamic Groups


✦ CORRECT ANSWER: B. Privileged Identity Management (PIM)
Rationale: PIM provides time-bound privileged role activation, requiring justification and approval for elevated permissions.


4. Which Azure Files feature protects against accidental deletion?
A. Blob versioning
B. Soft delete
C. Azure Backup
D. Snapshots


✦ CORRECT ANSWER: B. Soft delete
Rationale: Soft delete retains deleted file shares and their contents for a configurable retention period, allowing recovery.


5. Which tool helps identify network routing and latency issues?
A. Azure Monitor
B. Azure Network Watcher
C. Azure Advisor
D. Azure Sentinel


✦ CORRECT ANSWER: B. Azure Network Watcher
Rationale: Network Watcher provides tools like connection monitor, next hop, and packet capture to diagnose network issues.

, 6. Which Azure Storage feature allows restricting access to specific IP ranges?
A. Shared Access Signatures
B. Storage account firewalls
C. Azure AD authentication
D. Private Endpoints


✦ CORRECT ANSWER: B. Storage account firewalls
Rationale: Storage account firewall settings restrict network access to specified IP ranges and virtual networks.


7. Which governance feature prevents changes across all child resources?
A. Delete lock
B. Read-only lock
C. Azure Policy
D. Role assignment


✦ CORRECT ANSWER: B. Read-only lock
Rationale: Read-only locks prevent all modifications across the resource and its children while allowing read operations.


8. Which Azure governance feature prevents both deletion and modification of a resource?
A. Delete lock
B. Read-only lock
C. CanNotDelete lock
D. Azure Policy Deny effect


✦ CORRECT ANSWER: B. Read-only lock
Rationale: Read-only locks prevent both deletion and modification. Users can only read the resource.

Geschreven voor

Instelling
AZ-104
Vak
AZ-104

Documentinformatie

Geüpload op
7 juni 2026
Aantal pagina's
28
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$12.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
DrEmma Howard Community College
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
49
Lid sinds
1 jaar
Aantal volgers
2
Documenten
1388
Laatst verkocht
2 dagen geleden

4.0

7 beoordelingen

5
4
4
1
3
1
2
0
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen