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.
Scroll down to see your responses and detailed results
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
Free Preview
This test is a free preview, no account required.
Subscribe to unlock all content, keep track of your scores, and access AI features!
Why is a cloud service provider's compliance with international security standards considered a key benefit for an organization?
It guarantees zero downtime due to the advanced disaster recovery protocols mandated by security standards.
It assures that the provider adheres to best practices in securing data and applications, simplifying regulatory compliance for organizations.
It implies that the cloud provider offers unlimited storage space as per the storage requirements of security standards.
It ensures that the provider will take full responsibility for an organization's data security, nullifying shared responsibility.
Answer Description
Cloud service providers that comply with international security standards offer assurance that they are following best practices and legal requirements to protect data. This compliance helps to provide a safer environment for the organization's data and applications, reduces the risk of breaches, and assists in meeting regulatory requirements. It simplifies the legal and regulatory compliance challenges that an organization might face, especially when operating globally. Incorrect answers highlight benefits that are either too specific to general cloud advantages or do not directly relate to the governance aspect brought by adherence to security standards.
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 international security standards for cloud service providers?
How does compliance with security standards simplify regulatory compliance for organizations?
What are the risks of not choosing a compliant cloud service provider?
Your company is planning to deploy several Windows Server virtual machines in Azure to support a new application. As the lead cloud architect, you need to ensure that each virtual machine has the appropriate resources allocated for optimal performance. What are the necessary resources that must be specified when creating a new virtual machine in Azure?
An Application Gateway, a Load Balancer, and a VPN Gateway
A virtual network, a subscription, and a Network Security Group
A virtual machine size, an Operating System disk, and a Network Interface
An availability set, a storage account, and a public IP address
Answer Description
When creating a new virtual machine in Azure, you must specify a virtual machine size, which determines the amount of CPU, memory, and temporary storage available to the VM. An Operating System disk is required to boot the virtual machine, and a Network Interface allows the VM to communicate within Azure and to the Internet. Additional data disks can be attached for storage purposes, but they are not a requirement for creating a virtual machine.
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 determine the virtual machine size in Azure?
What is the purpose of the Operating System disk in an Azure VM?
What is the purpose of a Network Interface in Azure VMs?
Your company plans to deploy several resources in Azure and aims to use automation to standardize the deployment with repeatable templates that can also be used for managing the lifecycle of those resources. Which of the following solutions enables the definition of these deployment templates in a JSON format for this purpose?
Azure Automation runbooks
Resource groups
Azure Command-Line Interface scripts
Azure Resource Manager templates
Answer Description
ARM templates are JSON files that define the resources you need to deploy for your solution. Using ARM templates, you can deploy, manage, and monitor all the resources for your solution as a group, rather than handling them individually. Templates allow for the deployment of multiple resources in a correct sequence and are reusable for consistent deployment scenarios. Azure CLI scripts, while they can automate deployment, do not define the infrastructure in a template form. Resource groups are a way to organize resources but do not themselves define deployment templates. Similarly, Azure Automation enables the automation of cloud management tasks but does not use JSON templates to define the deployment and management 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 ARM templates and how do they work?
What is the difference between ARM templates and Azure CLI scripts?
How do resource groups fit into the Azure deployment model?
Management groups in Azure are containers that can only hold subscriptions and cannot contain other management groups.
False
True
Answer Description
This statement is incorrect. Management groups can hold both subscriptions and other management groups, allowing for a flexible and hierarchical structuring within Azure. This hierarchy enables better management of access, policies, and compliance across multiple subscriptions.
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 improve governance in Azure?
Can you explain the hierarchy of management 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?
Your organization requires that all resources deployed in Azure comply with certain regulatory standards. Which Azure service provides policy-based governance for managing and enforcing compliance across multiple Azure resources?
Microsoft Purview
Azure Policy
Resource locks
Infrastructure as Code (IaC) principles
Azure Advisor
Answer Description
Azure Policy helps to enforce organizational standards and to assess compliance at scale. With its policy definitions, it enables you to manage and enforce rules across your Azure resources, ensuring that they stay compliant with corporate and regulatory standards. Azure Policy evaluates resources in Azure by comparing the properties of those resources with business rules that are expressed as policies. While other services like Azure Advisor provide recommendations, and resource locks prevent modifications, they do not enforce compliance rules like Azure Policy does. Microsoft Purview relates to data governance across on-premises, multi-cloud, and software-as-a-service (SaaS) environments but not directly to policy compliance. Infrastructure as Code is a concept that automates the provisioning of infrastructures through code, which doesn't inherently provide compliance enforcement.
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 Policy definitions?
How does Azure Policy evaluate resources for compliance?
What is the difference between Azure Policy and Azure Blueprints?
You are tasked with managing the budget for your company's cloud services. While considering future Azure workloads, you need a solution that allows you to set budgets and track spending against them. Which Azure service provides this functionality?
Azure Cost Management
Azure Advisor
Resource tags
Azure Pricing Calculator
Answer Description
Azure Cost Management offers capabilities that enable you to set budgets, monitor spending, and take action to minimize costs, which is essential for budget management in cloud expenditures. While Azure Pricing Calculator helps estimate the potential costs of Azure services before they are deployed, it doesn't offer budget setting or tracking functionality. Azure Advisor provides personalized recommendations to optimize deployments but doesn't focus on budget tracking. Resource tags are helpful for organizing resources and associating costs, but they do not provide direct budget management features.
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 features does Azure Cost Management offer for budget tracking?
How does Azure Pricing Calculator differ from Azure Cost Management?
Can Azure Advisor assist in budget management indirectly?
Your CEO has requested an analysis for a strategic planning meeting to estimate the financial implications of transitioning from running servers in a colocation facility to using Azure's cloud services. The report needs to detail upfront capital expenses (CapEx) and operational expenses (OpEx) of the existing setup against the projected cost of operating in the cloud over the next five years. Which Azure tool would provide the most detailed analysis tailored for this scenario?
Azure Cost Management + Billing's cost analysis feature
Azure Advisor's cost optimization report
Pricing Calculator, complemented with manual CapEx calculations
Total Cost of Ownership (TCO) Calculator
Answer Description
The Total Cost of Ownership (TCO) Calculator provides an analysis inclusive of both capital expenses (CapEx) and operational expenses (OpEx), offering a detailed comparison between on-premises infrastructure and Azure over an extended period. It factors in long-term financial implications, making it the appropriate tool for preparing the requested report. In contrast, the Pricing Calculator is more suited for planning immediate operational budgets based on current resource usage without accounting for CapEx or long-term financial planning. Azure Cost Management + Billing and Azure Advisor are tools used for ongoing cloud cost monitoring and optimization recommendations, respectively, and are not designed for initial long-term cost analysis.
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 capital expenses (CapEx) and operational expenses (OpEx)?
How does the Total Cost of Ownership (TCO) Calculator work?
What are the main differences between the TCO calculator and the Pricing Calculator?
Infrastructure as code requires manual intervention for each deployment to ensure consistency across resources in Azure.
True
False
Answer Description
Infrastructure as code (IaC) enables developers and operations teams to automatically manage and provision the technology stack for an application through software, rather than using a manual process. IaC uses machine-readable definition files to manage and provision resources, thus eliminating the need for manual intervention. This ensures consistent configurations at scale, improves efficiency, and reduces the potential for human error.
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 Infrastructure as Code (IaC)?
What are the benefits of using IaC in Azure?
What tools are commonly used for Infrastructure as Code in Azure?
Your organization plans to migrate several terabytes of data from an on-premises datacenter to Azure. The internet connection is unreliable and bandwidth is limited. Which Azure service offers the most suitable solution for this scenario?
Azure VPN Gateway
AzCopy
Azure Data Box
Azure Migrate
Answer Description
Azure Data Box is the correct choice because it is designed for offline bulk data transfer when large amounts of data need to be moved and network conditions are not favorable for online data transfer methods. Azure Migrate is an online migration service that provides guidance across the migration lifecycle but would not be suitable here because of the limited and unreliable internet connectivity. While Azure Migrate might use Azure Data Box as part of a migration strategy, the direct question here is about the tool specifically suited for transferring the data under given network constraints.
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 Data Box and how does it work?
What are some alternatives to Azure Data Box for data migration?
What types of data can be transferred using Azure Data Box?
Use of a private endpoint automatically secures Azure service resources against all forms of network intrusion and data exfiltration.
False
True
Answer Description
While a private endpoint in Azure provides a secure method to connect to services within Azure by keeping traffic on the Microsoft Azure backbone network, it does not in itself secure resources against all forms of network attacks or data exfiltration. Security is a multi-layered approach, and while private endpoints contribute to a security posture, they must be complemented with additional measures such as Network Security Groups (NSGs), firewalls, and monitoring services. It is important to implement a comprehensive security strategy, which includes, but is not limited to, the use of private endpoints.
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 Network Security Groups (NSGs) in Azure?
What additional measures can complement private endpoints for security?
How does data exfiltration occur, and what can be done to prevent it?
Azure Monitor can collect data from various sources such as applications, operating system metrics, and resource usage, and it enables users to create dashboards for visualizing this data.
False
True
Answer Description
Azure Monitor is designed to collect, analyze, and act on telemetry data from various sources within Azure and on-premises environments. By providing powerful analytics tools and customizable dashboards, Azure Monitor helps users gain insights across applications, workloads, and infrastructure. Data sources for Azure Monitor can include Azure resources, on-premises environments, and application telemetry.
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?
Cloud services negate the need for disaster recovery plans as cloud providers ensure 100% uptime with no service disruptions.
This statement is incorrect because, although cloud services significantly improve reliability, they do not ensure 100% uptime, and organizations should still have disaster recovery plans.
This statement is correct because cloud services provide absolute guarantees of uptime, eliminating the need for disaster recovery plans.
Answer Description
This statement is not correct. While cloud services greatly enhance the reliability and availability of applications, they do not provide 100% guaranteed uptime. Service Level Agreements (SLAs) provided by cloud vendors typically include commitment to high availability but not absolute perfection. Therefore, organizations still need to have disaster recovery plans in place to prepare for the rare instances when disruptions may occur.
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 Service Level Agreements (SLAs) in cloud services?
What are some common risks that disaster recovery plans address?
How can organizations improve their disaster recovery strategies in the cloud?
What is the primary benefit of using templates for deploying resources in Azure?
They automatically update all resources to the latest Azure features upon deployment.
They ensure individual resource deployment, one resource at a time, for detailed control.
They allow users to define the desired state of resources using a declarative syntax.
They enable users to describe resources using procedural syntax to control the sequence of deployment.
Answer Description
ARM templates support declarative syntax, allowing users to define the 'what' instead of the 'how' in their infrastructure. This ensures consistency and repeatability in deployments, as the same template can be used to set up identical environments multiple times without manual configuration. Answer choices that mention 'procedural syntax' or 'individual deployment' do not align with the nature of ARM templates which are intended for declarative, consistent resource deployment.
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 ARM templates in Azure?
What does declarative syntax mean in the context of ARM templates?
What are the advantages of using templates for resource deployment in Azure?
Which of the following best represents a benefit of manageability in cloud services?
Greater control over on-premises data
Automated software updates
Reduced hardware costs
Automated scaling when user demand changes
Answer Description
Automated software updates represent a key manageability benefit of cloud services, as they reduce the effort required by IT staff to keep systems up-to-date and secure. Automated scaling, while a benefit of cloud computing, pertains to scalability rather than manageability and would not be the best answer. On-premises data control is not a cloud feature but rather a characteristic of traditional IT environments, making it an incorrect choice. Lastly, reduced hardware costs is more closely related to cost-saving benefits, not specifically manageability.
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 automated software updates in cloud services?
What is the difference between manageability and scalability in cloud services?
Why is automated software updates important for security?
Gnarly!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.