Home Blog
Practice Tests
📐 Matric Mathematics ⚗️ Physical Sciences 🌿 Life Sciences 🚗 K53 Learners Licence ☁️ AWS Cloud Practitioner 🔒 CompTIA Security+ 🏥 NCLEX Nursing 🌍 General Knowledge 🧠 IQ & Logic 🧬 Psychology
Privacy Policy Disclaimer
Practice Free
Home › IT Certifications
IT Certifications

Microsoft Azure AZ-900 Fundamentals

150 practice questions and 100 flashcards covering the full AZ-900 Azure Fundamentals exam objectives.

The Microsoft Azure AZ-900 Fundamentals certification is the entry point into the Microsoft Azure ecosystem and one of the most achievable credentials for anyone in the South African IT industry. No technical background is required. Tour practice set covers all three AZ-900 domains: Cloud Concepts (25-30%), Azure Architecture and Services (35-40%), and Azure Management and Governance (30-35%).

Every question is written to reflect the conceptual style of the actual AZ-900 exam. Use the flashcard set alongside tour quiz to build vocabulary of Azure service names and their purposes before sitting the exam.

Microsoft Azure AZ-900 — Azure Fundamentals. Covers cloud computing concepts, Azure architecture, core services (compute, networking, storage, databases), identity, security, compliance, pricing, and support. No technical background required — tour is the entry-level Azure certification.
0/150
correct answers
Q1/150
What does IaaS stand for?
Explanation: IaaS: Infrastructure as a Service. You manage OS, middleware, apps. Provider manages hardware, virtualisation, networking.
Q2/150
What does PaaS stand for?
Explanation: PaaS: provider manages infrastructure + OS + middleware. You manage only your application and data.
Q3/150
What does SaaS stand for?
Explanation: SaaS: complete application managed by provider. You just use it. Examples: Microsoft 365, Salesforce, Gmail.
Q4/150
In IaaS, what is the customer responsible for?
Explanation: IaaS shared responsibility: provider = hardware, virtualisation, networking. Customer = OS, middleware, apps, data, identity.
Q5/150
What is the shared responsibility model?
Explanation: Shared responsibility: provider always owns physical security. Customer always owns data. Middle layer depends on IaaS/PaaS/SaaS.
Q6/150
What is a public cloud?
Explanation: Public cloud: multi-tenant, shared infrastructure. Pay-as-you-go. Examples: Azure, AWS, Google Cloud.
Q7/150
What is a private cloud?
Explanation: Private cloud: dedicated to one organisation. More control and security. Higher cost. Examples: Azure Stack, VMware.
Q8/150
What is a hybrid cloud?
Explanation: Hybrid cloud: public + private connected. Workloads can shift between environments. Best of both worlds.
Q9/150
What is the capital expenditure (CapEx) model?
Explanation: CapEx: buy hardware upfront. High initial cost, predictable over time. Traditional on-premises IT model.
Q10/150
What is the operational expenditure (OpEx) model?
Explanation: OpEx: pay as you go. No upfront investment. Cloud computing primary model. Shifts cost from capital to operating budget.
Q11/150
What is high availability in cloud?
Explanation: High availability: designed to minimise downtime. Azure SLAs range from 99.9% to 99.99%. Achieved through redundancy.
Q12/150
What is scalability?
Explanation: Scalability: scale up (vertical — bigger VM) or scale out (horizontal — more VMs). Cloud enables elastic scaling.
Q13/150
What is elasticity in cloud computing?
Explanation: Elasticity: automatic scaling. Resources automatically added when demand rises, reduced when it falls. Key cloud benefit.
Q14/150
What is fault tolerance?
Explanation: Fault tolerance: system continues operating despite component failures. Achieved through redundancy and failover mechanisms.
Q15/150
What is disaster recovery?
Explanation: Disaster recovery (DR): restoring operations after catastrophic event. Measured by RTO (recovery time) and RPO (data loss tolerance).
Q16/150
What does Azure provide as a compute service?
Explanation: Azure compute: VMs, App Service (PaaS web hosting), Azure Functions (serverless), AKS (Kubernetes), Container Instances.
Q17/150
What is Azure Virtual Machine?
Explanation: Azure VM: full IaaS. You choose OS, size, and software. Like having your own server but in Azure's datacentre.
Q18/150
What is Azure App Service?
Explanation: App Service: PaaS. Deploy your code (web app, API), Azure manages the infrastructure. Supports .NET, Java, Python, Node.js, PHP.
Q19/150
What is Azure Functions?
Explanation: Azure Functions: serverless. Write a function, trigger it with events (HTTP, timer, queue message). Pay only when it runs.
Q20/150
What is Azure Kubernetes Service (AKS)?
Explanation: AKS: managed Kubernetes. Azure handles the control plane. You focus on deploying container workloads.
Q21/150
What is Azure Blob Storage?
Explanation: Blob Storage: object store. Hot (frequent access), Cool (infrequent), Archive (rare access, lowest cost) tiers.
Q22/150
What is Azure File Storage?
Explanation: Azure Files: cloud file shares. Mount like a network drive. SMB/NFS protocol. Replace or supplement on-prem file servers.
Q23/150
What is Azure Disk Storage?
Explanation: Azure Managed Disks: block storage. OS and data disks for VMs. Ultra, Premium SSD, Standard SSD, Standard HDD tiers.
Q24/150
What is Azure Virtual Network (VNet)?
Explanation: VNet: Azure's private network. Segment with subnets. Control traffic with NSGs. Peer VNets together. Connect to on-prem.
Q25/150
What is a Network Security Group (NSG)?
Explanation: NSG: basic firewall. Rules based on source/destination IP, port, and protocol. Applied to subnets or individual NICs.
ADVERTISEMENT
Q26/150
What is Azure Load Balancer?
Explanation: Load Balancer: Layer 4 (TCP/UDP). Distributes traffic across healthy VMs. Supports inbound and outbound scenarios.
Q27/150
What is Azure DNS?
Explanation: Azure DNS: host your domain in Azure. High availability, fast resolution. Integrate with other Azure services.
Q28/150
What is Azure VPN Gateway?
Explanation: VPN Gateway: connects Azure VNet to on-premises via encrypted IPsec/IKE tunnel. Site-to-site and point-to-site VPN.
Q29/150
What is Azure ExpressRoute?
Explanation: ExpressRoute: private, dedicated circuit to Azure. Not over public internet. Used for high-bandwidth, low-latency enterprise connections.
Q30/150
What is Azure Active Directory (Azure AD / Entra ID)?
Explanation: Azure AD (now Microsoft Entra ID): cloud identity. Single sign-on (SSO), MFA, conditional access. Foundation of Azure security.
Q31/150
What is Multi-Factor Authentication (MFA)?
Explanation: MFA: at least two factors from: something you KNOW (password), HAVE (phone/authenticator), ARE (fingerprint/face).
Q32/150
What is Azure Security Centre / Defender for Cloud?
Explanation: Microsoft Defender for Cloud: assesses security posture, provides recommendations, detects and responds to threats across Azure.
Q33/150
What is Azure Key Vault?
Explanation: Key Vault: store secrets (passwords, API keys), certificates, encryption keys. Control access with Azure AD. Audit all access.
Q34/150
What is role-based access control (RBAC)?
Explanation: RBAC: assign roles (Owner, Contributor, Reader) to users/groups at subscription, resource group, or resource scope.
Q35/150
What is a Management Group in Azure?
Explanation: Management Groups: top of hierarchy. Group subscriptions, apply policies and RBAC. Enterprise governance at scale.
Q36/150
What is an Azure Subscription?
Explanation: Subscription: billing unit. All resources in a subscription are billed together. Access control can be applied at subscription level.
Q37/150
What is a Resource Group?
Explanation: Resource Group: logical grouping. Deploy, manage, and delete resources together. Every Azure resource must be in a resource group.
Q38/150
What is Azure Policy?
Explanation: Azure Policy: define rules (e.g., 'only allow certain VM sizes', 'require tags'). Evaluate compliance. Can auto-remediate.
Q39/150
What is Azure Cost Management?
Explanation: Azure Cost Management + Billing: view spending, analyse cost patterns, set budgets and alerts, optimise costs.
Q40/150
What is the Azure Pricing Calculator?
Explanation: Pricing Calculator: build scenarios and estimate monthly costs before committing. Available at azure.microsoft.com/pricing/calculator.
Q41/150
What is the Azure Total Cost of Ownership (TCO) Calculator?
Explanation: TCO Calculator: input your current on-prem setup, Azure estimates savings. Considers hardware, software, electricity, labour.
Q42/150
What are Azure Reservations?
Explanation: Azure Reservations: pre-pay 1 or 3 years for VMs, SQL, Cosmos DB etc. Up to 72% savings over pay-as-you-go prices.
Q43/150
What is Azure Hybrid Benefit?
Explanation: Azure Hybrid Benefit: bring your own on-prem Windows Server and SQL Server licences to Azure. Significant cost savings.
Q44/150
What is the Azure SLA?
Explanation: SLA: Azure commits to uptime percentages (e.g., 99.9%). If not met, customers get service credits. Higher redundancy = higher SLA.
Q45/150
What is availability zone?
Explanation: Availability zones: 3+ separate datacentres in a region. Each has independent power, cooling, networking. 99.99% VM SLA.
Q46/150
What is an Azure region?
Explanation: Azure region: area with multiple datacentres. Resources deployed in a region. Data stays in that region by default.
Q47/150
What is a region pair?
Explanation: Region pairs: e.g., East US paired with West US. Microsoft prioritises recovery of one region if both affected. Compliance.
Q48/150
What is Azure Monitor?
Explanation: Azure Monitor: metrics, logs, alerts, dashboards. Monitor performance and availability. Feeds into Log Analytics and alerts.
Q49/150
What is Azure Advisor?
Explanation: Azure Advisor: scans your environment, provides actionable recommendations across 5 categories: reliability, security, performance, cost, operational excellence.
Q50/150
What is the Trust Center?
Explanation: Trust Center: microsoft.com/en-us/trust-center. Details how Microsoft handles data privacy, security and regulatory compliance.
ADVERTISEMENT
Q51/150
What is Azure Cosmos DB?
Explanation: Cosmos DB: multi-region, multi-model (document, key-value, graph, column). Guaranteed <10ms reads/writes. 99.999% availability SLA.
Q52/150
What is Azure SQL Database?
Explanation: Azure SQL Database: intelligent, fully managed SQL Server in cloud. Auto-scaling, built-in HA, automated backups, threat detection.
Q53/150
What is Azure Cognitive Services?
Explanation: Cognitive Services: Vision, Speech, Language, Decision APIs. Add AI capabilities to apps without training models.
Q54/150
What is Azure Machine Learning?
Explanation: Azure Machine Learning: ML workspace for data scientists. Build, train, tune, deploy models. Supports AutoML, pipelines, MLOps.
Q55/150
What is the difference between Azure AD and on-premises AD?
Explanation: Azure AD: cloud identity, flat structure, no OUs. On-prem AD: hierarchical, domain controllers, Group Policy. Different protocols.
Q56/150
What is Conditional Access?
Explanation: Conditional Access: if user logs in from untrusted location → require MFA. If device not compliant → block. Signal-based decisions.
Q57/150
What is Azure Bastion?
Explanation: Azure Bastion: secure browser-based RDP/SSH to VMs. No public IP needed on VM. Protects against port scanning.
Q58/150
What is Azure DDoS Protection?
Explanation: Azure DDoS Protection: Basic (free, always on) and Standard (advanced mitigation, threat intelligence, attack metrics).
Q59/150
What is Microsoft Sentinel?
Explanation: Microsoft Sentinel: cloud SIEM. Collect data at scale, detect threats, investigate, respond automatically with playbooks.
Q60/150
What is Azure Firewall?
Explanation: Azure Firewall: stateful firewall. Application FQDN filtering, network traffic filtering, threat intelligence, outbound SNAT.
Q61/150
What is a service endpoint?
Explanation: Service endpoints: secure, optimised connection to Azure services (Storage, SQL) from VNet. Traffic stays on Azure backbone.
Q62/150
What is Private Link?
Explanation: Private Link: private endpoint in your VNet. Traffic to Azure service never leaves Microsoft network. More secure than service endpoints.
Q63/150
What is Azure Content Delivery Network (CDN)?
Explanation: CDN: caches content at edge nodes globally. Reduces latency for static content (images, JS, CSS, video) by serving from nearby location.
Q64/150
What is Azure Traffic Manager?
Explanation: Traffic Manager: DNS load balancing across regions. Route based on performance, geographic location, priority, or weighted methods.
Q65/150
What is Azure Application Gateway?
Explanation: Application Gateway: web application load balancer. Route by URL path, cookie-based affinity, SSL termination, WAF integration.
Q66/150
What is a container vs a virtual machine?
Explanation: Container: packages app + dependencies, shares OS kernel. Much faster to start, lighter than VM. Docker is most popular runtime.
Q67/150
What is Azure Container Instances (ACI)?
Explanation: ACI: run containers directly without orchestration. Per-second billing. Good for batch jobs, event-driven, simple containerised apps.
Q68/150
What is serverless computing?
Explanation: Serverless: provider manages servers, scaling, and availability. You focus on code. Pay only for execution time.
Q69/150
What is Azure Logic Apps?
Explanation: Logic Apps: visual workflow designer. 400+ connectors. Automate processes without writing code. Event-driven.
Q70/150
What is the Azure Free Account?
Explanation: Azure Free: 12 months free popular services + $200 credit (30 days) + 55+ always-free services. Credit card required (not charged unless upgrade).
Q71/150
What is the pay-as-you-go pricing model?
Explanation: Pay-as-you-go: billed for actual consumption. Most flexible but most expensive per-unit. No commitment required.
Q72/150
What is Azure Spot Pricing?
Explanation: Spot VMs: up to 90% savings on unused capacity. Risk: Azure can evict with 30-second notice when capacity needed. Fault-tolerant workloads only.
Q73/150
What is a resource tag in Azure?
Explanation: Tags: metadata for resources. e.g., Environment: Production, Department: Finance. Filter billing, apply policies, automate.
Q74/150
What is Azure Blueprints?
Explanation: Azure Blueprints: deploy compliant environments at scale. Bundle policies, roles, resource groups, templates. Tracks deployments.
Q75/150
What is an ARM template?
Explanation: ARM templates: Infrastructure as Code for Azure. Declare desired state in JSON. Repeatable, idempotent deployments.
ADVERTISEMENT
Q76/150
What is Bicep?
Explanation: Bicep: transpiles to ARM templates. Cleaner syntax. Strongly typed. Microsoft's preferred IaC for Azure.
Q77/150
What is Azure DevOps?
Explanation: Azure DevOps: complete DevOps platform. Plan (Boards), code (Repos), build/release (Pipelines), test, and distribute packages (Artifacts).
Q78/150
What is GitHub Actions with Azure?
Explanation: GitHub Actions: define workflows in YAML. Trigger on push/PR/schedule. Deploy to Azure via Azure actions in marketplace.
Q79/150
What is the Azure support plan options?
Explanation: Support plans: Basic (free docs/forums), Developer ($29/mo), Standard ($100/mo), Pro Direct ($1000/mo), Premier (enterprise).
Q80/150
What is Azure Service Health?
Explanation: Service Health: personalised alerts for outages, planned maintenance, health advisories affecting YOUR specific services and regions.
Q81/150
What is the Azure Status page?
Explanation: Status page: status.azure.com. Global view of all Azure service health. Less detailed than personalised Service Health.
Q82/150
What is Microsoft Purview?
Explanation: Microsoft Purview: data governance, risk and compliance. Discover sensitive data, classify it, track lineage, manage compliance.
Q83/150
What is the principle of least privilege?
Explanation: Least privilege: only the access needed, nothing more. Fundamental security principle. Reduce blast radius if account compromised.
Q84/150
What is Zero Trust security?
Explanation: Zero Trust: 'Never trust, always verify.' Verify explicitly (identity, location, device), use least privilege, assume breach.
Q85/150
What is defence in depth?
Explanation: Defence in depth: physical → network → perimeter → application → data. Each layer provides independent protection.
Q86/150
What is data sovereignty?
Explanation: Data sovereignty: data stored in a country is subject to that country's laws. Azure regions help comply by keeping data in chosen geography.
Q87/150
What is the General Data Protection Regulation (GDPR)?
Explanation: GDPR: EU regulation. Right to be forgotten, data portability, breach notification within 72 hours. Heavy fines for non-compliance.
Q88/150
What is Azure Compliance Manager?
Explanation: Compliance Manager: pre-built assessments for standards (ISO 27001, HIPAA, GDPR). Score your compliance posture. Actionable recommendations.
Q89/150
What is consumption-based pricing?
Explanation: Consumption-based: flexible, no waste. Pay for VMs per hour, storage per GB, functions per execution. Most common cloud model.
Q90/150
What is the benefit of economies of scale in cloud?
Explanation: Economies of scale: Azure buys hardware in massive quantities → lower costs → passed to customers as cheaper per-unit pricing.
Q91/150
What is the cloud computing definition (NIST)?
Explanation: NIST cloud definition: 5 characteristics: on-demand self-service, broad network access, resource pooling, rapid elasticity, measured service.
Q92/150
What are the 5 NIST cloud characteristics?
Explanation: NIST 5: 1-On-demand self-service. 2-Broad network access. 3-Resource pooling. 4-Rapid elasticity. 5-Measured service.
Q93/150
What is Azure Arc?
Explanation: Azure Arc: manage servers, Kubernetes clusters, data services outside Azure as if they were Azure resources. Single control plane.
Q94/150
What is the Azure Marketplace?
Explanation: Azure Marketplace: thousands of certified apps from Microsoft and ISVs. Deploy pre-configured solutions with one click.
Q95/150
What is agility in cloud computing?
Explanation: Agility: cloud enables faster innovation. Provision resources in minutes. Experiment cheaply. Fail fast. Core cloud business benefit.
Q96/150
What is geo-redundancy?
Explanation: Geo-redundancy: data copied to distant region. Azure Storage GRS/GZRS replicates to paired region automatically.
Q97/150
What is the difference between availability zone and availability set?
Explanation: Availability zones: protect from datacentre failure (different buildings). Availability sets: protect from rack failure (same datacentre).
Q98/150
What is Azure Cognitive Services Vision?
Explanation: Vision: Analyze Image, OCR, Face API, Custom Vision. Extract information from images without ML expertise.
Q99/150
What is the difference between hot, cool and archive blob tiers?
Explanation: Hot: frequent access, highest storage cost. Cool: infrequent, lower storage but retrieval fees. Archive: rare access, lowest storage, hours to retrieve.
Q100/150
What is Azure Queue Storage?
Explanation: Queue Storage: holds millions of messages. Up to 64KB per message. Enables decoupling of application components.
ADVERTISEMENT
Q101/150
What is Azure Table Storage?
Explanation: Table Storage: semi-structured data. Schema-less. Fast querying by partition key and row key. Cheaper than Cosmos DB for simple scenarios.
Q102/150
What is the purpose of subnets in a VNet?
Explanation: Subnets: logical segmentation of VNet. Put web tier, app tier, data tier in separate subnets. Apply NSGs and route tables per subnet.
Q103/150
What is Azure Peering?
Explanation: VNet Peering: low-latency, high-bandwidth connection between VNets. Global peering across regions. No gateway, no public internet.
Q104/150
What is an Azure Resource Lock?
Explanation: Resource locks: CanNotDelete (can read/modify, not delete) or ReadOnly (can only read). Override requires removing lock first.
Q105/150
What is the difference between CanNotDelete and ReadOnly lock?
Explanation: CanNotDelete: prevents deletion, allows modification. ReadOnly: prevents modification AND deletion. More restrictive.
Q106/150
What is Azure Cost Management budget alert?
Explanation: Budget alert: set budget amount (e.g., $500/month), get email when spending hits 90%, 100%, etc. Doesn't stop spending — just alerts.
Q107/150
What are Azure spending limits?
Explanation: Spending limits: only on Azure free trial and some MSDN subscriptions. Pay-as-you-go has NO spending limit — you're always charged.
Q108/150
What is the benefit of Azure geographic distribution?
Explanation: Geographic distribution: 60+ regions worldwide. Deploy near users = lower latency. Data residency = compliance. Multiple regions = DR.
Q109/150
What is the Azure portal?
Explanation: Azure portal: browser-based UI. Create, configure, monitor resources. Build dashboards. Available on desktop and mobile.
Q110/150
What is Azure CLI?
Explanation: Azure CLI: command-line tool. az [command] syntax. Scriptable. Cross-platform. Automating repetitive tasks.
Q111/150
What is Azure PowerShell?
Explanation: Azure PowerShell: Az module. Connect-AzAccount, Get-AzVM, etc. Powerful scripting for Windows-centric environments.
Q112/150
What is Azure Cloud Shell?
Explanation: Cloud Shell: browser-based. Choose Bash or PowerShell. Always authenticated. Pre-installed Azure CLI, PowerShell, Terraform, git.
Q113/150
What is Azure Logic Apps vs Azure Functions?
Explanation: Logic Apps: workflow automation, 400+ connectors, visual designer, low/no code. Functions: code-first, any language, custom logic.
Q114/150
What is the Microsoft Privacy Statement?
Explanation: Privacy Statement: global policy for how Microsoft handles personal data. Covers all Microsoft products and services.
Q115/150
What is the Online Services Terms (OST)?
Explanation: OST (now Microsoft Product Terms): defines terms for commercial licensing of Microsoft online services.
Q116/150
What is Azure Blueprints vs ARM Templates?
Explanation: ARM templates: deploy resources. Blueprints: orchestrate compliant environment setup including policies, roles, and templates in one package.
Q117/150
What is the SLA for Azure Virtual Machines with Availability Zones?
Explanation: VMs across 2+ Availability Zones: 99.99% SLA. Single VM with Premium Storage: 99.9%. Multi-region: even higher.
Q118/150
What is Azure Site Recovery?
Explanation: Azure Site Recovery: replicate VMs and workloads. Failover to secondary region in minutes. Test failover without impact on production.
Q119/150
What is Azure Backup?
Explanation: Azure Backup: scheduled backups, retention policies, geo-redundant storage of backups. Protects VMs, SQL, SAP HANA, files, AKS.
Q120/150
What is the difference between Azure Backup and Azure Site Recovery?
Explanation: Backup: restore specific data/files after accidental deletion or corruption. ASR: keep entire workloads running by failing over to another region.
Q121/150
What is Azure managed identity?
Explanation: Managed identity: Azure handles credential rotation. Service (VM, App Service) authenticates to other services without credentials in code.
Q122/150
What is an Azure service principal?
Explanation: Service principal: non-human identity. Application registers with Azure AD, gets client ID and secret/certificate to authenticate.
Q123/150
What is a software-defined datacentre?
Explanation: Software-defined datacentre: virtualise all resources (compute, storage, networking). Azure is built on tour principle. Enables cloud agility.
Q124/150
What is green cloud computing?
Explanation: Green cloud: Azure runs on 100% renewable energy (committed). Shared infrastructure = better utilisation = less total energy vs on-prem.
Q125/150
What is metered billing in Azure?
Explanation: Metered billing: granular consumption-based charges. VM billed per second of runtime. Storage per GB per month. Functions per million executions.
Q126/150
What is Azure Cognitive Search?
Explanation: Azure Cognitive Search: full-text search with AI enrichment (OCR, entity extraction, translation). Build search experiences for applications.
Q127/150
What is Azure Form Recognizer?
Explanation: Form Recognizer (now Document Intelligence): trained models extract structured data from invoices, receipts, ID cards, forms.
Q128/150
What is Azure Bot Service?
Explanation: Azure Bot Service: build bots with Bot Framework. Deploy to Teams, Slack, WhatsApp, web. Integrate with Cognitive Services.
Q129/150
What is Power BI integration with Azure?
Explanation: Power BI: connects to Azure SQL, Cosmos DB, Synapse Analytics, Blob Storage. Create dashboards and reports from Azure data.
Q130/150
What does the AZ-900 exam test?
Explanation: AZ-900: entry-level. 40-60 questions. 180-minute exam. Pass: 700/1000. No hands-on/technical background required. Conceptual understanding.
Q131/150
What is the difference between Azure and AWS terminology for virtual machines?
Explanation: Equivalent: Azure VMs = AWS EC2. Azure Blob = AWS S3. Azure VNet = AWS VPC. Azure SQL Database = AWS RDS. Different names, similar concepts.
Q132/150
What is the NIST definition relevant to AZ-900?
Explanation: NIST SP 800-145: defines cloud computing. 5 characteristics, 3 service models (IaaS/PaaS/SaaS), 4 deployment models (public/private/hybrid/community).
Q133/150
What is infrastructure as code (IaC)?
Explanation: IaC: define infrastructure in code (ARM templates, Bicep, Terraform). Version controlled, repeatable, consistent deployments.
Q134/150
What is Azure Migrate?
Explanation: Azure Migrate: discovery and assessment of on-premises servers, databases, web apps. Right-sizing recommendations. Migration execution.
Q135/150
What is the Azure Well-Architected Framework?
Explanation: WAF 5 pillars: Reliability, Security, Cost Optimization, Operational Excellence, Performance Efficiency. Guidance for architecture decisions.
Q136/150
What is Azure Synapse Analytics?
Explanation: Synapse: unlimited analytics. Query data where it lives (SQL, Spark, Data Lake). Integrate with Power BI, Azure ML. Serverless or dedicated.
Q137/150
What is Azure Data Factory?
Explanation: Data Factory: build data pipelines. Connect to 90+ sources. Transform data. Schedule and monitor pipeline runs.
Q138/150
What is Azure Stream Analytics?
Explanation: Stream Analytics: real-time event processing. Analyse data in motion. Filter, aggregate, join streaming data. Output to storage, dashboards, alerts.
Q139/150
What is the Azure free tier of App Service?
Explanation: App Service Free tier: F1 SKU. 60 CPU minutes/day, 1 GB storage, no custom domain, no SLA. Fine for learning and development.
Q140/150
What is Azure's commitment on environmental sustainability?
Explanation: Microsoft: carbon negative 2030, historical carbon negative by 2050, water positive 2030, zero waste 2030. Azure runs on renewable energy.
Q141/150
What is an Azure Landing Zone?
Explanation: Landing Zone: foundation for enterprise Azure adoption. Includes management groups, policies, networking, security baseline. Built on Cloud Adoption Framework.
Q142/150
What is the Azure free account credit?
Explanation: Azure free account: $200 credit for first 30 days. Then 12 months of popular free services. 55+ always-free services thereafter.
Q143/150
What is Azure Cognitive Services Language service?
Explanation: Language service: text analytics, question answering, conversational language understanding. Pre-built and customisable NLP models.
Q144/150
What is Microsoft Entra External ID?
Explanation: Entra External ID (formerly Azure AD B2C/B2B): manage identities for customers and business partners accessing your apps.
Q145/150
What is Azure Communication Services?
Explanation: Azure Communication Services: embed calling, video, chat, SMS into your apps via SDKs. Powers Microsoft Teams infrastructure.
Q146/150
What is the Azure landing zone accelerator?
Explanation: Landing zone accelerator: reference implementation deploying management groups, policies, networking, and security baseline automatically.
Q147/150
What is Azure Lighthouse?
Explanation: Azure Lighthouse: MSPs get delegated access to customer tenants. Manage many customers from one control plane. Built on RBAC.
Q148/150
What is the Azure Hybrid Connection?
Explanation: Hybrid Connections: App Service feature. Connect to on-prem TCP endpoints. No inbound firewall rules needed. Relay based.
Q149/150
What is Azure Static Web Apps?
Explanation: Static Web Apps: ideal for Angular, React, Vue, Gatsby. Free tier available. Built-in CI/CD, custom domains, auth providers.
Q150/150
What is Azure Spring Apps?
Explanation: Azure Spring Apps: fully managed platform for Spring Boot microservices. Auto-scaling, service discovery, config management included.

More Practice

2,100+ questions across 14 subjects — all free.

Browse Subjects

Disclaimer: Original independently authored content. Not affiliated with any official examination body.

Flashcards (101 cards)

Tap a card to reveal the answer.

1 / 101
Question
Loading...
Answer

Tap card to flip • Navigate with buttons below

Study Resources

More Practice Tests

K53AwsComptia SecGkIqMatric Life
📌 You answered 0 questions (score: 0) last time.

Share Your Score 🎉

Send your result to friends on WhatsApp

Frequently Asked Questions

Microsoft Azure is Microsoft's cloud computing platform, offering over 200 products and services including compute, storage, networking, AI, databases, and DevOps. Azure is the second-largest cloud provider after AWS and is widely used by enterprises due to its deep integration with Microsoft products like Office 365 and Windows Server.
The AZ-900 Azure Fundamentals exam covers six areas: cloud concepts (IaaS/PaaS/SaaS, shared responsibility), core Azure services (compute, storage, networking), Azure pricing and cost management, core solutions and management tools, general security features, and Azure governance, privacy, and compliance.
IaaS (Infrastructure as a Service) gives you virtualised compute, storage, and networking — you manage the OS upward. PaaS (Platform as a Service) provides a platform to build and deploy apps — the provider manages the OS and middleware. SaaS (Software as a Service) delivers complete applications via browser — you only manage your data.
The Shared Responsibility Model defines what the cloud provider (Microsoft) and the customer each manage. Microsoft is always responsible for physical infrastructure. Customer is always responsible for their data and access management. Responsibility for OS, networking, and identity shifts depending on whether you use IaaS, PaaS, or SaaS.
High availability means a system continues operating with minimal downtime despite failures. Azure provides high availability through: Availability Zones (physically separate data centres within a region), Availability Sets (spreading VMs across fault domains), and load balancers. Azure's SLA guarantees 99.9% to 99.99% uptime for most services.
Azure Resource Manager is the deployment and management service for Azure. It provides a unified way to create, update, and delete resources in your Azure account. ARM templates let you define infrastructure as code (IaC), enabling repeatable deployments. Resource Groups are logical containers for related resources.
Azure offers: Pay-as-you-go (pay for what you use, no commitment), Reserved Instances (1 or 3 year commitment, up to 72% savings), Spot Pricing (unused capacity at deep discount, can be interrupted), and Azure Hybrid Benefit (use existing Windows Server/SQL Server licences on Azure).
TCO analysis compares the cost of running workloads on-premises versus in the cloud. On-premises TCO includes: hardware, power, cooling, physical space, IT staff, maintenance, and security. Cloud TCO: usage-based costs but no capital expenditure. Azure's TCO Calculator helps organisations estimate cloud savings.