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 company is developing a new web application and wants to focus on writing code without managing the underlying servers or operating systems. They require an environment that provides development tools and allows them to deploy and manage their own applications. Which cloud service type should they choose?
Platform as a Service (PaaS)
Managed Virtual Machines
Infrastructure as a Service (IaaS)
Software as a Service (SaaS)
Answer Description
Platform as a Service (PaaS) is the appropriate cloud service type in this scenario. It allows developers to focus on building and deploying applications without the need to manage the underlying infrastructure such as servers, storage, or operating systems. PaaS provides the necessary development tools and services, enabling the company to deploy and manage their applications efficiently. Infrastructure as a Service (IaaS) requires managing operating systems and servers, which the company wants to avoid. Software as a Service (SaaS) provides fully managed applications and does not allow for deploying custom 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 specific development tools are typically included in PaaS?
How does PaaS differ from IaaS and SaaS in terms of responsibilities?
What are some examples of companies that use PaaS?
An organization needs to store large volumes of unstructured data such as videos and images, which should be accessible globally over HTTP and HTTPS.
Which Azure Storage service should they choose to meet these requirements?
Azure Queue Storage
Azure File Storage
Azure Blob Storage
Azure Table Storage
Answer Description
Azure Blob Storage is optimized for storing massive amounts of unstructured data and allows access over HTTP and HTTPS protocols, making it ideal for storing data like videos and images that need to be accessed globally.
Azure File Storage provides cloud-based file shares accessible via the SMB protocol, which is more suitable for scenarios requiring file system compatibility.
Azure Queue Storage is designed for message queuing and asynchronous communication between application components, not for storing large unstructured data.
Azure Table Storage offers a NoSQL key-value store for structured data, making it unsuitable for unstructured data like multimedia files.
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 unstructured data can Azure Blob Storage handle?
What are the different access tiers in Azure Blob Storage?
How does Azure Blob Storage ensure data durability and availability?
How is an Azure datacenter best described?
A physical facility that houses servers and infrastructure supporting Azure services
A logical grouping of virtual resources within an Azure subscription
A virtual network that spans multiple regions
A collection of multiple Azure regions for redundancy
Answer Description
An Azure datacenter is a physical facility that houses servers and infrastructure supporting Azure services. These datacenters are strategically located around the world and form the backbone of Azure's global network.
A logical grouping of virtual resources within an Azure subscription is incorrect as it describes resource groups, which are logical groupings within Azure subscriptions.
A collection of multiple Azure regions for redundancy is incorrect because it refers to collections of regions (like region pairs), not individual datacenters.
A virtual network that spans multiple regions is inaccurate, as virtual networks are software-defined constructs rather than physical infrastructures.
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 significance of the physical facility in an Azure datacenter?
What are Azure regions and how do they relate to datacenters?
What is the difference between a datacenter and a resource group in Azure?
You are an Azure administrator for a company that has multiple Azure subscriptions. You need to apply the same set of access policies and compliance standards across all subscriptions, both current and any that are added in the future.
Which Azure feature should you use to accomplish this efficiently?
Organize subscriptions into a management group and apply policies at that level
Use management locks to enforce policies across subscriptions
Apply the policies to each subscription individually
Create a resource group containing all resources and apply policies at the resource group level
Answer Description
Management groups in Azure allow you to organize subscriptions into a hierarchy for unified policy and access management. By applying policies at the management group level, those policies are inherited by all subscriptions within the group, including any new subscriptions added later. This is the most efficient way to ensure consistent policy application across multiple subscriptions.
Resource groups cannot span multiple subscriptions, so applying policies at the resource group level would not cover all subscriptions.
Applying the policies to each subscription individually is inefficient and error-prone.
Management locks prevent changes to resources but are not used for applying policies across 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 Azure Management Groups?
What is the difference between Management Groups and Resource Groups?
How do policies work at the management group level?
Your company wants to establish a dedicated, private connection between your on-premises network and Azure data centers that doesn't go over the public internet.
Which Azure service would you recommend to accomplish this?
Azure Virtual Network Peering
Azure Traffic Manager
Azure VPN Gateway
Azure ExpressRoute
Answer Description
Azure ExpressRoute provides dedicated, private connectivity between your on-premises network and Azure without using the public internet, offering more reliability, faster speeds, and lower latencies than typical internet connections.
Azure VPN Gateway uses encrypted tunnels over the public internet, which doesn't meet the requirement for avoiding the public internet.
Azure Virtual Network Peering connects virtual networks within Azure, not between on-premises and Azure.
Azure Traffic Manager distributes network traffic but doesn't establish connectivity.
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 advantages of using Azure ExpressRoute over a VPN Gateway?
How does Azure ExpressRoute facilitate secure connections?
What types of scenarios are best suited for Azure ExpressRoute?
Which authentication method in Azure enhances security by requiring users to provide more than one form of verification during the sign-in process?
Single Sign-On
Multi-Factor Authentication
Role-Based Access Control
Conditional Access
Answer Description
Multi-Factor Authentication (MFA) increases security by requiring users to provide two or more verification methods, such as a password and a one-time code from a mobile app. This adds an extra layer of protection beyond just a username and password.
Single Sign-On allows users to access multiple applications with one set of credentials but does not require additional verification methods.
Role-Based Access Control (RBAC) assigns permissions to users based on their roles but does not affect the authentication process.
Conditional Access enforces access policies based on conditions like user location but does not inherently require multiple verification methods.
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 typical verification methods used in Multi-Factor Authentication?
How does Single Sign-On (SSO) differ from Multi-Factor Authentication?
What is Conditional Access in Azure, and how does it relate to MFA?
Which Azure service allows you to analyze your cloud spending and provides insights to help you optimize costs by examining resource utilization and expenditures?
Azure Monitor
Azure Advisor
Azure Resource Manager
Azure Cost Management
Answer Description
Azure Cost Management enables you to monitor, allocate, and optimize your Azure spending by providing detailed analysis of your resource costs and usage. It helps you identify spending trends, set budgets, and optimize cloud expenses effectively.
Azure Advisor provides cost optimization recommendations, it is primarily designed to advise on best practices across multiple areas such as performance and security, but it does not offer detailed cost analysis.
Azure Monitor focuses on collecting and analyzing telemetry data for monitoring purposes, not specifically for cost analysis.
Azure Resource Manager helps you deploy and manage resources but does not provide cost analysis 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 specific features does Azure Cost Management offer for analyzing cloud spending?
How does Azure Cost Management differ from Azure Advisor?
Can Azure Cost Management integrate with other Azure services for enhanced functionality?
A retail company with an online storefront experiences variable traffic on their website, with significant spikes during holiday seasons and promotional events. To support this variability without incurring unnecessary costs during off-peak times, which benefit of cloud services should the company utilize?
Security, protecting the website from online threats and ensuring customer data is secure
Manageability, allowing the company to easily manage its website's underlying infrastructure and application platforms
High availability, ensuring the website has redundancy and continues to function in the event of a failure
Reliability, ensuring that the website's performance remains consistent regardless of the number of users
Scalability, adjusting resources as demand changes to handle increased traffic during peak times and save costs during off-peak times
Answer Description
Scalability is a core benefit of cloud services that allows systems to adapt to workload changes by provisioning and de-provisioning resources in an automated manner. This ensures that during peak times, such as holiday seasons and promotional events, the retail company's website can handle increased traffic by scaling out. Conversely, during off-peak times, it can scale in to reduce costs, making it the most appropriate feature for 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 does scalability mean in the context of cloud services?
How do cloud services handle traffic spikes effectively?
What are the cost benefits of utilizing scalability in cloud services?
Which Azure feature allows you to group multiple subscriptions together for unified policy and access management?
Resource groups
Resource locks
Azure Active Directory
Management groups
Answer Description
Management groups in Azure allow you to organize multiple subscriptions into a hierarchy for unified policy and access management. This enables you to apply policies and role-based access controls at the management group level, which are inherited by all subscriptions within the group.
Resource groups organize resources within a single subscription.
Azure Active Directory manages identities.
Resource locks prevent accidental deletion or modification 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 Management Groups used for in Azure?
How do Management Groups relate to Resource Groups?
What are the benefits of using Management Groups over individual subscriptions?
As an architect for a cloud solution, you need to make sure that a sensitive database on Azure used by your internal applications is not accessible over the internet but remains reachable from your virtual network. What should you do to achieve this secure networking requirement?
Assign a public IP address to the service to enable secure connections
Implement a private endpoint connecting to the service
Provision a public endpoint for the service with access controls
Establish an Azure VPN Gateway to the service
Answer Description
To ensure that an Azure-based service, like a database, is accessible only from within a virtual network and not over the internet, a private endpoint should be used. The private endpoint provides a secure connection to services by assigning a private IP address from the virtual network to the service, thereby ensuring that access to the service is limited to network communications originating from within the virtual network. A public endpoint or public IP address, on the other hand, would make the service accessible via the internet, which would not be secure for sensitive data. An Azure VPN Gateway creates a secure tunnel between different networks but does not restrict the public accessibility of services.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a private endpoint in Azure?
What is Azure Private Link?
How does Azure VPN Gateway differ from a private endpoint?
An administrator needs to safeguard a critical Azure virtual machine from unintended deletion or modification. Which feature should be used to accomplish this?
Role-Based Access Control (RBAC)
Resource locks
Azure Policy
Answer Description
Resource locks in Azure allow you to prevent resources from being altered or removed accidentally. By applying a lock to a resource, you ensure that users cannot modify or delete it unless they remove the lock first.
Azure Policy and Role-Based Access Control (RBAC) manage compliance and permissions respectively, they do not provide the ability to lock resources against changes like resource locks do.
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 locks in Azure?
How do I implement resource locks on an Azure virtual machine?
What is the difference between Azure Policy and resource locks?
Which Azure service provides a secure, offline method to transfer large amounts of on-premises data to Azure using physical devices when network transfer is impractical?
Azure ExpressRoute
Azure Site Recovery
Azure Data Box
Azure Migrate
Answer Description
Azure Data Box provides physical devices that customers can use to transfer large volumes of data to Azure offline. The devices are shipped to the customer, who loads the data onto them, and then returns them to Microsoft for uploading to Azure. This method is ideal when network bandwidth is insufficient for transferring data in a timely manner.
Azure Migrate is designed for assessing and migrating on-premises servers, databases, and applications to Azure. It helps with migration planning and resource sizing but does not provide a physical transfer option for large data volumes.
Azure ExpressRoute is a private, high-speed connection to Azure, allowing secure data transfer over a dedicated network link rather than the internet. While it supports large data transfers, it still relies on network connectivity and is not an offline physical transfer solution.
Azure Site Recovery is a disaster recovery service that replicates virtual machines, physical servers, and applications to Azure to ensure business continuity. It does not support physical data transfer or offline data migration.
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 types of data can be transferred using Azure Data Box?
How does Azure Data Box ensure the security of my data during transfer?
Your organization wants to minimize downtime for its virtual machines caused by hardware failures within a single Azure datacenter. The solution should distribute VMs across multiple physical hardware hosts to improve resilience.
Which Azure feature should you use to achieve this?
Availability Sets
Azure Load Balancer
Virtual Machine Scale Sets
Azure Virtual Network
Answer Description
Availability Sets ensure that virtual machines are placed in different fault domains and update domains within a single datacenter. This placement spreads VMs across multiple physical hardware hosts, network switches, and power sources, reducing the impact of hardware failures or maintenance events.
Virtual Machine Scale Sets are used for deploying and managing a group of identical VMs for scalability but don't specifically address physical hardware separation for high availability.
Azure Load Balancer distributes incoming network traffic across multiple VMs but doesn't control their placement across hardware.
Azure Virtual Network provides networking capabilities but doesn't affect VM distribution for resilience.
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 fault domains and update domains in Availability Sets?
How do Availability Sets compare to Virtual Machine Scale Sets?
What is the role of an Azure Load Balancer if it doesn't help with VM distribution?
A company uses Azure services to deploy a web application. Under the shared responsibility model, which task is the company responsible for completing?
Ensuring the physical security of Azure datacenters
Managing user access and identities within their application
Maintaining the power and cooling of the servers hosting the application
Patching the underlying operating system of Azure services
Answer Description
In the shared responsibility model, the customer is responsible for managing access and identities within their applications and data. Azure handles the physical security of datacenters, the underlying infrastructure, and operating system updates for its managed services. Therefore, while Azure ensures the security and availability of the physical resources, the customer must manage user permissions and application-level security.
The other options are responsibilities managed by Azure, not the customer.
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 cloud computing?
What types of Azure services might involve different responsibilities under this model?
Why is managing user access and identities important in Azure applications?
Which benefit of cloud computing involves consistent and dependable performance, ensuring services are available when needed?
Elasticity
Scalability
Reliability
Flexibility
Answer Description
Reliability in cloud computing means that services are consistently available and perform as expected, even in the face of failures or increased demand. Cloud providers offer redundancy and fault tolerance to ensure that applications remain accessible. While scalability and elasticity deal with adjusting resources to meet demand, reliability focuses on the continuous availability and consistent performance of services.
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 reliability mean in cloud computing?
How do cloud providers ensure reliability?
What is the difference between reliability and scalability in cloud computing?
Wow!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.