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 storage service provides fully managed file shares in the cloud that can be accessed via the SMB protocol?
Azure Files
Azure Queues
Azure Disks
Azure Tables
Answer Description
Azure Files offers fully managed file shares in the cloud that can be accessed using the SMB (Server Message Block) protocol. It allows users to mount cloud-based file shares directly to Windows, macOS, and Linux environments, making it ideal for applications that need shared storage.
Azure Tables is a storage service that provides a NoSQL key-value store for structured, non-relational data. It is designed for storing large amounts of data in a schema-less way and does not support file sharing via the SMB protocol.
Azure Queues is a messaging service for storing large volumes of messages that applications can access asynchronously. It is used to decouple and distribute workloads but does not support file shares or the SMB protocol.
Azure Disks provides persistent block storage for Azure virtual machines, offering managed disks that can be attached to VMs. While it supports VM storage needs, it does not provide file sharing or SMB access.
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 Files integrate with on-premises environments?
What are some use cases for Azure Files?
What is the SMB protocol and why is it important for Azure Files?
When setting up a new virtual machine in Azure, which of the following is essential to specify to ensure the VM has the necessary compute power to run your applications?
The virtual network to which the virtual machine will be connected
The geographic region where the virtual machine will be hosted
The resource group where the virtual machine will be organized
The size of the virtual machine
Answer Description
Selecting the correct size for a virtual machine is critical as it defines the amount of computing resources such as CPU and memory the virtual machine will have. The size determines the performance characteristics of the VM and affects the cost. Specifying the region is also required for VM creation, but this choice primarily affects data sovereignty and latency, not the compute capacity itself. While resource groups and virtual networks are critical components for organizing and providing services to a VM, they do not define its compute power.
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 factors should I consider when choosing the size of a virtual machine?
What are the implications of choosing the wrong VM size?
What are the benefits of using resource groups in Azure?
What is the primary function of Azure Advisor?
Provides real-time security alerts for Azure services
Provides personalized recommendations to optimize Azure deployments
Guarantees service level agreements (SLAs) for Azure services
Manages Azure resources on behalf of the user
Answer Description
Azure Advisor is an intelligent, personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry, then provides recommendations to help improve the efficiency of your Azure resources. Azure Advisor does not directly manage resources, provide real-time security alerts, or guarantee SLAs for your services; its main purpose is to offer guidance that you can act on to optimize your deployments.
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 configuration?
Can Azure Advisor automate the implementation of its recommendations?
Which of the following statements accurately describes a capability of Azure Monitor within the Azure portal?
It can collect telemetry only from Azure resources and cannot ingest data from on-premises systems.
It allows you to create custom Azure dashboards to visualize metrics and logs collected from your resources.
All data that Azure Monitor collects is automatically stored exclusively in Azure Storage accounts.
Before Azure Monitor can collect metrics from Azure virtual machines, you must first deploy Azure Arc.
Answer Description
Azure Monitor lets you build custom Azure dashboards that display charts or tables based on metrics and log queries. It is not limited to only Azure resources-data can also come from on-premises or other clouds-and it stores data in specialized metrics and logs stores, not exclusively in Azure Storage. Collecting metrics from Azure virtual machines does not require Azure Arc; Azure Arc is used only for non-Azure (hybrid) machines.
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 data can Azure Monitor collect?
How do customizable dashboards in Azure Monitor work?
What is telemetry data, and why is it important for Azure Monitor?
You need to manage Azure resources using a command-line interface accessible through the Azure portal that supports both Bash and PowerShell environments without installing any software on your local machine. Which Azure tool should you use?
Azure Cloud Shell
Azure PowerShell module installed locally
Azure CLI installed locally
Azure Portal
Answer Description
Azure Cloud Shell is the correct answer because it provides a browser-based command-line interface accessible directly from the Azure portal. It supports both Bash and PowerShell environments, allowing you to manage Azure resources without installing anything locally.
Azure CLI installed locally requires installation on your local machine and does not meet the requirement of not installing software.
Azure PowerShell module installed locally also requires local installation.
Azure Portal offers a graphical interface, not a command-line interface that supports both Bash and PowerShell.
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 Cloud Shell used for?
What are the differences between Bash and PowerShell in Azure Cloud Shell?
How do I access Azure Cloud Shell?
Your company requires the transfer of a large set of files from an on-premises data center to Azure Blob Storage. The transfer must support resuming in case of interruptions, and it needs to be automated using scripts. Which tool would be BEST suited for this task?
Azure Storage Explorer
Azure File Sync
AzCopy
Answer Description
AzCopy is the most suitable tool for this scenario as it supports command-line scripting and can resume interrupted file transfers, making it ideal for automated, large-scale data transfers to Azure. Azure Storage Explorer is a graphical tool that can assist in file transfers, but it does not natively support automation or resuming interrupted transfers. Azure File Sync synchronizes files but is primarily intended for synchronizing file servers to Azure Files, not for direct transfers 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 AzCopy and how does it work?
How does resuming interrupted file transfers work in AzCopy?
What are the differences between AzCopy and Azure Storage Explorer?
Your organization has several departments, each with multiple projects running on Azure. You need to implement a management hierarchy that allows for centralized control, policy enforcement, and resource organization across the entire organization. At the highest level, which Azure construct should you use to group your Azure subscriptions for effective management?
Management Groups
Azure Regions
Resource Groups
Resource Locks
Answer Description
Management Groups in Azure allow you to organize subscriptions into a hierarchy for unified policy and access management. They are the highest level in the Azure resource hierarchy and are ideal for scenarios requiring centralized control over multiple subscriptions.
Resource Groups are used to organize resources within a single subscription.
Resource Locks are used to protect resources from accidental deletion or modification but do not provide hierarchical organization.
Azure Regions refer to geographic locations hosting Azure datacenters and are not used for management hierarchy.
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 Management Groups in Azure?
How do Management Groups differ from Resource Groups?
What is the significance of policy enforcement with Management Groups?
What is the primary benefit of implementing security controls at multiple levels within an Azure environment?
To decrease costs by eliminating redundant security measures.
To ensure multiple layers of protection so that if one fails, others can still secure the system.
To improve system performance by minimizing security overhead.
To reduce the complexity of security management by centralizing controls.
Answer Description
Implementing security controls at multiple levels ensures that if one layer of defense is compromised, other layers continue to secure the system. This layered approach, known as the defense-in-depth model, helps protect against a variety of threats and reduces the likelihood of a successful attack. Relying on a single security layer, simplifying management at the expense of security, or minimizing security measures can leave vulnerabilities exposed.
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 defense-in-depth model?
Why is relying on a single security layer risky?
What types of security controls can be implemented at different levels?
A company has numerous Azure resources across different projects and departments. They want to track and manage the costs associated with each department and project efficiently. Which feature should they use in Azure to categorize and organize resources for detailed cost analysis?
Implement resource locks to control resource changes
Apply Azure Policy to enforce cost management
Use tags to assign metadata to resources
Organize resources into separate resource groups
Answer Description
They should use tags to categorize Azure resources. Tags are name-value pairs that can be applied to resources, resource groups, and subscriptions. By tagging resources with relevant information like department and project, the company can track costs, generate detailed billing reports, and manage resources more effectively.
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, and how do they work?
How can I create and manage tags in Azure?
Why is tagging important for cost management in Azure?
What is the physical facility that houses Azure's server infrastructure, including the necessary power, cooling, and networking equipment?
Azure datacenter
Resource group
Azure region
Availability zone
Answer Description
Azure datacenters are physical facilities that host the server hardware, networking equipment, power, and cooling systems required to run Azure services. They are the actual buildings where the physical infrastructure resides.
Each datacenter is part of an Azure region, which is a geographical grouping of multiple datacenters.
Availability zones are unique physical locations within a region designed for high availability, but they are not the datacenters themselves.
Resource groups are logical containers for organizing Azure resources and do not represent physical facilities.
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 an Azure region?
Can you explain the purpose of an availability zone?
What is a resource group in Azure?
Your company needs to track Azure spending across different teams and projects without changing the resource organization structure. Which feature allows you to add custom information to resources for detailed cost analysis?
Set up resource locks
Organize resources into resource groups
Implement Azure Policy
Apply tags to resources
Answer Description
You should apply tags to resources. Tags are name-value pairs that provide extra information about resources and resource groups. By applying tags, you can categorize resources in ways that make sense for cost tracking, such as by project, department, or environment. This enables detailed cost analysis and reporting based on these custom categories.
Organizing resources into resource groups helps manage resources as a unit but does not provide the flexibility needed for detailed cost tracking across different teams and projects.
Azure Policy enforces organizational standards and compliance but does not assist in assigning custom metadata for cost analysis.
Resource locks prevent accidental deletion or modification of resources but do not help in tracking 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 are tags in Azure and how are they used?
How can I view and manage cost analysis for tagged resources in Azure?
Are there any best practices for applying tags in Azure?
Your company must adhere to strict regulations that require keeping certain data in-house, but you also want to utilize additional computing resources from a cloud provider to handle fluctuations in demand for your online services. Which cloud model should you implement?
Private cloud
Hybrid cloud
Public cloud
Answer Description
A hybrid cloud model integrates both on-premises infrastructure and public cloud services, allowing the company to keep sensitive data in-house while accessing scalable resources from the cloud provider. This model meets the requirements of maintaining compliance with regulations and handling variable computing demands. The public cloud model would not keep data in-house, and the private cloud model wouldn't leverage external cloud 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 is a hybrid cloud model?
What are the benefits of using a hybrid cloud?
How does the hybrid cloud meet compliance requirements?
Within the Azure resource hierarchy, what is the primary role of a management group?
To provide an isolated billing boundary used to track departmental costs.
To act as a top-level container that organizes one or more Azure subscriptions for unified governance.
To group Azure resources that share the same lifecycle inside a single subscription.
To specify the physical Azure datacenter region where resources are deployed.
Answer Description
Management groups sit one level above subscriptions. They let administrators apply role-based access control, Azure Policy, and other governance settings that automatically inherit to every subscription contained in the group, giving consistent control at scale. They do not store resources directly-that is done in resource groups inside each subscription. They are also not a billing container and have no influence on where resources are physically deployed.
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 management groups in Azure used for?
How do resource groups differ from management groups?
What is the significance of using management groups in an organization?
An IT manager at a company finds it difficult to manage the manual effort required for updating, scaling, and monitoring their on-premises servers and applications. Which benefit of moving to a cloud-based environment can help address this challenge?
Reduced need for backup solutions due to cloud redundancy.
Access to centralized tools that can automate administrative tasks.
Guaranteed peak performance of all applications without any configuration.
Complete control over physical hardware setups.
Answer Description
Cloud environments provide access to centralized tools that can automate administrative tasks such as updates, scaling, and monitoring. This automation reduces manual effort and simplifies management. Unlike on-premises setups, the cloud offers built-in services that streamline these processes. The option of guaranteed peak performance without configuration is incorrect because performance still requires proper management and optimization. Complete control over physical hardware is less flexible in the cloud since the hardware is managed by the cloud provider. Reduced need for backup solutions is not accurate because, despite cloud redundancy, having backup strategies is still essential for data protection.
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 centralized tools in a cloud environment?
How does automation in the cloud benefit scalability?
Why is performance management still necessary in a cloud environment?
A company is preparing for the possibility of Azure service disruptions and wants to ensure they have a proactive communication strategy for any potential impact on their services. Which Azure monitoring feature should they configure to receive detailed and interactive guidance during Azure health events, such as service outages or planned maintenance, that are specific to their cloud environments and resources?
Azure Monitor
Azure Service Health
Azure Activity Log
Azure Resource Health
Answer Description
Azure Service Health is designed to provide interactive and detailed guidance during Azure health events that are personalized to the user's cloud environments and resources, such as service outages or planned maintenance. Azure Monitor, while offering comprehensive monitoring capabilities, focuses on the performance metrics and logs for the services rather than providing the tailored interactive guidance related to service health events. Azure Activity Log primarily records operations that occur in Azure Management, such as changes in services, which does not include interactive guidance during service disruptions. Azure Resource Health checks the health of individual resources, but it doesn't provide the same interactive guidance and detailed notifications as Azure Service Health does for broader service health 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 Service Health and how does it work?
How does Azure Monitor differ from Azure Service Health?
What is the role of Azure Resource Health?
Neat!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.