Career Employer

Your FREE AZ-900 Flashcards 2026 – 300+ Cards

Realistic, AZ-900 exam-style flashcards across all 3 Azure Fundamentals skill areas — flip, match, type, and quiz yourself.

How well do you know them?

To find us again, just search “Career Employer AZ-900”

By

Click Study Flashcards above to open the flashcard hub — hundreds of AZ-900 cards you can flip, match, type, or quiz yourself on. Every card is drawn from the three official Azure Fundamentals skill areas, so you study exactly what the exam tests.[1] Pair them with our free practice test and study guide.

AZ-900 Flashcard Study Modes

Four modes run off the same 300 cards. Flip is for quiet study, one card at a time. Match is a timed game that pairs terms with their definitions. Type shows you a definition and asks you to produce the term, so a card like What is Azure Bicep? gets drilled until the answer is automatic. Quiz turns the same cards into multiple choice.

Free AZ-900 flashcards from Career Employer — active recall for the Microsoft Azure Fundamentals exam

Why Flashcards Work for the AZ-900 Exam

Azure Architecture and Services is the heaviest block at 141 cards, and it drills the service names you have to recognize on sight across compute, storage, networking, identity, and migration. Expect fronts like What is Azure Files? and What is VNet peering? alongside transfer and migration prompts such as What is AzCopy? and What is Azure Migrate?, plus short benefit checks like the card that asks What does SSO reduce?

Management and Governance follows with 104 cards covering cost control, policy, and the tooling that keeps a subscription tidy. You get spending vocabulary from What is an Azure budget? and What is a cost alert?, governance controls through What is Azure Policy? and What is a resource lock?, and observability terms such as What is Azure Monitor? and What is Log Analytics?

Cloud Concepts is the smallest domain at 55 cards, but it carries the definitions the rest of the deck sits on. Deployment models come up in What is a public cloud?, What is a private cloud?, and What is a hybrid cloud?, while reliability and workload language shows up in prompts like What is fault tolerance? and What is a cloud workload?

A few ideas appear in more than one domain on purpose. What is Azure Bicep? sits in both Azure Architecture and Services and Management and Governance, and What is Azure Arc? in the services set pairs with What is Azure Arc used for? in Cloud Concepts, so the same concept gets tested from a service angle and a concept angle.

AZ-900 is dense with terminology — dozens of Azure service names, the shared responsibility model, the management hierarchy, storage redundancy options, and governance tools.[3] Spaced flashcards are the most efficient way to keep it all fresh. Used alongside our practice test and study guide, they turn review time into measurable progress.

AZ-900 Flashcards by Skill Area

The cards are organized by the three official AZ-900 skill areas. Drill the highest-weighted one first — Azure architecture & services is the largest at 35–40% of the exam:[1]

AZ-900 flashcards by skill area and weight
Skill areaExam weight
Azure Architecture & Services35–40%
Management & Governance30–35%
Cloud Concepts25–30%

How to Get the Most Out of These Flashcards

  • Start with Azure Architecture and Services. At 141 cards it is the largest slice of the deck, and its service names feed the governance and concepts cards you study afterward.
  • Type-drill the lookalikes. Cards such as What is Azure Bicep? and What is an ARM template? read similarly in Flip but separate quickly when you have to produce the term yourself.
  • Save Match for the concept vocabulary. Deployment-model cards like What is a hybrid cloud? pair cleanly with short definitions, so the timed game builds recall speed instead of rewarding guessing.
  • Move to the practice test once Quiz stops surprising you. When all three domains hold steady in multiple choice, switch to full-length questions and send weak spots to the study guide.
  • Work in rotating blocks. A 300-card deck is too much for one sitting, so take a domain slice each day and re-Flip yesterday’s misses before you start anything new.

AZ-900 Flashcards FAQ

Hundreds of free AZ-900 flashcards, organized across all three Azure Fundamentals skill areas — cloud concepts, Azure architecture and services, and Azure management and governance. They're free with no account required.

AZ-900 flashcard bank

All 300 cards, by topic

A reference copy of every card in this deck. Each answer stays hidden until you choose to show it. To study with Flip, Match, Type and Quiz modes and track what you have mastered, use Study Flashcards at the top of the page.

Cloud Concepts (55)

What is cloud computing?
Show answer

The delivery of computing services — servers, storage, databases, networking, software, and analytics — over the internet, billed on a pay-as-you-go basis

What is the shared responsibility model?
Show answer

A division of security duties between the cloud provider and the customer; what each owns shifts with the service type (IaaS, PaaS, SaaS)

Under the shared responsibility model, what is ALWAYS the customer's responsibility?
Show answer

Information and data, devices, and accounts and identities — regardless of the cloud service type used

Under the shared responsibility model, what is ALWAYS Microsoft's responsibility?
Show answer

Physical hosts, physical network, and the physical datacenter — regardless of service type

What is IaaS (Infrastructure as a Service)?
Show answer

A cloud model that provides virtualized compute, storage, and networking; the customer manages the OS, runtime, and applications. Example: Azure Virtual Machines

What is PaaS (Platform as a Service)?
Show answer

A managed platform for building and deploying apps; the provider manages OS and infrastructure, the customer manages apps and data. Example: Azure App Service

What is SaaS (Software as a Service)?
Show answer

Fully managed software delivered over the internet; the provider manages almost everything and the customer just uses the app. Example: Microsoft 365

In which cloud model does the customer have the MOST responsibility?
Show answer

IaaS — the customer manages the operating system, applications, and data on top of the provider's infrastructure

In which cloud model does the customer have the LEAST responsibility?
Show answer

SaaS — the provider manages almost the entire stack; the customer mainly manages data, identities, and access

What is a public cloud?
Show answer

Cloud services owned and operated by a third-party provider (like Microsoft) and shared across many customers over the public internet; no capital expense

What is a private cloud?
Show answer

Cloud resources used exclusively by one organization, hosted on-premises or by a third party; offers more control but requires more management and cost

What is a hybrid cloud?
Show answer

A computing environment that combines public and private clouds, allowing data and apps to move between them for flexibility, compliance, and gradual migration

What is Azure Arc used for?
Show answer

Managing and governing servers, Kubernetes clusters, and databases across on-premises, multicloud, and edge from a single Azure control plane (key to hybrid scenarios)

What is CapEx (capital expenditure)?
Show answer

Upfront spending on physical assets like servers and datacenters, depreciated over time; typical of on-premises infrastructure

What is OpEx (operational expenditure)?
Show answer

Spending on services as you consume them with no large upfront cost; the cloud's pay-as-you-go model is OpEx

Does the cloud use a CapEx or OpEx model?
Show answer

OpEx — you pay for resources as you consume them, converting large upfront capital costs into ongoing operational costs

What is the consumption-based (pay-as-you-go) model?
Show answer

You pay only for the resources you use, with no upfront cost and the ability to stop paying when you stop using a resource

What is high availability in the cloud?
Show answer

Designing services to remain accessible and operational for as much time as possible, minimizing downtime — often by spreading across availability zones

What is scalability in the cloud?
Show answer

The ability to add or remove resources to match demand; includes scaling up (bigger resources) and scaling out (more instances)

What is the difference between scaling up and scaling out?
Show answer

Scaling up (vertical) adds power to an existing resource; scaling out (horizontal) adds more instances of a resource

What is elasticity in the cloud?
Show answer

The ability to automatically add or remove resources as demand changes in near real time, so you pay only for what you need at any moment

What is reliability in the cloud?
Show answer

The ability of a system to recover from failures and continue to function; the cloud supports it with redundant, decentralized regions worldwide

What is predictability in the cloud?
Show answer

Being able to forecast performance and cost; achieved through autoscaling, load balancing, and tools like the Pricing Calculator and Cost Management

What is agility in the cloud?
Show answer

The ability to deploy and configure cloud resources quickly as requirements change, rather than waiting weeks to procure hardware

What is disaster recovery in the cloud?
Show answer

The ability to restore services and data after a major outage, often using geo-redundant storage and services across paired regions

What is the benefit of cloud security and governance?
Show answer

Centralized policy, templates, and built-in tools (like Azure Policy and Microsoft Defender for Cloud) help meet compliance and update standards consistently

What is manageability in the cloud (two meanings)?
Show answer

Management OF the cloud (autoscaling, monitoring, alerts) and management IN the cloud (web portal, CLI, APIs, templates) to control resources

What is fault tolerance?
Show answer

A system's ability to keep operating without interruption when one or more components fail, often through redundancy

Why does the cloud reduce time-to-market?
Show answer

Resources can be provisioned in minutes instead of weeks, so teams can build, test, and deploy applications faster

What are economies of scale in the cloud?
Show answer

Large providers buy compute and storage at huge volume and pass the lower per-unit cost to customers, making cloud cheaper than self-hosting

Which cloud model best fits a company that wants no responsibility for the OS or runtime, only the app's data?
Show answer

SaaS — the provider manages everything except the customer's data, identities, and access

Which cloud model best fits a developer who wants to deploy code without managing servers or patching the OS?
Show answer

PaaS — the platform handles infrastructure and OS while the developer focuses on the application

Which cloud model best fits lifting and shifting existing VMs to the cloud?
Show answer

IaaS — you run virtual machines and control the OS, much like on-premises servers

What does 'security in the cloud' vs 'security of the cloud' mean?
Show answer

Microsoft is responsible for the security OF the cloud (physical infrastructure); the customer is responsible for security IN the cloud (data, identities, configuration)

Which expense model removes the risk of over-provisioning hardware?
Show answer

OpEx / consumption-based — you scale resources to actual demand instead of buying for peak capacity upfront

What is a key benefit of high availability across availability zones?
Show answer

If one datacenter or zone fails, the application keeps running from another zone, minimizing downtime

What cloud deployment model lets an organization meet data-residency rules while still using public cloud for other workloads?
Show answer

Hybrid cloud — keep regulated data on a private cloud or on-premises and use public cloud elsewhere

What is multicloud?
Show answer

Using cloud services from more than one provider (for example Azure and another vendor) to avoid lock-in or use best-of-breed services

Why is the cloud considered more secure than many on-premises setups?
Show answer

Providers offer built-in security, continuous monitoring, automatic updates, and certifications most single organizations cannot match alone

What is the main trade-off of a private cloud?
Show answer

More control and isolation, but higher cost and management overhead, and you lose the elasticity and pay-as-you-go benefits of public cloud

What use case best fits a public cloud?
Show answer

Workloads that benefit from elasticity and low cost without capital investment, such as web apps with variable traffic

What use case best fits a hybrid cloud?
Show answer

Keeping sensitive or regulated data on-premises while bursting other workloads to public cloud, or migrating gradually

What is the main cost benefit of the consumption-based model?
Show answer

No upfront capital cost and no charge for idle capacity — you pay only for what you actually use

Which is automatic: scalability or elasticity?
Show answer

Elasticity — it automatically adds or removes resources in near real time as demand changes

Which cloud benefit ensures a service keeps running during a datacenter failure?
Show answer

High availability, typically achieved by spreading the workload across availability zones

Which cloud benefit is about recovering after a failure?
Show answer

Reliability — supported by redundant, decentralized regions and disaster-recovery options

Why is the cloud described as having predictability?
Show answer

Performance and cost can be forecast and controlled using autoscaling, load balancing, and tools like the Pricing Calculator

What is the difference between management OF the cloud and management IN the cloud?
Show answer

Management OF the cloud is automation, monitoring, and self-healing; management IN the cloud is the tools (portal, CLI, APIs, templates) you use to control resources

Which service type would a fully managed email platform like Microsoft 365 be?
Show answer

SaaS — finished software you consume without managing the platform or infrastructure

Under the shared responsibility model, who patches the OS on an Azure VM?
Show answer

The customer — IaaS leaves the guest operating system to you

Under the shared responsibility model, who patches the OS for a PaaS service?
Show answer

Microsoft — the provider manages the operating system and platform in PaaS

What is a cloud workload?
Show answer

An application or service (and its resources) running in the cloud, such as a website, database, or batch job

What does it mean to 'go global in minutes' with the cloud?
Show answer

You can deploy resources to regions worldwide quickly to reduce latency and meet local requirements, without building datacenters

What is the trade-off of choosing IaaS over PaaS?
Show answer

More control and flexibility (you manage the OS) but more responsibility for patching, scaling, and maintenance

What is the main reason organizations adopt cloud agility?
Show answer

They can provision and reconfigure resources in minutes instead of waiting weeks to buy and install hardware

Azure Architecture and Services (141)

What is an Azure region?
Show answer

A set of datacenters deployed within a latency-defined perimeter and connected by a dedicated low-latency network; you choose a region to deploy resources

What is an availability zone?
Show answer

A physically separate datacenter (or group) within an Azure region, each with independent power, cooling, and networking, used for high availability

What is a region pair?
Show answer

Two regions in the same geography paired for disaster recovery; updates roll out one region at a time and data can be replicated between them

What is an Azure datacenter?
Show answer

A physical facility containing servers and infrastructure; multiple datacenters make up an availability zone or region

How many availability zones does an enabled Azure region have at minimum?
Show answer

At least three physically separated availability zones

What is an Azure sovereign region?
Show answer

An isolated instance of Azure for specific compliance or legal needs, such as Azure Government (US) or Azure operated by 21Vianet (China)

What is a resource in Azure?
Show answer

A manageable item available through Azure, such as a virtual machine, storage account, database, or virtual network

What is a resource group?
Show answer

A logical container that holds related Azure resources; resources can belong to only one resource group at a time and share its lifecycle

Can a resource belong to more than one resource group?
Show answer

No. A resource exists in exactly one resource group, though it can be moved to another

What is an Azure subscription?
Show answer

A logical unit of Azure services linked to an account; it sets billing boundaries and access control and contains resource groups

What is a management group?
Show answer

A container above subscriptions used to apply governance (policies, access) across many subscriptions at once in a hierarchy

What is the Azure management hierarchy from top to bottom?
Show answer

Management groups, then subscriptions, then resource groups, then resources

What is an Azure Virtual Machine (VM)?
Show answer

An on-demand, scalable IaaS compute resource that runs a full operating system, giving you control like a physical server

What is a Virtual Machine Scale Set?
Show answer

A service that lets you create and manage a group of identical, load-balanced VMs that automatically scale out or in with demand

What are Azure availability sets?
Show answer

A way to group VMs across fault domains and update domains within a datacenter to protect against hardware failures and maintenance

What is Azure Virtual Desktop?
Show answer

A desktop and app virtualization service that runs Windows desktops in the cloud, accessible from anywhere on any device

What are Azure Container Instances (ACI)?
Show answer

The fastest, simplest way to run a single container in Azure without managing virtual machines (serverless containers)

What is Azure Kubernetes Service (AKS)?
Show answer

A managed Kubernetes service for deploying, scaling, and managing containerized applications at scale

What is Azure App Service?
Show answer

A PaaS offering for hosting web apps, REST APIs, and mobile back ends without managing the underlying infrastructure

What are Azure Functions?
Show answer

A serverless compute service that runs event-triggered code without provisioning servers; you pay only while the code runs

What is serverless computing?
Show answer

A model where the cloud provider fully manages the infrastructure and you pay only for execution; Azure Functions is the main example

When would you choose containers over a full VM?
Show answer

When you want lightweight, portable, fast-starting workloads that share an OS kernel and don't need a full guest operating system per instance

What is a virtual network (VNet)?
Show answer

The fundamental building block for private networks in Azure, enabling resources to securely communicate with each other, the internet, and on-premises networks

What is VNet peering?
Show answer

Connecting two virtual networks so resources can communicate directly using private IP addresses, as if on the same network

What is an Azure VPN Gateway?
Show answer

A service that sends encrypted traffic between an Azure virtual network and an on-premises location (site-to-site) or device (point-to-site) over the internet

What is Azure ExpressRoute?
Show answer

A service that creates a private, dedicated connection between on-premises infrastructure and Azure, bypassing the public internet for more reliability and speed

What is the difference between VPN Gateway and ExpressRoute?
Show answer

VPN Gateway uses encrypted traffic over the public internet; ExpressRoute uses a private, dedicated connection that never touches the public internet

What is Azure DNS?
Show answer

A hosting service for DNS domains that resolves domain names to IP addresses using Microsoft's global network

What is a Network Security Group (NSG)?
Show answer

A set of inbound and outbound security rules that allow or deny network traffic to Azure resources within a virtual network

What is Azure storage account?
Show answer

A container that holds Azure Storage data objects — blobs, files, queues, and tables — with a unique namespace accessible worldwide

What is Azure Blob Storage?
Show answer

Object storage optimized for storing massive amounts of unstructured data such as text, images, video, and backups

What are the Blob Storage access tiers?
Show answer

Hot (frequent access), Cool (infrequent, stored 30+ days), Cold (rarely accessed, 90+ days), and Archive (lowest cost, offline, rarely accessed)

Which Blob access tier has the lowest storage cost?
Show answer

The Archive tier — but it has the highest retrieval cost and latency and requires rehydration before reading

What is Azure Files?
Show answer

Fully managed file shares in the cloud accessible via SMB or NFS, which can be mounted by cloud or on-premises machines

What is Azure Disk Storage?
Show answer

Block-level storage volumes (managed disks) attached to Azure Virtual Machines, similar to a physical disk in a server

What is Azure Queue Storage?
Show answer

A service for storing large numbers of messages that can be accessed from anywhere, used to decouple and scale application components

What is Azure Table Storage?
Show answer

A NoSQL key-value store for structured, non-relational data, ideal for large amounts of flexible datasets

What is locally redundant storage (LRS)?
Show answer

Replication that keeps three copies of your data within a single datacenter; the lowest-cost, lowest-durability redundancy option

What is zone-redundant storage (ZRS)?
Show answer

Replication that copies data synchronously across three availability zones in a single region for higher availability

What is geo-redundant storage (GRS)?
Show answer

Replication that copies data to a secondary region hundreds of miles away, protecting against a complete regional outage

Which storage redundancy option protects against an entire region failing?
Show answer

Geo-redundant storage (GRS) or geo-zone-redundant storage (GZRS), which replicate to a secondary region

What is Azure Storage Mover / Migrate used for?
Show answer

Moving large amounts of data into Azure; AzCopy and Azure Storage Explorer also help upload and manage storage data

What is Microsoft Entra ID (formerly Azure Active Directory)?
Show answer

Microsoft's cloud-based identity and access management service that authenticates users and controls access to apps and resources

What is the difference between authentication and authorization?
Show answer

Authentication (AuthN) proves who you are; authorization (AuthZ) determines what you are allowed to do once authenticated

What is single sign-on (SSO)?
Show answer

A capability that lets a user sign in once and access multiple applications without re-entering credentials, reducing password fatigue

What is multifactor authentication (MFA)?
Show answer

Requiring two or more verification factors — something you know, have, or are — to sign in, greatly improving account security

What is Conditional Access?
Show answer

A Microsoft Entra feature that applies access policies based on signals like user, location, device, and risk before granting access

What is Microsoft Entra ID Protection?
Show answer

A tool that detects, investigates, and remediates identity-based risks using automated risk policies

What is Microsoft Entra External ID / B2B?
Show answer

A capability that lets external partners and guests securely access your resources using their own identities

What is the Azure portal?
Show answer

A web-based, unified console where you build, manage, and monitor everything from simple web apps to complex deployments using a graphical interface

What is Azure Cloud Shell?
Show answer

A browser-based, authenticated shell experience for managing Azure resources, available in Bash or PowerShell

What is Azure PowerShell?
Show answer

A set of cmdlets for managing Azure resources directly from the PowerShell command line or in automation scripts

What is the Azure CLI?
Show answer

A cross-platform command-line tool for creating and managing Azure resources using commands and scripts

What is the Azure mobile app?
Show answer

An app for iOS and Android that lets you monitor resources, check health and metrics, and run Cloud Shell commands on the go

What is Azure Arc?
Show answer

A service that extends Azure management and governance to resources running on-premises, at the edge, and in other clouds

What is Azure Resource Manager (ARM)?
Show answer

The deployment and management layer for Azure; every request to manage a resource goes through ARM for consistent control, access, and tagging

What are ARM templates?
Show answer

JSON files that define infrastructure as code, so you can deploy Azure resources declaratively and repeatedly

What is Azure Bicep?
Show answer

A domain-specific language that simplifies infrastructure as code on Azure with cleaner syntax than ARM JSON templates

What is Azure SQL Database?
Show answer

A fully managed PaaS relational database engine based on SQL Server, with automated patching, backups, and high availability

What is Azure Cosmos DB?
Show answer

A globally distributed, multi-model NoSQL database service with low latency and elastic scalability across many regions

What is Azure Database for MySQL / PostgreSQL?
Show answer

Fully managed, open-source relational database services on Azure that handle patching, backups, and scaling

What is Azure SQL Managed Instance?
Show answer

A PaaS option that gives near-100% compatibility with on-premises SQL Server, ideal for lift-and-shift database migrations

What is the Azure Marketplace?
Show answer

An online store of certified, ready-to-use applications and services from Microsoft and partners that can be deployed into Azure

What is Azure Virtual Machines best suited for?
Show answer

Full control of the OS and software, lift-and-shift migrations, custom configurations, and apps that need a complete server

Which compute option is best for short-lived, event-driven code with no servers to manage?
Show answer

Azure Functions (serverless) — it runs only when triggered and you pay only for execution time

Which networking service should you use for a private, high-bandwidth on-premises link to Azure?
Show answer

Azure ExpressRoute — a dedicated private connection that bypasses the public internet

Which storage service is best for unstructured data like images and video?
Show answer

Azure Blob Storage — object storage designed for massive amounts of unstructured data

Which Azure service provides managed Kubernetes?
Show answer

Azure Kubernetes Service (AKS)

What identity service replaced the name 'Azure Active Directory'?
Show answer

Microsoft Entra ID — the same service, rebranded

What is the difference between Microsoft Entra ID and on-premises Active Directory?
Show answer

Entra ID is a cloud identity service using internet protocols (no Group Policy or OUs); on-premises AD manages domain-joined Windows devices with Group Policy

What does a load balancer do?
Show answer

Distributes incoming network traffic across multiple resources to improve availability and reliability

What is Azure Content Delivery Network (CDN)?
Show answer

A distributed network of servers that caches content close to users to deliver web content with low latency

What is the difference between Azure Files and Blob Storage?
Show answer

Azure Files provides mountable SMB/NFS file shares with a folder structure; Blob Storage is flat object storage for unstructured data

What is a fault domain?
Show answer

A group of hardware sharing a common power source and network switch; spreading VMs across fault domains protects against hardware failure

What is an update domain?
Show answer

A logical group of hardware updated and rebooted together during maintenance; spreading VMs across them avoids simultaneous reboots

Which database service is best for globally distributed, low-latency NoSQL workloads?
Show answer

Azure Cosmos DB

What is Azure Migrate?
Show answer

A central hub of tools to assess and migrate on-premises servers, databases, web apps, and data to Azure

What does the Azure Region selection affect?
Show answer

Service availability, data residency/compliance, latency to users, and pricing — all can vary by region

What is Azure Service Bus?
Show answer

A fully managed enterprise message broker used to decouple applications and services with queues and publish-subscribe topics

Which compute model gives the customer the most control over the OS?
Show answer

Azure Virtual Machines (IaaS) — you fully manage the guest operating system

What is the purpose of tags on Azure resources?
Show answer

Name-value pairs applied to resources to organize them and group costs for billing, governance, and reporting

Which service lets you run identical, autoscaling VMs as a managed group?
Show answer

Virtual Machine Scale Sets

Which Azure storage redundancy keeps data in one datacenter only?
Show answer

Locally redundant storage (LRS)

What is the relationship between subscriptions and billing?
Show answer

Each subscription has its own billing and usage tracking; organizations often split workloads, environments, or departments into separate subscriptions

What is Azure App Service best suited for?
Show answer

Hosting web applications and APIs without managing servers, with built-in scaling, deployment slots, and SSL

What protocol does a site-to-site VPN connection use?
Show answer

IPsec/IKE encrypted tunnels over the public internet between an on-premises VPN device and an Azure VPN gateway

What is the smallest deployable unit in the Azure management hierarchy?
Show answer

A resource (such as a single VM or storage account)

Which tool gives a graphical way to manage Azure in a browser?
Show answer

The Azure portal

Which tools let you manage Azure from a command line?
Show answer

Azure CLI, Azure PowerShell, and Azure Cloud Shell (browser-based)

Which service caches static content near users to reduce latency?
Show answer

Azure Content Delivery Network (CDN)

What kind of data is best stored in Azure Table Storage?
Show answer

Structured, non-relational (NoSQL) key-value data that does not need complex joins or stored procedures

What is a primary benefit of availability zones for a VM workload?
Show answer

Deploying across zones protects against an entire datacenter failure within a region, offering up to a 99.99% SLA

Which service connects two Azure virtual networks privately?
Show answer

Virtual network (VNet) peering

What is the role of an internet gateway in a VNet?
Show answer

Allows resources in the virtual network to communicate with the public internet, while NSGs and subnets control the traffic

Which Azure database is fully managed and compatible with existing SQL Server skills?
Show answer

Azure SQL Database (or SQL Managed Instance for higher compatibility)

What is the benefit of a region pair?
Show answer

Automatic data replication options, sequential updates to avoid simultaneous downtime, and prioritized recovery during a broad outage

What does SSO reduce?
Show answer

The number of times users must enter credentials and the number of passwords they must remember, lowering risk and help-desk load

Which identity feature blocks risky sign-ins based on location or device?
Show answer

Conditional Access

Which compute service runs a single container with the least management?
Show answer

Azure Container Instances (ACI)

Which storage type would you attach to a VM as its operating-system disk?
Show answer

Azure Disk Storage (managed disks)

What is an Azure resource provider?
Show answer

A service that supplies Azure resources (such as Microsoft.Compute for VMs); ARM uses providers to create and manage resources

What is Azure Virtual WAN?
Show answer

A networking service that brings many networking, security, and routing functions together to connect branches and VNets at scale

What is a public endpoint?
Show answer

An endpoint that exposes a service over the public internet, reachable by a public IP address

What is a private endpoint?
Show answer

A network interface that connects you privately to an Azure service using a private IP inside your VNet, keeping traffic off the public internet

What is Azure Bastion?
Show answer

A service that provides secure RDP and SSH access to VMs directly in the portal without exposing public IP addresses

What is a subnet within a VNet?
Show answer

A range of IP addresses that segments a virtual network so you can group and secure resources separately

What is Azure Application Gateway?
Show answer

A web traffic load balancer that manages traffic to web applications, with features like SSL termination and a web application firewall

What is Azure Load Balancer?
Show answer

A service that distributes inbound network traffic across backend resources to improve availability and scale

What is the difference between Azure Files and Azure Disk Storage?
Show answer

Azure Files offers shared file shares many machines can mount over SMB/NFS; Disk Storage is a block disk attached to a single VM

What is Azure NetApp Files?
Show answer

A high-performance, fully managed file storage service for enterprise workloads requiring low latency

What is Azure Data Box?
Show answer

A physical device used to transfer very large amounts of data into Azure when network transfer is impractical

What is AzCopy?
Show answer

A command-line tool for copying data to and from Azure Storage (blobs and files) efficiently

What is Azure Storage Explorer?
Show answer

A standalone app that provides a graphical interface to manage Azure Storage data across accounts

What is Azure File Sync?
Show answer

A service that synchronizes on-premises file servers with Azure Files, keeping a cloud copy and freeing local space

What is the resource required by every Azure Virtual Machine besides compute?
Show answer

Storage (a disk), networking (a NIC and virtual network), and an OS image are all required to run a VM

What is Azure Virtual Desktop best suited for?
Show answer

Delivering secure, cloud-hosted Windows desktops and apps to users on any device, ideal for remote or contract workers

When should you use App Service instead of a VM for a web app?
Show answer

When you want managed hosting with built-in scaling and deployment and don't need control of the underlying OS

What is the difference between Microsoft Entra ID and Microsoft Entra Domain Services?
Show answer

Entra ID is cloud identity using modern protocols; Entra Domain Services provides managed domain features (like LDAP and domain join) without running domain controllers

What is passwordless authentication?
Show answer

Signing in without a password using methods like Windows Hello, the Microsoft Authenticator app, or FIDO2 security keys

What is the purpose of an external identity (B2B/B2C)?
Show answer

B2B lets partner guests use their own credentials to access your resources; B2C lets customers sign in to your apps with their identities

Which Azure service runs containerized apps at scale with orchestration?
Show answer

Azure Kubernetes Service (AKS)

Which Azure compute option requires the least management for a single container?
Show answer

Azure Container Instances (ACI)

What is Azure Cosmos DB best used for?
Show answer

Globally distributed, low-latency NoSQL applications needing elastic scale across many regions

What is Azure SQL Database?
Show answer

A fully managed PaaS relational database based on the SQL Server engine, with automated patching, backups, and scaling

Which Azure storage redundancy survives a region-wide outage with the highest durability?
Show answer

Geo-zone-redundant storage (GZRS) — zone redundancy in the primary region plus a copy in the paired region

What determines which services and prices are available where you deploy?
Show answer

The Azure region — service availability, data residency, and pricing all vary by region

What does Azure DNS provide?
Show answer

Hosting and resolution of DNS domains using Microsoft's global network of name servers

What connects two VNets so resources use private IPs as if on one network?
Show answer

Virtual network (VNet) peering

What is a managed disk in Azure?
Show answer

A block storage volume managed by Azure and attached to a VM, where Azure handles storage account management behind the scenes

Which storage tier is cheapest for data accessed less than once a quarter but still online?
Show answer

The cool or cold tier; the archive tier is cheaper still but is offline and must be rehydrated

What is the smallest unit of the Azure management hierarchy?
Show answer

A resource — a single service instance like a VM or storage account

How does governance applied at a management group reach a VM?
Show answer

Policies and access at the management group are inherited down to subscriptions, then resource groups, then the resource

What is a key reason to use multiple subscriptions?
Show answer

To separate billing and apply different governance and limits to different environments or departments

What service should you use to securely connect to a VM without a public IP?
Show answer

Azure Bastion

Which connectivity option offers consistent latency and high bandwidth by avoiding the internet?
Show answer

Azure ExpressRoute

What is a NIC in the context of an Azure VM?
Show answer

A network interface card that connects a VM to a virtual network so it can communicate

Which database service gives near-full SQL Server compatibility for lift-and-shift?
Show answer

Azure SQL Managed Instance

What is the benefit of containers over VMs?
Show answer

They are lightweight, fast to start, and portable because they share the host OS kernel instead of bundling a full OS

Which service hosts web apps and APIs as a managed platform?
Show answer

Azure App Service

Which identity feature reduces the number of passwords a user must enter?
Show answer

Single sign-on (SSO)

Which feature blocks or allows access based on conditions like device and location?
Show answer

Conditional Access

Management and Governance (104)

What is Microsoft Cost Management?
Show answer

A suite of tools to monitor, allocate, and optimize Azure spending through analysis, budgets, alerts, and recommendations

What is the Azure Pricing Calculator?
Show answer

A free tool to estimate the cost of Azure products and services before you deploy them, by configuring a sample architecture

What is the Total Cost of Ownership (TCO) Calculator?
Show answer

A tool that estimates the cost savings of migrating on-premises workloads to Azure by comparing current and cloud costs

What is the difference between the Pricing Calculator and the TCO Calculator?
Show answer

The Pricing Calculator estimates the cost of a planned Azure deployment; the TCO Calculator compares on-premises costs against Azure to show savings

What factors affect Azure cost?
Show answer

Resource type, services used, region, ingress/egress traffic, subscription type, and the Azure Marketplace items chosen

Why is data egress (outbound) often charged while ingress is usually free?
Show answer

Azure generally does not charge for data going into Azure (ingress) but charges for data leaving regions or Azure (egress)

What is an Azure budget?
Show answer

A spending threshold set in Cost Management that triggers alerts when actual or forecasted costs approach or exceed it

What is a cost alert?
Show answer

An automated notification from Cost Management when spending, a budget, or a credit reaches a defined threshold

How can resource tags help with cost management?
Show answer

Tags group and report costs by department, project, or environment, making it easy to allocate and analyze spending

What is Azure Reservations (Reserved Instances)?
Show answer

A way to commit to one or three years of a resource for a significant discount versus pay-as-you-go pricing

What is the Azure Hybrid Benefit?
Show answer

A licensing benefit that lets you use existing on-premises Windows Server and SQL Server licenses to lower Azure costs

What are Azure spot VMs used for?
Show answer

Running interruptible workloads on unused capacity at deep discounts, with the trade-off that Azure can reclaim them anytime

Name three ways to reduce Azure costs.
Show answer

Use reservations or savings plans, right-size and deduplicate resources, use spot VMs, apply Azure Hybrid Benefit, and shut down unused resources

What is a service-level agreement (SLA)?
Show answer

A formal commitment by Microsoft about the expected performance and uptime of a service, expressed as a percentage

What does an SLA of 99.9% mean for downtime?
Show answer

Roughly up to about 8.7 hours of allowable downtime per year (around 43 minutes per month)

Do free Azure services have a financially backed SLA?
Show answer

No. Free tier and preview services typically have no financially backed SLA

How can you increase the composite SLA of an application?
Show answer

Add redundancy (availability zones, multiple regions) and remove single points of failure; combining services multiplies their individual SLAs

What is an Azure service-credit?
Show answer

A credit applied to your bill when Microsoft fails to meet the committed SLA for a paid service

What is the Azure service lifecycle (preview vs GA)?
Show answer

Services move through private preview, public preview, then general availability (GA); preview features may lack full SLA and support

What is Azure Policy?
Show answer

A governance service that creates, assigns, and manages rules to enforce standards and assess compliance across resources

What is the difference between Azure Policy and RBAC?
Show answer

Azure Policy controls WHAT properties resources can have (compliance/standards); RBAC controls WHO can do WHAT actions (access)

What is a resource lock?
Show answer

A lock that prevents accidental deletion or modification of a resource; types are CanNotDelete (Delete) and ReadOnly

What is the difference between a CanNotDelete and a ReadOnly lock?
Show answer

CanNotDelete allows reading and modifying but not deleting; ReadOnly allows only reading — no modifying or deleting

What are Azure Blueprints (and their successor)?
Show answer

A way to define a repeatable set of resources, policies, and assignments to deploy compliant environments; Microsoft now recommends Template Specs and deployment stacks instead

What is the Microsoft Purview governance portal?
Show answer

A unified data governance service that helps discover, catalog, classify, and manage data across on-premises, multicloud, and SaaS

What is role-based access control (RBAC)?
Show answer

A system that grants users, groups, and apps only the access they need by assigning roles at a defined scope

At what scopes can an RBAC role be assigned?
Show answer

Management group, subscription, resource group, or individual resource — and it is inherited downward

What is the principle of least privilege?
Show answer

Granting users only the minimum access required to do their job, reducing the attack surface

What is the Zero Trust security model?
Show answer

A model that assumes breach and verifies every request explicitly, uses least-privilege access, and never trusts based on network location alone

What is defense in depth?
Show answer

A layered security strategy where multiple defenses (physical, identity, perimeter, network, compute, app, data) slow and stop attackers

What is Microsoft Defender for Cloud?
Show answer

A tool for cloud security posture management and workload protection that monitors security, gives a secure score, and detects threats across hybrid and multicloud

What is the Microsoft Defender for Cloud secure score?
Show answer

A measurement of your security posture; higher scores mean fewer identified risks and better adherence to recommendations

What is Azure Monitor?
Show answer

A platform service that collects, analyzes, and acts on telemetry (metrics and logs) from Azure and on-premises environments

What is Log Analytics?
Show answer

A tool within Azure Monitor for writing and running queries against collected log data to investigate and analyze it

What is Application Insights?
Show answer

An Azure Monitor feature for application performance management (APM) that monitors live web apps for performance and usage

What are Azure Monitor alerts?
Show answer

Notifications and automated actions triggered when a metric or log condition crosses a defined threshold

What is Azure Service Health?
Show answer

A service that gives personalized alerts and guidance about Azure service issues, planned maintenance, and health advisories affecting your resources

What are the three views in Azure Service Health?
Show answer

Azure status (global outages), Service health (issues affecting your services), and Resource health (health of your specific resources)

What is the Azure status page?
Show answer

A global page showing the health of Azure services across all regions, regardless of which resources you use

What is Resource health in Azure?
Show answer

A view that reports the current and past availability of your individual resources and explains why a resource may be unavailable

What is the Azure mobile app used for in monitoring?
Show answer

Checking resource status, metrics, alerts, and service health, and running quick management tasks from a phone

What is Microsoft Entra Privileged Identity Management (PIM)?
Show answer

A service that provides just-in-time, time-bound privileged access with approval workflows and auditing to limit standing admin rights

Which tool would you use to ENFORCE that all resources are deployed only to a specific region?
Show answer

Azure Policy — it can deny or audit resources that do not meet the rule

Which tool would you use to PREVENT a critical resource from being deleted?
Show answer

A resource lock (CanNotDelete / Delete lock)

Which tool estimates savings from moving on-premises servers to Azure?
Show answer

The Total Cost of Ownership (TCO) Calculator

Which tool estimates the monthly cost of a new Azure deployment?
Show answer

The Azure Pricing Calculator

Which service gives a unified view of security posture and threat protection?
Show answer

Microsoft Defender for Cloud

Which service collects metrics and logs to monitor performance?
Show answer

Azure Monitor

Which service notifies you about an Azure outage affecting your subscription?
Show answer

Azure Service Health

What does RBAC control that Azure Policy does not?
Show answer

WHO can perform actions on resources (access), whereas Azure Policy controls WHAT configuration resources may have

Which governance tool helps classify and catalog data across your estate?
Show answer

Microsoft Purview

What is the benefit of setting a budget with alerts?
Show answer

It proactively warns you before spending exceeds plan, helping avoid surprise bills

Why might two regions have different prices for the same service?
Show answer

Costs (power, real estate, taxes) and supply differ by location, so Azure pricing varies by region

What is the SLA impact of combining multiple services in an application?
Show answer

Composite SLA is the product of each service's SLA, so adding more dependent services usually lowers the overall guarantee unless you add redundancy

What does a ReadOnly lock prevent?
Show answer

Any modification or deletion of the resource; only read operations are allowed

How does the Azure Hybrid Benefit lower cost?
Show answer

It lets you reuse existing eligible Windows Server and SQL Server licenses instead of paying for new ones in Azure

What is the secure score used for?
Show answer

Tracking and improving your security posture by following Defender for Cloud's prioritized recommendations

Which Azure Monitor tool is for querying collected logs?
Show answer

Log Analytics

Which Azure Monitor tool monitors a live application's performance?
Show answer

Application Insights

What is the relationship between management groups and Azure Policy?
Show answer

Assigning a policy at a management group applies it to all subscriptions and resources beneath it, enabling org-wide governance

What is a savings plan for compute?
Show answer

A flexible pricing model giving lower rates in exchange for a one- or three-year commitment to a fixed hourly spend on compute

How do reservations differ from savings plans?
Show answer

Reservations commit to a specific resource type/region for a discount; savings plans commit to an hourly compute spend and apply flexibly across services

What is the purpose of Azure Advisor?
Show answer

A free service that analyzes your configuration and gives personalized recommendations for cost, security, reliability, performance, and operational excellence

Which five categories does Azure Advisor cover?
Show answer

Cost, security, reliability, operational excellence, and performance

What does a 99.99% SLA roughly allow for yearly downtime?
Show answer

About 52 minutes of downtime per year

What is the difference between a budget and a cost alert?
Show answer

A budget is the spending threshold you set; a cost alert is the notification fired when spending nears or crosses that budget

Which tool would generate a personalized cost-optimization recommendation?
Show answer

Azure Advisor

What is just-in-time access?
Show answer

Granting elevated permissions only for the time they are needed and removing them afterward, reducing standing privilege (provided by Entra PIM)

Why use multiple subscriptions for governance?
Show answer

To separate billing, apply different policies and limits, and isolate environments (such as production and development)

What does compensatory scoring mean on the AZ-900 exam?
Show answer

You only need an overall scaled score of 700 to pass; you do not have to pass each individual skill area

What is Microsoft Cost Management used for?
Show answer

Monitoring, allocating, budgeting, and optimizing Azure spending across subscriptions

Which calculator estimates the cost of a NEW Azure deployment?
Show answer

The Azure Pricing Calculator

Which calculator compares on-premises costs to Azure?
Show answer

The Total Cost of Ownership (TCO) Calculator

What is the main factor that often surprises people in Azure billing?
Show answer

Data egress (outbound transfer) is charged, while inbound (ingress) is usually free

How can tags reduce cost confusion?
Show answer

They label resources so spend can be grouped and reported by department, project, or environment

What is an Azure reservation?
Show answer

A one- or three-year commitment to a resource for a significant discount over pay-as-you-go

When should you set a budget in Cost Management?
Show answer

Whenever you want to be alerted before spending crosses a planned threshold to avoid surprise bills

Which tool ENFORCES that resources meet configuration standards?
Show answer

Azure Policy

Which tool controls WHO can perform actions on resources?
Show answer

Azure role-based access control (RBAC)

Which tool PREVENTS accidental deletion of a single resource?
Show answer

A resource lock (CanNotDelete / Delete lock)

What does a ReadOnly resource lock allow?
Show answer

Only reading the resource — no modifications and no deletion

At what scopes can RBAC and Azure Policy be applied?
Show answer

Management group, subscription, resource group, or resource — and they are inherited downward

What is the principle of least privilege?
Show answer

Grant each identity only the minimum access required to do its job, reducing risk

What is Microsoft Purview used for in governance?
Show answer

Discovering, cataloging, classifying, and managing data across on-premises, multicloud, and SaaS sources

What does Azure Advisor recommend?
Show answer

Personalized best practices across cost, security, reliability, performance, and operational excellence

What does Azure Service Health tell you?
Show answer

Whether Azure outages, planned maintenance, or health advisories are affecting your specific resources

What does Azure Monitor collect?
Show answer

Metrics and logs (telemetry) from Azure and on-premises resources for analysis, alerting, and visualization

Which Azure Monitor feature queries collected log data?
Show answer

Log Analytics

Which Azure Monitor feature monitors a live application's performance?
Show answer

Application Insights

What is the difference between Azure Service Health and Azure Monitor?
Show answer

Service Health reports Azure platform issues affecting you; Monitor reports your own resources' and apps' performance telemetry

What is the Azure portal?
Show answer

A web-based graphical console for creating, managing, and monitoring Azure resources

What is Azure Cloud Shell?
Show answer

A browser-based, authenticated command-line environment (Bash or PowerShell) for managing Azure

What is infrastructure as code (IaC)?
Show answer

Defining and deploying infrastructure through declarative files (like ARM templates or Bicep) for repeatable, consistent results

What is Azure Resource Manager (ARM)?
Show answer

The deployment and management layer all Azure management requests pass through for consistent control and access

What is an ARM template?
Show answer

A JSON file that defines Azure resources declaratively so the same environment can be deployed repeatedly

What is Azure Bicep?
Show answer

A domain-specific language that simplifies infrastructure as code with cleaner syntax than ARM JSON

What is Azure Arc used for in governance?
Show answer

Extending Azure management, policy, and RBAC to servers and clusters running on-premises, at the edge, or in other clouds

What does a 99.9% SLA roughly permit for downtime?
Show answer

About 8.7 hours per year (roughly 43 minutes per month)

How do you improve an application's composite SLA?
Show answer

Add redundancy across availability zones or regions and remove single points of failure

Do free or preview Azure services carry a financially backed SLA?
Show answer

No — free tier and preview services typically have no financially backed SLA

What is the Azure Hybrid Benefit?
Show answer

A licensing benefit that lets you reuse existing Windows Server and SQL Server licenses to lower Azure cost

What is the secure score in Microsoft Defender for Cloud?
Show answer

A measurement of your security posture; following its recommendations raises the score and reduces risk

What is just-in-time VM access?
Show answer

Opening management ports to a VM only when needed and for a limited time, reducing the attack surface

What governance question does Azure Policy answer vs. RBAC?
Show answer

Azure Policy answers 'what configuration may resources have?'; RBAC answers 'who may perform which actions?'

References

  1. 1.Microsoft. “Microsoft Certified: Azure Fundamentals (AZ-900) Study Guide.” learn.microsoft.com. ↑
  2. 2.Microsoft. “Microsoft Certified: Azure Fundamentals — Certification Page.” learn.microsoft.com. ↑
  3. 3.Microsoft. “Shared responsibility in the cloud.” learn.microsoft.com. ↑
Career Employer

Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.

Follow Us:

All Posts

Career Employer’s Editorial Process

Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.