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
Your team needs to be notified when specific metrics on your Azure resources exceed defined thresholds, so they can respond promptly. Which Azure Monitor feature allows you to set up these notifications?
Azure Monitor Metrics
Azure Monitor alerts
Application Insights
Azure Monitor logs
Answer Description
Azure Monitor alerts let you create alert rules that continuously evaluate metrics or log-query results for your Azure resources. When the rule detects that a value crosses the threshold you defined, it fires and triggers an action group that can send email, SMS, push notifications, or run automation so your team is informed immediately.
Azure Monitor Logs (Log Analytics) is the repository that collects and organizes log data; you can base alert rules on this data, but Logs by itself does not send notifications.
Azure Monitor Metrics stores real-time numerical data for resources; like Logs, it requires an alert rule to generate notifications.
Application Insights focuses on application performance telemetry and offers its own smart-detection capabilities, but threshold-based notifications on resource metrics are still configured through Azure Monitor 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 are Azure Monitor alerts used for?
How do I set up an alert in Azure Monitor?
What are the differences between Azure Monitor Metrics and Azure Monitor Logs?
A company wants to extend its on-premises datacenter to Azure to enable a hybrid cloud scenario, ensuring a dedicated, private connection that is not over the public internet. Which Azure service should the company use to meet its requirements?
Azure ExpressRoute
Azure Front Door
Azure Traffic Manager
Azure VPN Gateway
Answer Description
Azure ExpressRoute provides a private connection to Azure services, bypassing the public internet. It is meant for scenarios where companies require a dedicated and reliable connection between their on-premises infrastructure and their Azure environment. ExpressRoute is designed for high-throughput and secure connections, which is ideal for hybrid cloud deployments. Other services mentioned, like VPN Gateway and Azure Front Door, offer connectivity options, but not with the same level of private, dedicated connection that ExpressRoute provides. VPN Gateway establishes secure, cross-premises connectivity over the public internet. Azure Front Door is a scalable and secure entry point for web applications but not meant for extending on-premises networks to the cloud.
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 main benefits of using Azure ExpressRoute?
How does Azure ExpressRoute differ from Azure VPN Gateway?
What kinds of businesses typically use Azure ExpressRoute?
In Azure, a single resource group can span across multiple subscriptions.
False
True
Answer Description
This statement is false.
Resource groups in Azure are designed to be associated with a single subscription. Each resource group resides within one subscription and does not span multiple subscriptions.
While management groups allow organizations to manage multiple subscriptions collectively, resource groups are specific to one subscription, facilitating organized resource management and billing within that subscription.
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 resource groups in Azure?
What are management groups in Azure?
How does subscription management work in Azure?
An organization notices their Azure costs have increased after expanding their services to multiple regions. Which network factor can increase their Azure costs?
Data transfer between Azure regions incurs charges.
Assigning public IP addresses incurs charges.
Data transfer within the same virtual network incurs charges.
Inbound data transfer from the internet incurs charges.
Answer Description
Data transfer between Azure regions incurs charges. When data moves between services in different regions, Azure charges for the outbound data transfer, which can increase costs, especially with large data volumes. Data transfer within the same virtual network is free of charge. Inbound data transfer from the internet is also free. Assigning public IP addresses incurs a small charge, but it's generally minimal compared to inter-region data transfer.
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 does it mean for data transfer between Azure regions to incur charges?
How can organizations minimize costs related to Azure inter-region data transfer?
What other types of data transfers might incur charges in Azure?
The customer is always responsible for managing the physical infrastructure of the cloud environment.
True
False
Answer Description
In the shared responsibility model, the cloud service provider is responsible for managing the physical infrastructure of the cloud environment, including data centers, servers, and network hardware. Customers are responsible for managing the data, applications, and various configurations within the cloud services they consume, depending on the type of service (IaaS, PaaS, SaaS). For instance, in Infrastructure as a Service (IaaS), the customer is responsible for the OS, middleware, runtime, applications, and data, whereas the cloud provider manages the physical infrastructure, network, and virtualization layer.
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 shared responsibility model?
What are IaaS, PaaS, and SaaS?
What is the difference between managing physical infrastructure and data in the cloud?
Which Azure service provides a graphical web-based interface for managing and configuring Azure resources?
Azure Monitor
Azure PowerShell
Azure Portal
Azure Resource Manager
Answer Description
The Azure Portal is a web-based, unified console that provides a graphical interface for managing and configuring Azure resources. It allows users to build, manage, and monitor everything from simple web apps to complex cloud deployments through an intuitive graphical interface.
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 Azure Portal used for?
What are some features of the Azure Portal?
How does the Azure Portal differ from Azure Resource Manager?
Which Azure feature allows you to assign built-in or custom roles to users, groups, or applications to manage access to resources?
Azure Resource Manager (ARM) Templates
Azure role-based access control (RBAC)
Azure Monitor
Azure Policy
Answer Description
Azure role-based access control (RBAC) is a system that allows you to assign roles to users, groups, or applications to control access to Azure resources. It provides fine-grained access management by allowing you to specify who can perform specific actions on Azure resources.
Azure Monitor is a service for collecting, analyzing, and acting on telemetry data from your Azure and on-premises resources. While it helps with performance and health monitoring, it does not provide role assignment or access control.
Azure Resource Manager (ARM) templates are JSON files that define the infrastructure and configuration of Azure resources. ARM templates allow for declarative deployment of resources but do not manage access control or permissions.
Azure Policy is a governance tool that allows you to create, assign, and manage policies that enforce rules on resources. It is used to ensure compliance with organizational standards but does not provide access control through role assignments.
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 built-in roles in Azure RBAC?
How do I create a custom role in Azure RBAC?
What is the difference between RBAC and Azure Policy?
Which Azure service notifies you when Azure service issues, planned maintenance, or health advisories might impact your resources?
Azure Security Center
Azure Monitor
Azure Service Health
Azure Advisor
Answer Description
Azure Service Health provides personalized notifications and guidance when Azure service issues, planned maintenance, or health advisories could affect your subscriptions and regions. You can configure Service Health alerts (through Azure Monitor) to receive these notifications via email, SMS, push, webhooks, and other channels.
Azure Monitor is the platform that collects and analyzes telemetry and hosts the alerting engine; although you create Service Health alerts there, the underlying service-level data still comes from Azure Service Health.
Azure Advisor offers best-practice recommendations to optimize cost, performance, reliability, security, and operational excellence but does not report Azure-wide incidents or maintenance events.
Azure Security Center (now Microsoft Defender for Cloud) focuses on cloud security posture management and threat detection rather than service-health notifications.
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 notifications does Azure Service Health provide?
How does Azure Service Health differ from Azure Monitor?
Can I customize my alerts in Azure Service Health?
A healthcare company is looking to migrate their patient data to the cloud. They have strong regulatory requirements to protect health information. Which benefit of cloud security and governance would be most compelling to this company?
Enhanced physical security of data centers versus on-premises locations.
Encryption of data at rest and in transit by default.
Cost savings from reduced IT overhead.
Adherence to regulatory compliance standards such as HIPAA.
Answer Description
The correct answer is the benefit of adherence to regulatory compliance. Cloud providers often offer compliance with various industry standards and regulations, such as HIPAA for healthcare data, which is a critical requirement for organizations handling sensitive data. By choosing a cloud provider that adheres to these standards, the healthcare company can ensure that their patient data is protected according to necessary regulations. While encryption is indeed a security measure provided by many clouds, it is a feature rather than an overarching governance benefit. Enhanced physical security, although important, is a component of the overall security posture but is less specific to the regulatory data protection requirements than a formal compliance attestation. Cost savings, while a potential benefit of cloud services, is not primarily related to security and governance.
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 does HIPAA stand for and why is it important for healthcare companies?
What are some other regulatory compliance standards relevant to cloud security?
How does a cloud provider ensure compliance with regulatory standards?
Your company needs to deploy a critical application on Azure virtual machines. The application must remain operational even if an entire Azure datacenter within a region becomes unavailable. You need to ensure that the VMs are distributed appropriately to meet this requirement.
What is the BEST strategy to achieve this goal?
Deploy the VMs using Azure Virtual Desktop
Deploy the VMs across Availability Zones
Deploy the VMs in an Availability Set
Deploy the VMs in a Scale Set
Answer Description
Deploying the VMs across Availability Zones ensures that your application remains operational even if an entire datacenter fails, as Availability Zones are physically separate locations within an Azure region. Each zone is an isolated location with independent power, cooling, and networking.
Availability Sets distribute VMs across fault and update domains within the same datacenter, so they do not protect against datacenter failures.
Scale Sets help deploy and manage a set of identical VMs for autoscaling but do not inherently provide high availability across datacenters.
Azure Virtual Desktop is a desktop and application virtualization service and is not relevant to this scenario.
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 Availability Zones in Azure?
How do Availability Sets work in Azure?
What is the purpose of Azure Virtual Desktop?
Which Azure feature is used to define and enforce permissions for users to perform specific actions on resources?
Azure Role-Based Access Control (RBAC)
Azure Resource Locks
Azure Multi-Factor Authentication (MFA)
Azure Key Vault
Answer Description
Azure Role-Based Access Control (RBAC) allows administrators to control access to Azure resources by assigning roles to users, groups, and service principals. This enables fine-grained control over permissions, ensuring users have the necessary access to perform their tasks.
Azure Resource Locks are used to prevent accidental deletion or modification of resources. They add an additional layer of protection to resources by applying either "Read-only" or "Delete" locks, but they do not define specific permissions for performing actions on resources.
Azure Multi-Factor Authentication (MFA) enhances security by requiring users to verify their identity through additional factors like a phone app when signing in. While it strengthens access security, it does not define or enforce specific permissions for resource actions.
Azure Key Vault is used to securely store and manage secrets, keys, and certificates for applications. It is not used for setting permissions on resources, though it can help manage access to sensitive information.
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 roles in Azure RBAC?
How does Azure RBAC differ from traditional access control methods?
What are service principals in Azure RBAC?
An organization needs to deploy multiple Azure resources in a consistent and repeatable manner using automation. They want their deployment configurations to be version-controlled and reusable across different environments. Which Azure feature should they use to accomplish this?
Azure Policy
Azure Resource Manager templates
Azure Monitor
Azure Portal
Answer Description
Azure Resource Manager (ARM) templates enable the automation of Azure resource deployment using declarative JSON files that define the infrastructure and configuration. This approach allows for consistent, repeatable deployments and supports version control systems, enhancing collaboration and change tracking.
Azure Policy helps enforce organizational standards and compliance.
Azure Portal is a web-based interface for manual resource management.
Azure Monitor is used for monitoring and analyzing the performance of 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 (ARM) templates and how do they work?
How can I version control my ARM templates?
What are some best practices for using ARM templates?
You want to identify opportunities to enhance the reliability, security, performance, and cost-effectiveness of your Azure resources. Which Azure service should you use to receive personalized recommendations for these improvements?
Azure Advisor
Azure Service Health
Azure Monitor
Azure Cost Management
Answer Description
Azure Advisor provides personalized, proactive recommendations to help you optimize your Azure resources for reliability, security, performance, and cost. It analyzes your resource configuration and usage telemetry to offer best practices tailored to your deployments.
Azure Monitor focuses on collecting and analyzing telemetry data to monitor the performance and availability of your applications and services but does not provide optimization recommendations.
Azure Service Health informs you about service issues and planned maintenance but does not suggest improvements.
Azure Cost Management helps you monitor and control Azure spending but doesn't provide recommendations on reliability, security, or performance enhancements.
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 usage?
What is the difference between Azure Advisor and Azure Monitor?
In Azure, which component is used to group resources together so they can be managed collectively, sharing the same lifecycle, permissions, and policies?
Resource Group
Subscription
Management Group
Availability Set
Answer Description
A Resource Group in Azure is a container that holds related resources for an application. It allows you to manage these resources as a single entity, making it easier to deploy, monitor, and apply policies across all the grouped 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 types of resources can be included in a Resource Group?
How do permissions work within a Resource Group?
Can resources in a Resource Group belong to different Azure regions?
An IT manager needs to monitor their organization's Azure spending, set budgets, and receive notifications when expenditures reach certain thresholds. Which Azure feature should they use to accomplish this?
Azure Cost Management
Azure Monitor
Azure Policy
Azure Advisor
Answer Description
Azure Cost Management provides tools to analyze and control Azure spending, allowing users to create budgets and set up alerts for when costs exceed specified limits. Azure Monitor focuses on collecting and analyzing operational telemetry data, not specifically on cost management. Azure Advisor offers personalized recommendations to optimize Azure deployments but does not provide budgeting features. Azure Policy helps enforce organizational standards and assess compliance at scale, rather than managing costs.
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 specific tools does Azure Cost Management offer for monitoring spending?
How do alerts and budgets work in Azure Cost Management?
Can Azure Cost Management integrate with other Azure services?
Woo!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.