Microsoft Azure Fundamentals Practice Test (AZ-900)
Use the form below to configure your Microsoft Azure Fundamentals Practice Test (AZ-900). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

Microsoft Azure Fundamentals AZ-900 Information
Microsoft Azure Fundamentals (AZ-900) Exam
The Microsoft Azure Fundamentals (AZ-900) certification is an entry-level credential for individuals who want to understand cloud computing and Microsoft Azure services. It is designed for beginners and does not require prior technical experience. This certification is ideal for business professionals, students, and those exploring cloud-related careers.
Exam Overview
The AZ-900 exam consists of 40 to 60 multiple-choice and multiple-response questions. Candidates have 60 minutes to complete the test. The exam costs $99 USD. A passing score is 700 on a scale of 1000. The exam is available in several languages, including English, Japanese, Chinese, German, and French.
Exam Content
The AZ-900 exam covers key cloud concepts, Azure architecture, services, security, governance, and pricing. Cloud concepts include basic cloud computing principles, deployment models, and benefits. Azure architecture focuses on core components such as regions, availability zones, and resource management. Azure services include compute, networking, storage, and databases. Security covers identity management, compliance, and best practices. Governance includes cost management and monitoring. Pricing covers Azure subscription models, cost factors, and service-level agreements.
Who Should Take This Exam?
This certification is suitable for individuals who want a foundational understanding of cloud computing and Microsoft Azure. It is designed for business professionals, sales and marketing teams, students, and IT beginners. It is also useful for those planning to earn higher-level Azure certifications.
How to Prepare
Candidates should review the Microsoft Learn AZ-900 learning path, which provides free study materials and interactive content. Microsoft offers online training courses and practice exams to help with preparation. Hands-on experience with Azure services using the free Azure trial can improve understanding.
Summary
The Microsoft Azure Fundamentals (AZ-900) certification is an excellent starting point for individuals interested in cloud computing. It provides a broad understanding of Azure services, security, and pricing. This certification helps professionals and students develop cloud skills and prepares them for more advanced Azure certifications.
Free Microsoft Azure Fundamentals AZ-900 Practice Test
Press start when you are ready, or press Change to modify any settings for the practice test.
- Questions: 15
- Time: Unlimited
- Included Topics:Cloud ConceptsAzure Architecture and ServicesAzure Management and Governance
Which Azure service provides a personalized dashboard and configurable alerts about Azure service incidents, planned maintenance, and health advisories that could affect the availability of your resources-without collecting or visualizing application performance metrics?
Azure Service Health
Azure Advisor
Azure Application Insights
Azure Monitor
Answer Description
Azure Service Health is the tool designed to keep you informed about the health of Azure services and regions that you use. It offers a personalized view of ongoing incidents, planned maintenance, and health advisories and lets you set up alerts so you are notified through email, SMS, or other channels. It does not collect or display performance metrics from your applications. Azure Monitor and its Application Insights feature handle application-level telemetry, and Azure Advisor offers best-practice recommendations rather than health alerts.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Azure Service Health used for?
What is Azure Monitor and how does it differ from Azure Service Health?
What are performance metrics in the context of Azure applications?
Which statement accurately describes Azure Availability Zones?
Physically separate datacenters within an Azure region designed for high availability.
A logical grouping of virtual machines within a single datacenter to protect from hardware failure.
A pair of Azure regions used together to provide disaster recovery.
Virtual network segments used to isolate network traffic for resources.
Answer Description
The correct statement is that Availability Zones are physically separate datacenters within an Azure region. They are equipped with independent power, cooling, and networking to protect applications and data from datacenter-level failures. Virtual network segments are used for network isolation, not physical high availability. Two or more regions paired for disaster recovery describes region pairs. A logical grouping of VMs within one datacenter describes an Availability Set.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Azure Availability Zones?
How do Azure Availability Zones differ from virtual networks?
What are the benefits of using Azure Availability Zones?
A company wants to ensure their data is replicated within a region to protect against the failure of an entire data center. However, they do not want the added latency of replicating data to another region. Which Azure storage redundancy option should they use?
Zone-Redundant Storage
Geo-Redundant Storage
Read-Access Geo-Redundant Storage
Locally Redundant Storage
Answer Description
Zone-Redundant Storage replicates data synchronously across multiple facilities within one region, protecting against the failure of any single data center without the latency associated with cross-region replication.
Locally Redundant Storage keeps multiple copies of data within a single facility, which doesn't protect against data center failure.
Geo-Redundant Storage replicates data to a secondary region, introducing latency that the company wants to avoid.
Read-Access Geo-Redundant Storage provides read access to data in a secondary region but still involves cross-region replication.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Zone-Redundant Storage (ZRS) and how does it work?
What are the benefits of using ZRS over other redundancy options?
When would a company choose ZRS instead of Locally Redundant Storage (LRS)?
Which Azure service is ideal for executing code in response to events, without the need to explicitly manage infrastructure, and scales automatically to handle millions of executions in seconds?
Azure Virtual Machines
Azure Logic Apps
Azure Kubernetes Service (AKS)
Azure Functions
Answer Description
Azure Functions is a serverless compute service that allows you to run event-triggered code without having to explicitly provision or manage infrastructure. It automatically scales based on demand and you are charged only for the compute resources used during the execution of your functions. Virtual Machines require management of the underlying infrastructure, whereas container services like Azure Kubernetes Service (AKS) also involve orchestration. Logic Apps, although used for automated workflows, are not primarily compute services and do not offer the same kind of execution model.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a serverless compute service?
How does Azure Functions scale automatically?
What are some use cases for Azure Functions?
An organization wants to implement a solution that enables them to discover, classify, and manage data assets across on-premises, multi-cloud, and software as a service (SaaS) environments. Which Azure service should they use to achieve this unified data governance?
Azure Policy
Microsoft Purview
Azure Security Center
Azure Monitor
Answer Description
Microsoft Purview provides a unified data governance solution that allows organizations to discover, classify, and manage data across on-premises, multi-cloud, and SaaS sources. It helps create a holistic map of data assets, enabling better data governance and compliance. Other services like Azure Policy focus on enforcing organizational standards and assessing compliance for resources, Azure Monitor is used for collecting and analyzing telemetry data to maximize performance, and Azure Security Center enhances security posture and provides threat protection, but they do not offer unified data governance capabilities.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Microsoft Purview and its key features?
How does Microsoft Purview differ from Azure Policy?
Can you explain the importance of data governance in organizations?
An Azure administrator wants to receive customized recommendations to improve the availability, security, performance, and cost-effectiveness of their Azure resources. Which Azure service should they use?
Azure Service Health
Azure Monitor
Azure Policy
Azure Advisor
Answer Description
Azure Advisor provides personalized recommendations to help optimize Azure resources in terms of availability, security, performance, and cost. It analyzes resource configurations and usage data to offer actionable solutions.
Azure Monitor collects and analyzes data but does not provide recommendations.
Azure Policy helps enforce rules for compliance but doesn't offer optimization advice.
Azure Service Health informs about service issues but doesn't give improvement suggestions.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What types of recommendations does Azure Advisor provide?
How does Azure Advisor analyze resource configurations?
Can Azure Advisor suggestions be automatically implemented?
An IT manager wants to monitor and control the organization's Azure spending, set budgets, and analyze resource costs over time. Which Azure service provides these capabilities?
Azure Monitor
Azure Security Center
Azure Advisor
Azure Cost Management
Answer Description
Azure Cost Management provides tools for monitoring and controlling Azure spending. It allows users to set budgets, view cost analyses, and optimize cloud costs. Azure Monitor is used for collecting metrics and logs from resources, Azure Advisor provides recommendations for best practices, and Azure Security Center focuses on security posture, not cost management.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What features does Azure Cost Management offer for budgeting?
How does Azure Cost Management analyze resource costs over time?
What other Azure services can be integrated with Azure Cost Management?
Which cloud deployment model is most appropriate for an organization that wants to avoid large upfront capital expenditures and instead pay only for the IT resources it consumes on a pay-as-you-go basis?
Private cloud
Public cloud
On-premises virtualization in the company data center
Hybrid cloud
Answer Description
Public cloud is delivered by a third-party provider that owns and manages the underlying infrastructure. Customers access resources over the internet and are billed according to actual usage, eliminating the need for significant capital investment. Private clouds, hybrid clouds, and traditional on-premises virtualization all require the organization to purchase or maintain some portion of the hardware, leading to higher upfront costs and less consumption-based billing.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a private cloud deployment?
What is a public cloud deployment?
What are the benefits of a consumption-based model?
Which cloud service model would be most appropriate for a company that wants to use pre-built tools for application development without managing the underlying servers or operating systems?
Platform as a Service (PaaS)
Infrastructure as a Service (IaaS)
Software as a Service (SaaS)
Function as a Service (FaaS)
Answer Description
Platform as a Service (PaaS) is the correct choice because it provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. This model enables companies to focus on the development of their applications by using pre-built tools provided by the cloud service, without worrying about the underlying servers, storage, or network.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are some examples of PaaS providers?
How does PaaS compare to SaaS and IaaS?
What are the key benefits of using PaaS for application development?
A developer needs to deploy a piece of functionality that processes images when they are uploaded to a storage container. The solution should automatically scale, and the developer does not want to manage any infrastructure or servers. Which Azure service should the developer employ to meet these requirements while adhering to the principles of serverless architecture?
Azure Functions
Azure Automation
Azure Container Instances (ACI)
Azure Event Grid
Answer Description
Azure Functions is the most appropriate service for this scenario as it allows developers to execute code in response to various triggers, such as the uploading of images to a storage container, without the hassle of managing infrastructure. It automatically scales the execution to match the demand and you incur costs only when your functions are running. Azure Event Grid is an event-routing service that could help trigger the function execution but, by itself, does not handle code execution. Azure Container Instances (ACI) can quickly run containers without requiring server management but it's not inherently serverless and lacks the automatic scaling based on events. Azure Automation primarily targets automation of cloud management tasks rather than being a serverless platform for running custom code in response to events.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Azure Functions and how does it work?
What does serverless architecture mean?
How does Azure Event Grid work in conjunction with Azure Functions?
A company wants to deploy a customized web application that requires full control over the underlying operating system and the ability to install custom software. Scalability and high availability are important, but the company also wants to manage the server configurations and network settings. Which cloud service type should they use?
Serverless Computing
Infrastructure as a Service
Platform as a Service
Software as a Service
Answer Description
Infrastructure as a Service (IaaS) provides virtualized computing resources over the internet. It allows the company to have full control over the operating system, installed software, server configurations, and network settings. IaaS is suitable when you need to manage and control the underlying infrastructure but want to avoid the costs and complexities of purchasing and managing physical servers. In contrast, Platform as a Service (PaaS) abstracts away the underlying infrastructure and limits control over the operating system, while Software as a Service (SaaS) provides fully managed applications without any control over the infrastructure or platform.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key benefits of using Infrastructure as a Service (IaaS)?
How does IaaS differ from other cloud service models like PaaS and SaaS?
What are some common use cases for IaaS?
An Azure administrator needs to categorize resources based on department, project, and environment to streamline cost management and resource organization. Which Azure feature should the administrator use to achieve this?
Azure Policies
Tags
Resource Groups
Role-Based Access Control
Answer Description
Using tags allows the administrator to assign custom metadata to Azure resources in the form of key-value pairs. This enables categorization and better organization of resources, facilitating cost tracking and management across different departments or projects.
Resource groups group resources that share the same lifecycle but do not provide a way to assign custom metadata for categorization. Azure Policies are used to enforce rules and ensure compliance but do not assist in categorizing resources. Role-Based Access Control manages user permissions and access to resources, not resource categorization.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are tags in Azure?
How do I apply tags to resources in Azure?
Can I use tags for cost management in Azure?
A company wants to enforce access policies that consider factors like user location and device compliance status.
Which Microsoft Entra feature allows them to implement these access controls?
Azure Information Protection
Multi-Factor Authentication (MFA)
Privileged Identity Management
Conditional Access
Answer Description
Conditional Access in Microsoft Entra ID enables organizations to create policies that control user access based on various signals like location, device compliance, and risk detection. By using Conditional Access, the company can ensure that access to resources is granted only when specific conditions are met.
Privileged Identity Management manages and monitors access to privileged roles but doesn't enforce access policies based on signals.
Azure Information Protection classifies and protects documents and emails, not user access.
Multi-Factor Authentication (MFA) adds an extra layer of security but doesn't provide dynamic access controls based on factors like location or device compliance.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key components of Conditional Access in Microsoft Entra?
How does user location affect access controls in Conditional Access?
What is the difference between Conditional Access and Multi-Factor Authentication?
A company wants to organize its Azure resources across multiple departments such as HR, Finance, and IT, each with separate billing and access control. Which Azure service should they use to align with their requirement?
Use multiple Azure Resource Groups within a single subscription
Create separate Azure Subscriptions for each department
Organize resources with Azure Management Groups
Manage access with Azure Active Directory
Answer Description
Azure Subscriptions are the right choice for the company as they form the container for billing, access control, and resource allocation. Each department can have its own subscription, with the costs separated per subscription. Management groups are not the answer as they are used to manage access, policies, and compliance across multiple subscriptions, rather than separating the billing and access control for different departments. A single subscription with multiple resource groups would not ideally segregate the billing by department. While Azure Active Directory performs identity and access management, it doesn't separate resources and billing at the departmental level.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the purpose of Azure Subscriptions?
How do Azure Management Groups differ from Azure Subscriptions?
What are Azure Resource Groups and how do they relate to Azure Subscriptions?
You want to automate the deployment of your Azure resources and ensure they are configured consistently across multiple environments. Which tool should you use to define your infrastructure in a declarative JSON format?
Azure Advisor
Azure Portal
Azure Resource Manager templates
Azure Monitor
Answer Description
Azure Resource Manager (ARM) templates allow you to define your infrastructure and configurations using declarative JSON syntax. This enables you to automate deployments and maintain consistency across environments.
Azure Portal is a graphical interface and isn't suitable for automating deployments through code.
Azure Advisor provides personalized recommendations to optimize your resources but doesn't facilitate deployment automation.
Azure Monitor is used for collecting and analyzing telemetry data, not for deploying resources.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Azure Resource Manager templates used for?
What does it mean for a deployment to be declarative?
How does ARM templates ensure consistency across multiple environments?
That's It!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.