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
- 20 Questions
- Unlimited
- Cloud ConceptsAzure Architecture and ServicesAzure Management and Governance
An organization wants to implement a method to identify and organize their Azure resources to efficiently allocate costs to different projects. Which feature should they use?
Use Azure Policy to enforce compliance
Assign custom labels to resources
Deploy resources in separate resource groups
Configure role-based access control (RBAC)
Answer Description
Assigning tags to resources, which are custom labels consisting of key-value pairs, enables the organization to identify and organize resources effectively. Tags allow for efficient cost allocation and management by categorizing resources based on project, department, environment, or other criteria. This facilitates filtering and grouping resources in cost analysis.
Deploying resources in separate resource groups helps with organization but may not provide the granularity needed for cost allocation across multiple projects, especially when resources span resource groups.
Azure Policy enforces governance and compliance rules but does not inherently assist in identifying resources for cost tracking.
Configuring role-based access control (RBAC) manages permissions and access but does not help in categorizing resources for 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 are Azure tags and how do they work?
How do tags differ from resource groups in Azure?
Can Azure Policy manage or enforce the use of tags?
Which benefit of cloud computing enables services to remain accessible even if some components fail?
Disaster recovery helps restore services after a catastrophic event.
Security protects data from unauthorized access.
Scalability adjusts resources based on workload demands.
High availability allows services to stay operational despite component failures.
Answer Description
High availability allows services to stay operational despite failures in some components of the system. This ensures continuous accessibility for users. Scalability adjusts resources based on demand but does not inherently keep services running during component failures. Security protects data from unauthorized access, which doesn't guarantee service accessibility during failures. Disaster recovery helps restore services after significant disruptions but doesn't prevent service interruption when components fail.
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 high availability in cloud computing?
How does high availability differ from disaster recovery?
What are some common techniques used to achieve high availability?
An organization is concerned about unauthorized access due to compromised passwords and wants to implement an authentication method that reduces this risk by requiring additional verification steps beyond just a password. Which authentication method should they implement?
Passwordless authentication
Multi-factor authentication
Role-based access control
Single sign-on
Answer Description
Multi-factor authentication (MFA) provides the organization with additional layers of security because users must provide more than one form of verification, such as a password and a code sent to their phone. This reduces the risk if a password is compromised.
Single sign-on (SSO) simplifies access by allowing users to sign in once to access multiple resources but doesn't necessarily improve security in this scenario.
Passwordless authentication removes the need for passwords and uses methods like biometrics, which may not align with the scenario's requirement for adding verification on top of a password.
Role-based access control (RBAC) is an authorization system that defines access permissions based on roles; it does not directly address the need for additional authentication steps.
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 Multi-factor Authentication (MFA) and how does it work?
How does Multi-factor Authentication (MFA) improve security compared to Single Sign-On (SSO)?
What are common examples of second-factor methods used in MFA?
Your organization has decided to migrate a large number of files from an on-premises file server to Azure Blob Storage. The migration must be performed with a command-line tool that can efficiently handle the transfer of large amounts of data over the network. Which Azure service would you utilize to accomplish this task?
Azure File Sync
Azure Storage Explorer
Azure Files
AzCopy
Answer Description
AzCopy is designed for high-performance copying of data to and from Azure Storage accounts, which makes it the suitable choice for bulk data transfer operations, specifically for large-scale migration tasks. It operates from the command line, providing precise control over data transfer and can transfer data to Azure Blob Storage efficiently, using parallelization and optimized data transfer techniques. Azure Storage Explorer is a GUI-based utility more suited for ad-hoc transfers and exploration, while Azure File Sync synchronizes file shares with Azure Files, which is not suitable for one-time bulk data migrations to Blob Storage.
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 Blob Storage used for?
How does AzCopy optimize data transfers?
How is Azure File Sync different from AzCopy?
Which security model requires verification of every user and device attempting to access resources, regardless of their location within or outside the network?
Perimeter-based security model
Trust but verify model
Zero Trust model
Open network model
Answer Description
The Zero Trust model operates on the principle that no user or device is trusted by default, regardless of their location. It requires continuous verification of identity and access rights before granting access to resources. The perimeter-based security model trusts users inside the network by default, which can lead to vulnerabilities. The 'Trust but verify' model implies some level of initial trust, which contradicts the Zero Trust principle. The open network model does not emphasize strict access controls, making it less secure.
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.
Why is the Zero Trust model more secure compared to the perimeter-based security model?
What types of verification methods are commonly used in the Zero Trust model?
How does continuous verification work in a Zero Trust model?
An organization is using Azure's Platform as a Service offerings for development. Under the shared responsibility model, which of these tasks is the organization's responsibility?
Maintaining the virtualization software
Securing the code and configurations they deploy
Managing the physical hardware in the datacenters
Updating the underlying operating system
Answer Description
In the shared responsibility model for Platform as a Service (PaaS), Azure manages the underlying infrastructure, operating system, and platform services. The organization is responsible for its data and applications, including securing the code and configurations they deploy. Therefore, securing the code and configurations that they have deployed is the organization's responsibility.
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 in Azure?
What is Azure PaaS?
How can organizations secure code and configurations in Azure PaaS?
A company needs to organize its Azure resources to analyze costs associated with different projects. Which Azure feature allows them to assign custom metadata to resources for this purpose?
Azure Blueprints
Resource Groups
Tags
Azure Policy
Answer Description
Tags let you attach custom key-value metadata to individual resources, resource groups, and subscriptions. Microsoft Cost Management can then filter or group spending by those tag values (for example, Project = Apollo or Department = Finance) to allocate or charge back costs.
Resource groups act as logical containers for related resources and can themselves be tagged, but the grouping feature alone does not provide the fine-grained, per-resource metadata that tags supply.
Azure Policy is used to define and enforce governance rules (for instance, requiring certain tags or blocking unsupported regions) rather than to store ad-hoc metadata.
Azure Blueprints package artifacts such as ARM templates, policy assignments, and role assignments into a repeatable deployment but are not intended for everyday cost-allocation tagging.
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.
How do Azure Tags work?
What is the difference between Azure Tags and Resource Groups?
How does Microsoft Cost Management use Azure Tags?
You are deploying an application using several Azure services. To manage costs effectively, which factor should you consider?
The color theme selected in the Azure portal
The types and sizes of Azure resources chosen
The number of administrators managing Azure services
The amount of tags assigned to resources
Answer Description
The types and sizes of Azure resources you select directly affect costs because different services and configurations have varying pricing structures. Choosing the appropriate resources ensures you pay for what you need without incurring unnecessary expenses. Factors like the number of administrators or portal themes do not impact service 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.
How does Azure pricing vary by resource type and size?
How can tagging help with cost management in Azure, even if it doesn’t directly impact costs?
What tools does Azure provide to monitor and optimize costs?
A company has migrated its IT resources to a cloud platform. The IT team now utilizes centralized tools to monitor resources, automate updates, and enforce policies across the infrastructure. Which benefit of cloud computing is the company experiencing?
Cost efficiency
Scalability
Manageability
High availability
Answer Description
The company is experiencing the benefit of manageability. Cloud computing offers centralized management tools that simplify administration tasks like monitoring, updating, and policy enforcement across all resources. While scalability refers to the ability to adjust resources based on demand, high availability ensures systems are operational with minimal downtime, and cost efficiency relates to reduced expenses. These are benefits of cloud computing but do not specifically address the centralized administration 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 does manageability mean in the context of cloud computing?
What tools are commonly used for centralized management in cloud platforms?
How does manageability differ from scalability in cloud computing?
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.
Virtual network segments used to isolate network traffic for resources.
A pair of Azure regions used together to provide disaster recovery.
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 is the purpose of Azure Availability Zones?
How do Azure Availability Zones differ from an Availability Set?
What is the relationship between Azure Region Pairs and Availability Zones?
A company is concerned about the security risks associated with users managing passwords, which can be weak or reused. They want to implement an Azure authentication method that enhances security by eliminating the need for passwords altogether, while providing a seamless sign-in experience for their users. Which authentication method should they implement?
Enable single sign-on
Apply Conditional Access policies
Implement passwordless authentication
Enforce multi-factor authentication
Answer Description
They should implement passwordless authentication. Passwordless authentication in Azure allows users to sign in without using a password, reducing the risk associated with compromised or weak passwords. Methods such as Windows Hello for Business, Microsoft Authenticator app, or FIDO2 security keys provide secure and convenient authentication experiences. Single sign-on (SSO) improves user experience by requiring users to sign in once, but still relies on passwords. Multi-factor authentication (MFA) adds an additional layer of security but does not eliminate passwords. Conditional Access policies can enforce certain conditions for access but are not an authentication method that removes the need for passwords.
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 passwordless authentication in Azure?
How do FIDO2 security keys work for authentication?
What is Windows Hello for Business in the context of passwordless sign-in?
Your organization is exploring options to optimize IT operations in order to increase agility and reduce capital expenditures. You've been asked to provide a concise explanation of cloud computing to the team. Which of the following statements would you present to accurately define the essence of cloud computing?
Cloud computing is a subscription-based service where you can obtain networked storage space and computer resources without describing how these tech resources are shared or managed.
Cloud computing is primarily focused on providing powerful personal computing software exclusively through web browsers, enabling applications to run remotely.
Cloud computing refers to distributed computing over a network and provides the ability to run a program or application on many connected computers at the same time.
Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction.
Answer Description
Cloud computing is a model that provides ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort. This definition encapsulates the key aspects of cloud computing, highlighting its on-demand nature, accessibility, and ease of management. The incorrect answers either mix different concepts or do not fully encapsulate the true definition of cloud computing.
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 characteristics of cloud computing?
What does 'shared pool of configurable computing resources' mean in cloud computing?
How does cloud computing reduce capital expenditures (CapEx)?
What is the primary purpose of Azure Arc?
It extends Azure management and governance capabilities to servers and Kubernetes clusters across on-premises, multi-cloud, and edge environments.
It is a networking service that connects on-premises environments with Azure for seamless data transfer.
It automatically provisions virtual machines and services in non-Azure environments.
It primarily enhances the security of non-Azure resources by enforcing Azure security protocols.
Answer Description
Azure Arc extends Azure management capabilities to non-Azure environments, like on-premises datacenters and other cloud providers. This enables administrators to manage these resources as if they were native Azure resources, providing a consistent management layer. Azure Arc does not provision resources automatically nor is it primarily a security or network service.
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 Azure Arc manage in non-Azure environments?
How does Azure Arc handle governance across multiple environments?
Can Azure Arc simplify hybrid cloud scenarios?
A developer needs to store large amounts of semi-structured data that can be quickly queried using keys.
Which Azure Storage service should they use?
Azure Queue Storage
Azure File Storage
Azure Blob Storage
Azure Table Storage
Answer Description
Azure Table Storage is a NoSQL key-value store designed for semi-structured data. It is optimized for storing large amounts of data that can be queried quickly by partition and row keys, making it ideal for scenarios where you need fast lookups and large-scale storage for semi-structured data.
Azure Blob Storage is used primarily for unstructured data like images, videos, backups, and other binary or text data. While it provides excellent storage for large files, it is not optimized for key-based querying of semi-structured data.
Azure Queue Storage is a messaging service for queuing and managing asynchronous messages between application components. It is not designed for storing or querying large datasets.
Azure File Storage provides fully managed file shares that can be accessed over the SMB protocol. It is best suited for shared files and is not optimized for storing and querying semi-structured data.
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 semi-structured data, and how does it differ from structured and unstructured data?
What are partition and row keys in Azure Table Storage?
When should you choose Azure Table Storage over Azure Blob Storage?
Which Azure service provides a comprehensive identity and access management solution that includes capabilities such as single sign-on, multi-factor authentication, and Conditional Access policies?
Azure Resource Manager
Azure Service Bus
Microsoft Entra Permissions Management
Microsoft Entra ID
Answer Description
Microsoft Entra ID (formerly Azure Active Directory) is the correct answer because it delivers core identity and access management functionality in Azure, including single sign-on to thousands of applications, built-in multi-factor authentication options, and a policy engine called Conditional Access that can enforce granular access controls. Microsoft Entra Permissions Management is a cloud infrastructure entitlement management (CIEM) product focused on analyzing and right-sizing permissions across multicloud environments rather than authenticating users. Azure Service Bus is a fully managed message broker used for application integration, and Azure Resource Manager is the deployment and management layer for Azure resources; neither of these services provides IAM 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 Entra ID used for?
What is Conditional Access in Microsoft Entra ID?
How does Microsoft Entra ID differ from Microsoft Entra Permissions Management?
Your organization is looking to improve its overall cloud posture across various departments. As an IT Administrator tasked with this initiative, which Azure service would provide you with actionable guidance by analyzing your Azure resource configurations and usage data?
Azure Service Health
Azure Monitor
Azure Advisor
Azure Policy
Answer Description
Azure Advisor is the service that offers personalized recommendations based on the analysis of your Azure resource configurations and usage data. These suggestions focus on cost reduction, enhancing performance, improving security, and maintaining high availability. Other services mentioned do not provide comprehensive, personalized guidance across multiple domains like Azure Advisor does.
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 Advisor?
How does Azure Advisor differ from Azure Monitor?
How does Azure Advisor enhance security?
Which cloud service model provides virtualized computing resources over the internet, allowing users to run applications and store data without managing physical servers?
Platform as a Service (PaaS)
Infrastructure as a Service (IaaS)
Function as a Service (FaaS)
Software as a Service (SaaS)
Answer Description
Infrastructure as a Service (IaaS) offers virtualized computing resources such as virtual machines, storage, and networks over the internet. Users can deploy and run their applications without managing the underlying physical servers, making it a flexible and scalable option for businesses.
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 IaaS?
How does IaaS differ from PaaS and SaaS?
What role does virtualization play in IaaS?
Which Azure service allows you to perform complex queries to analyze operational data collected from your Azure resources?
Azure Application Insights
Azure Log Analytics
Azure Monitor
Azure Monitor Alerts
Answer Description
Azure Log Analytics allows you to write and run complex queries over data collected from various Azure resources. It enables deep analysis and insights into operational data, aiding in troubleshooting and monitoring.
Azure Monitor is the overarching service that collects metrics and logs. It is Azure Log Analytics, a component of Azure Monitor, that provides the querying capability.
Azure Monitor Alerts is used to set up notifications based on specific conditions in metrics and logs.
Azure Application Insights is primarily used for monitoring the performance and usage of applications.
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 relationship between Azure Monitor and Azure Log Analytics?
What is KQL, and why is it important for Azure Log Analytics?
How does Azure Log Analytics differ from Azure Application Insights?
An organization needs to migrate files from their on-premises Windows Server to Azure Storage. They require continuous synchronization so that changes on-premises are reflected in Azure. Which tool should they use to achieve this?
Azure Data Factory
AzCopy
Azure File Sync
Azure Storage Explorer
Answer Description
Azure File Sync synchronizes files between on-premises Windows Servers and Azure, ensuring data is consistent and up-to-date across both locations. It is designed for scenarios requiring ongoing synchronization.
AzCopy is a command-line tool for transferring data to and from Azure Storage but does not support continuous synchronization.
Azure Storage Explorer provides a graphical interface for managing Azure Storage but lacks synchronization capabilities.
Azure Data Factory is used for data integration and movement but is not intended for file synchronization between servers and Azure Storage.
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 File Sync and how does it work?
How does Azure File Sync differ from AzCopy?
What happens if multiple servers use Azure File Sync for the same Azure File share?
Your company wants to deploy an application but minimize the management of underlying infrastructure while still having control over the deployment environment. Which cloud service type is MOST appropriate?
SaaS
IaaS
PaaS
Answer Description
PaaS (Platform as a Service) is the most appropriate choice because it allows you to focus on application development without managing the underlying infrastructure. It provides the necessary platform—including the operating system, development tools, and database management systems—while giving you control over the deployment environment and application settings.
IaaS (Infrastructure as a Service) requires you to manage more aspects of the system, such as the operating system and runtime.
SaaS (Software as a Service) provides fully developed applications managed by the provider, offering little to no control over the deployment environment.
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 main difference between PaaS and IaaS?
Can you give examples of popular PaaS services?
How does PaaS compare to SaaS in terms of usage and control?
Cool beans!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.