Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

Microsoft Azure AZ-104 Administrator Flashcards 2026/2027 Complete Digital Flashcard Deck with 600+ Exam Style Questions and Detailed Rationales Grade A

Puntuación
-
Vendido
-
Páginas
6
Grado
9-10
Subido en
07-06-2026
Escrito en
2025/2026

This Microsoft Azure AZ-104 Administrator Flashcards 2026/2027 resource is designed for IT professionals, cloud administrators, system engineers, and DevOps specialists preparing for the Microsoft Certified: Azure Administrator Associate certification. This comprehensive digital flashcard deck features 600+ exam style questions covering all five domains of the AZ-104 exam blueprint as updated April 17, 2026, with verified answers and detailed rationales aligned with current Microsoft certification standards . Exam Overview and Critical Information: Candidates should have subject matter expertise in implementing, managing, and monitoring an organization's Microsoft Azure environment, including virtual networks, storage, compute, identity, security, and governance . 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 for successful certification . Microsoft associate, expert, and specialty certifications expire annually and can be renewed by passing a free online assessment on Microsoft Learn . Candidates should be familiar with operating systems, networking, servers, and virtualization, with hands-on experience in PowerShell, Azure CLI, the Azure portal, Azure Resource Manager (ARM) templates, Bicep files, and Microsoft Entra ID . 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. Microsoft Entra ID is a cloud-based identity and access management service that provides Single-Sign-On (SSO) across multiple related systems and supports Multi-Factor Authentication (MFA) where users must present two or more pieces of evidence for access . Key flashcards in this domain cover creating and managing users and groups, managing user and group properties, managing licenses in Microsoft Entra ID, managing external users (B2B guests who do not need a license in your tenant if MAU count is low), and configuring self-service password reset (SSPR) . Role-Based Access Control (RBAC) topics include managing built-in Azure roles including Owner (access and manage), Contributor (manage only), Reader (view only), User Access Administrator (manage access only), Virtual Machine Contributor (create and manage VMs but cannot delete), and Virtual Machine Operator (restart, start, stop VMs only) . Roles are assigned at different scopes including management group, subscription, resource group, and individual resource levels, with permission inheritance flowing from higher scopes to lower scopes . Azure subscription and governance topics include implementing and managing Azure Policy with deny and audit effects, configuring resource locks (CanNotDelete locks prevent deletion but allow modifications; ReadOnly locks prevent both deletion and modifications), applying and managing tags on resources (tags do NOT inherit

Mostrar más Leer menos
Institución
AZ-104
Grado
AZ-104

Vista previa del contenido

EXAM: AZ-104 DATE TIME
TITLE: Microsoft Azure Administrator Flashcards — / — / —— 120 Min




AZ-104 — Azure Administrator
Flashcard Assessment — Complete Set

ALL QUESTIONS ARE COMPULSORY


A MULTIPLE CHOICE — FLASHCARDS ◆ Complete

Choose the single best answer for each question.

1. A cloud-based identity and access management service used to access external resources is:
A. Azure DevOps Services
B. Microsoft Entra ID
C. Azure RBAC
D. Microsoft Intune
◆B — Microsoft Entra ID
RATIONALE: Microsoft Entra ID (formerly Azure AD) is the cloud-based identity and access management service for accessing external and internal resources. Azure RBAC (C)
manages access within Azure resources. Intune (D) is for endpoint management.

2. A private, isolated network in Azure allowing secure communication among resources, the internet, and on-premises networks is:
A. Azure ExpressRoute
B. Azure Virtual Network
C. Azure VPN Gateway
D. Azure Private Link
◆B — Azure Virtual Network
RATIONALE: Azure Virtual Network (VNet) is the fundamental building block for private networks in Azure. ExpressRoute (A) is a dedicated connection. VPN Gateway (C) provides
encrypted tunnels. Private Link (D) provides access to PaaS services via private endpoints.

3. A Layer 7 (HTTP/HTTPS) load balancer with SSL termination, URL-based routing, and WAF is:
A. Azure Load Balancer
B. Azure Application Gateway
C. Azure Traffic Manager
D. Azure Front Door
◆B — Azure Application Gateway
RATIONALE: Application Gateway operates at Layer 7 with SSL termination, URL routing, and WAF. Load Balancer (A) operates at Layer 4 (TCP/UDP). Traffic Manager (C) is DNS-
based. Front Door (D) is global, not regional.

4. A private, dedicated, high-throughput connection between on-premises and Azure, bypassing the public internet:
A. Azure VPN Gateway
B. Azure Site-to-Site VPN
C. Azure ExpressRoute
D. Azure Bastion
◆C — Azure ExpressRoute
RATIONALE: ExpressRoute provides dedicated private connections bypassing the public internet. VPN Gateway (A) and Site-to-Site VPN (B) use encrypted tunnels over the
internet. Bastion (D) provides secure RDP/SSH access to VMs.

5. A massively scalable object storage solution for unstructured data such as text, images, video, and backups:
A. Azure Files
B. Azure Table Storage
C. Azure Blob Storage
D. Azure Queue Storage
◆C — Azure Blob Storage
RATIONALE: Blob storage is optimized for unstructured data. Azure Files (A) provides SMB/NFS file shares. Table Storage (B) is NoSQL key-value. Queue Storage (D) is for
messaging.

6. A governance tool to enforce standards and compliance at scale for Azure resources is:
A. Azure RBAC
B. Azure Advisor
C. Azure Policy
D. Azure Arc
◆C — Azure Policy
RATIONALE: Azure Policy enforces organizational standards and compliance at scale. RBAC (A) manages access permissions. Advisor (B) provides recommendations. Arc (D)
extends Azure management to hybrid/multicloud.



Page 1 of 6

, 7. A service that helps safeguard cryptographic keys and secrets used by cloud applications:
A. Azure Recovery Services Vault
B. Azure Key Vault
C. Azure Backup
D. Azure Disk Encryption
◆B — Azure Key Vault
RATIONALE: Key Vault securely stores and manages cryptographic keys, secrets, and certificates. Recovery Services Vault (A) stores backup data. Azure Backup (C) is the backup
service. Disk Encryption (D) encrypts VM disks.

8. A feature of Azure SQL Database for replication across multiple regions for high availability and disaster recovery:
A. Azure Site Recovery
B. Geo-Replication
C. GRS (Geo-Redundant Storage)
D. Replication
◆B — Geo-Replication
RATIONALE: Geo-Replication is specific to Azure SQL Database for cross-region replication. Site Recovery (A) is for VM disaster recovery. GRS (C) is for storage accounts.
Replication (D) is a general term.

9. A fully managed file share accessible through SMB, NFS, and REST API:
A. Azure Blob
B. Azure Files
C. Azure File Sync
D. Azure Data Lake Storage
◆B — Azure Files
RATIONALE: Azure Files provides fully managed SMB/NFS file shares in the cloud. Blob (A) is object storage. File Sync (C) synchronizes on-premises file servers. Data Lake (D) is
for big data analytics.

10. JSON files that outline the infrastructure and configuration settings for your project:
A. Azure Policy definitions
B. Azure Resource Manager (ARM) templates
C. Azure Blueprints
D. Azure Automation runbooks
◆B — Azure Resource Manager (ARM) templates
RATIONALE: ARM templates are JSON files defining infrastructure and configuration for declarative deployment. Policy definitions (A) enforce rules. Blueprints (C) package
policies and RBAC. Runbooks (D) are automation scripts.

11. A fully managed backup service providing data protection for Azure VMs, databases, and on-premises machines:
A. Azure Site Recovery
B. Azure Backup
C. Azure Recovery Services Vault
D. Azure Backup Server
◆B — Azure Backup
RATIONALE: Azure Backup is the managed service for protecting VMs, databases, and on-premises workloads. Site Recovery (A) is for disaster recovery. Recovery Services Vault
(C) is where backups are stored. Backup Server (D) is the on-premises component.

12. A fully managed service enabling secure RDP and SSH access to VMs without public internet exposure:
A. Azure VPN Gateway
B. Azure Private Link
C. Azure Bastion
D. Azure ExpressRoute
◆C — Azure Bastion
RATIONALE: Bastion provides secure, browser-based RDP/SSH access to VMs without public IPs. VPN Gateway (A) connects networks. Private Link (B) provides private endpoints
for PaaS. ExpressRoute (D) is dedicated connectivity.

13. A globally distributed, multi-model database service supporting document, key-value, graph, and column-family data models:
A. Azure SQL Database
B. Azure Table Storage
C. Azure Cosmos DB
D. Azure Data Factory
◆C — Azure Cosmos DB
RATIONALE: Cosmos DB is a globally distributed, multi-model NoSQL database. SQL Database (A) is relational. Table Storage (B) is key-value only. Data Factory (D) is for
ETL/data integration.




Page 2 of 6

Escuela, estudio y materia

Institución
AZ-104
Grado
AZ-104

Información del documento

Subido en
7 de junio de 2026
Número de páginas
6
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$12.99
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
DrEmma Howard Community College
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
52
Miembro desde
1 año
Número de seguidores
2
Documentos
1391
Última venta
1 día hace

4.0

7 reseñas

5
4
4
1
3
1
2
0
1
1

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes