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-90 questions and set a time limit.
Microsoft Azure Fundamentals AZ-900 Information
The AZ-900: Microsoft Azure Fundamentals exam is an entry-level certification test designed for individuals seeking a basic understanding of cloud services, specifically those offered by Microsoft Azure. This exam covers foundational knowledge of cloud concepts, core Azure services, security, privacy, compliance, and trust, as well as Azure pricing and support. It's ideal for those new to cloud computing or Azure, including non-technical candidates, such as those in sales or purchasing roles, who need a basic grasp of Azure services.
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 Objectives:Cloud ConceptsAzure Architecture and ServicesAzure Management and Governance
A startup wants to focus exclusively on writing code for their new web application, without spending time on server management or operating system maintenance. Which cloud service type should they choose to achieve this?
Infrastructure as a Service
Platform as a Service
Software as a Service
Network as a Service
Answer Description
The correct answer is Platform as a Service (PaaS). PaaS allows developers to focus on writing application code while the cloud provider manages the underlying infrastructure, including servers, storage, and operating systems. This enables the startup to develop, run, and manage their application without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. Infrastructure as a Service (IaaS) still requires the management of operating systems and middleware. Software as a Service (SaaS) delivers fully managed applications to end-users, leaving no room for custom application development. Network as a Service (NaaS) provides network services but does not offer a platform for application development.
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 Platform as a Service (PaaS)?
What are the benefits of using PaaS over Infrastructure as a Service (IaaS)?
How does PaaS handle server management and updates?
Which Azure tool allows you to define your infrastructure using declarative JSON files for automated and repeatable deployments?
Azure Resource Groups
Azure Resource Manager templates
Azure Command-Line Interface (CLI) commands
Azure PowerShell scripts
Answer Description
Azure Resource Manager (ARM) templates enable you to define your infrastructure as code using declarative JSON syntax. This allows for consistent and repeatable deployments of Azure resources.
Azure PowerShell scripts and Azure CLI commands are imperative and script-based, not declarative JSON files.
Azure Resource Groups are containers for resources, but they do not define infrastructure configurations.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Azure Resource Manager templates?
How do declarative JSON files differ from imperative scripting methods?
What role do Azure Resource Groups play in Azure deployments?
A company needs to manage and govern resources that are deployed on-premises, across multiple cloud platforms, and at edge locations, all through the Azure portal. Which Azure service enables this unified management approach?
Azure Arc
Azure Resource Manager
Azure Monitor
Azure Policy
Answer Description
Azure Arc allows organizations to extend Azure management and governance to resources outside of Azure, including on-premises servers and those in other cloud environments. It enables a unified management experience through the Azure portal.
Azure Resource Manager manages Azure resources but does not extend to non-Azure environments.
Azure Monitor focuses on monitoring performance and health.
Azure Policy is used for enforcing policies within Azure 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 Azure Arc?
How does Azure Arc work with existing resources?
What are some benefits of using Azure Arc?
Your company requires you to assign metadata to Azure resources to enable granular tracking of costs across different departments and projects. Which of the following is the best use of Azure tags to meet this requirement?
Assigning tags to control which users have access to manage and view certain Azure resources.
Creating tags to encrypt data stored within Azure resources.
Utilizing tags to automatically deploy resources to specific departments or projects.
Applying tags to resources with department names and project identifiers for cost allocation and reporting.
Answer Description
The correct answer involves using tags to assign metadata such as department or project names to resources. This assists in organizing resources for cost tracking, reporting, and supports chargeback processes within the organization. Other options are either functions not served by Azure tags (like controlling resource access) or do not align with the description of the requirement (such as tagging to deploy resources).
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Azure tags and how do they work?
How do Azure tags assist with cost allocation and reporting?
What are some best practices for using tags in Azure?
Which strategy can help lower Azure costs by allowing you to use your existing on-premises licenses when migrating workloads to Azure?
Selecting larger VM sizes
Azure Hybrid Benefit
Deploying in multiple regions
Using Pay-As-You-Go pricing model
Answer Description
Azure Hybrid Benefit helps reduce Azure costs by enabling you to use your existing on-premises Windows Server and SQL Server licenses with Software Assurance when you migrate to Azure. This can lead to significant savings on licensing costs.
Selecting larger VM sizes generally increases costs due to higher resource usage.
Deploying in multiple regions can raise costs due to additional infrastructure and data transfer expenses.
Using the Pay-As-You-Go pricing model does not offer the cost benefits that Azure Hybrid Benefit provides, especially when existing licenses can be leveraged.
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 Hybrid Benefit?
What are Software Assurance and its benefits?
How does Azure pricing differ beyond the Hybrid Benefit?
Which feature of cloud services primarily contributes to their high reliability and predictable performance?
Cloud services have distributed data centers to manage and balance the load effectively.
Cloud services offer elastic computing to adjust resources based on the load.
Cloud services ensure regular feature updates and patches are applied.
Cloud services provide on-demand resource availability.
Answer Description
Distributed Data Centers provided by cloud services play a critical role in ensuring high reliability and predictable performance. They allow for data replication and automatic failover procedures across multiple locations. If one data center encounters an issue, others can take over, which minimizes downtime and maintains service continuity. On-demand resource availability is an aspect of scalability and does not directly relate to the constant performance or uptime associated with reliability and predictability. Regular feature updates enhance the service capabilities but are not directly related to immediate reliability or predictability. Likewise, elastic computing refers to the ability to scale resources but does not inherently ensure reliability or predictability of performance.
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 distributed data centers?
How do data replication and automatic failover work?
What role does scalability play in cloud service reliability?
Your company utilizes multiple Azure resources across various departments. You need a method to track and manage costs associated with each department's Azure usage. Which Azure feature can help you categorize resources to achieve this goal?
Azure Tags
Azure Policy
Azure Resource Groups
Azure Locks
Answer Description
Azure Tags allow you to assign metadata to your resources in the form of key-value pairs. By tagging resources with department names or other categories, you can organize and track costs effectively. This enables detailed cost analysis and reporting based on the tags applied.
Azure Resource Groups are used to manage resources collectively but do not provide a mechanism for detailed cost categorization.
Azure Policy helps enforce organizational standards and compliance but isn't designed for cost tracking.
Azure Locks prevent accidental changes or deletion of resources and don't assist in 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 can they be used for cost management?
What is the process of applying Azure Tags to resources?
Can Azure Tags impact performance or operations of Azure resources?
What Azure service allows you to deploy and manage a set of identical, auto-scaling virtual machines to meet changing demand?
Azure Functions
Azure Virtual Machine Scale Sets
Azure Virtual Machines
Azure App Service
Answer Description
Azure Virtual Machine Scale Sets enable you to create and manage a group of identical, load-balanced virtual machines that automatically scale in response to demand or a defined schedule. This provides high availability and scalability without the need to manually manage individual virtual machines. Azure Virtual Machines are individual instances that require manual scaling. Azure App Service is used for hosting web applications, and Azure Functions are for running event-driven, serverless code.
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 benefits do Azure Virtual Machine Scale Sets offer over individual Azure Virtual Machines?
How does auto-scaling work in Azure Virtual Machine Scale Sets?
What scenarios are best suited for using Azure Virtual Machine Scale Sets?
A company with a global customer base needs to ensure their service remains up-to-date with the latest features and security updates without substantial downtime. To achieve continuous integration and deployment (CI/CD) with minimal disruption, which cloud manageability benefit should they prioritize when selecting a cloud service?
Direct access to hardware resources for in-depth performance tuning before feature roll-outs
Automated scaling and patching to support rolling updates and maintain service continuity
The ability to manually initiate virtual machine backups before applying updates
Dedicated physical servers to allow complete control over the deployment schedules
Answer Description
The key aspect of manageability that supports CI/CD is automated scaling and patching. When updates or new features are ready, automated scaling can help facilitate rolling updates without downtime, as new instances can be launched with the latest version while older ones are phased out. Patch management can also be automated, ensuring that security updates are applied with minimal intervention. This enhances maintainability while ensuring high availability, thereby meeting the company's needs for a robust and continuously updated 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 is CI/CD and why is it important in cloud services?
What are rolling updates and how do they work in cloud environments?
How does automated scaling support maintainability and high availability?
What is the primary function of datacenters in Microsoft Azure?
They are locations where users can physically access and manage their virtual resources.
They are physical facilities that house the necessary hardware and compute resources to run cloud services.
They act only as networking hubs that connect different regions.
They serve primarily as customer service centers for Azure users.
Answer Description
Datacenters are the physical facilities that house computer systems and associated components, such as telecommunications and storage systems. They are the backbone of Microsoft Azure, providing the physical infrastructure necessary to run cloud services. Datacenters are where the hardware, storage, and computing resources live, and they enable the delivery of various cloud 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 kind of hardware is found in Microsoft Azure datacenters?
How does Microsoft ensure the security of its datacenters?
What role do datacenters play in cloud scalability?
What is a key benefit of cloud manageability for an organization's IT infrastructure?
Unlimited physical access to servers
Custom hardware configuration
Automated software updates and patch management
Reduced initial setup cost
Answer Description
The correct answer is 'Automated software updates and patch management', as cloud providers typically handle the maintenance of underlying infrastructure, including the management of software updates and patching, which reduces the burden on in-house IT teams. This streamlines operations and helps to ensure that systems remain secure and up-to-date with minimal intervention. 'Reduced initial setup cost’ while a benefit of cloud computing, is not directly related to manageability. 'Unlimited physical access to servers' is incorrect because physical access is typically restricted and not a factor in cloud manageability. 'Custom hardware configuration' is not a key benefit of manageability; on the contrary, one of the points of manageability in the cloud is reducing the need for custom hardware solutions.
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 and how do they work in the cloud?
How does cloud patch management differ from traditional IT patch management?
What other benefits does cloud manageability provide beyond software updates?
Your team needs to consistently deploy several Azure resources together in a repeatable manner. You want to ensure that the deployment method supports JSON syntax and allows for deployment of resources to a subscription, resource group, or management group in an organized way. Which tool should the team use to achieve this?
ARM templates
Azure Advisor
Azure Service Health
Azure Cloud Shell
Answer Description
ARM templates allow for the deployment of Azure resources in a repeatable manner using a JSON syntax. They define the infrastructure and configuration for your project and can be used to deploy the resources consistently. ARM templates are used for declarative templates that specify what resources are needed and their interdependencies without having to write the sequence of commands for the process. This is why the correct answer involves the use of ARM templates.
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 JSON syntax and why is it used in ARM templates?
What are the benefits of using ARM templates for resource deployment?
A company is deploying a new web application that includes user-generated content, such as images and videos. The storage solution needs to be highly available and scalable. Which Azure service should they utilize to best meet their requirements?
Azure Table Storage
Azure Blob Storage
Azure Queue Storage
Azure File Storage
Answer Description
Azure Blob Storage is designed for storing large amounts of unstructured data, such as text or binary data, including images and videos. It is highly scalable and available, making it an ideal choice for web applications that need to store and serve user-generated content. Azure File Storage is more suited for lift-and-shift scenarios where legacy applications expect a file system interface. Azure Queue Storage is used to store and retrieve messages, which doesn't directly suit the needs for storing user-generated content. Azure Table Storage provides storage for NoSQL data but isn't the best fit for binary data such as images and videos.
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 features of Azure Blob Storage?
How does Azure Blob Storage handle unstructured data?
What is the difference between Azure Blob Storage and Azure File Storage?
An organization needs to deploy a web application that supports multiple programming languages, offers automatic scaling and high availability by default, and minimizes server management responsibilities.
Which Azure service should they choose for hosting their application?
Azure App Service
Azure Virtual Machines
Azure Container Instances
Azure Functions
Answer Description
Azure App Service provides a fully managed platform for building, deploying, and scaling web applications. It supports multiple programming languages, offers automatic scaling and high availability out of the box, and eliminates the need to manage servers.
Azure Virtual Machines require the organization to manage the underlying infrastructure, including server maintenance.
Azure Container Instances allow running containers without managing servers but do not provide as many built-in features for web applications.
Azure Functions are designed for event-driven, serverless compute scenarios rather than hosting full web 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 programming languages does Azure App Service support?
What does automatic scaling mean in Azure App Service?
What are some advantages of using Azure App Service over Azure Virtual Machines?
An organization needs to deploy an application that requires full administrative control over the operating system, including the ability to install custom drivers and software. They also need to manage the underlying infrastructure. Which Azure compute service should they use to meet these requirements?
Azure Virtual Machines
Azure Functions
Azure Container Instances
Azure App Service
Answer Description
Azure Virtual Machines provide full control over the operating system, allowing the installation of custom drivers and software. This option gives administrators the ability to manage the underlying infrastructure, including maintenance, updates, and patches.
Azure Functions and Azure App Service remove the underlying infrastructure and do not offer such granular control over the operating system.
Azure Container Instances simplify container deployment without the need to manage virtual machines directly but do not provide direct access to the underlying operating system for installing custom components.
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 Virtual Machine?
What are the differences between Azure Functions and Azure Virtual Machines?
What are custom drivers and why would I need them?
Smashing!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.