AZ-900 Test Questions With Explanations

  1. A non-profit collaborates with other organizations on Azure to share resources securely. Which cloud deployment model should the IT team recommend to support this shared infrastructure?
    Community cloud
    Public cloud
    Private cloud
    Hybrid cloud
    Multi-cloud

Correct Answer: Community cloud
Explanation: The community cloud model allows multiple organizations with shared goals, like non-profits, to share Azure resources securely, balancing cost and control. This aligns with objective “Describe cloud concepts” (cloud deployment models).


  1. A company wants to deploy an Azure service where costs are directly tied to usage. Which pricing model should the IT manager highlight to demonstrate this capability?
    Consumption-based pricing
    Reserved Instances
    Spot Instances
    Azure Hybrid Benefit
    Fixed subscription pricing

Correct Answer: Consumption-based pricing
Explanation: Consumption-based pricing in Azure charges based on actual resource usage, ensuring costs align with consumption, ideal for variable workloads. This aligns with objective “Describe cloud concepts” (consumption-based pricing).


  1. A developer needs to automate Azure resource deployment using a command-line interface. Which Azure tool should the developer recommend for this task?
    Azure CLI
    Azure Portal
    Azure Advisor
    Azure Monitor
    Azure Cost Management

Correct Answer: Azure CLI
Explanation: Azure CLI is a command-line interface for automating resource deployment and management, offering scripting capabilities across platforms. This aligns with objective “Describe Azure services” (management tools).


  1. A company wants to enforce standardized configurations across Azure subscriptions for compliance. Which Azure feature should the IT team enable to define reusable templates?
    Azure Blueprints
    Azure Policy
    Azure RBAC
    Azure Key Vault
    Azure Sentinel

Correct Answer: Azure Blueprints
Explanation: Azure Blueprints define reusable templates for standardized configurations, ensuring compliance across subscriptions with pre-configured policies and resources. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (governance).


  1. A startup is exploring Azure for a pilot project and wants to test services at no cost. Which Azure offering should the IT consultant recommend to meet this requirement?
    Azure Free Account
    Pay-as-you-go
    Reserved Instances
    Spot Instances
    Azure Hybrid Benefit

Correct Answer: Azure Free Account
Explanation: The Azure Free Account provides limited access to select Azure services at no cost for 12 months, ideal for testing pilot projects. This aligns with objective “Describe Azure pricing, SLAs, and lifecycles” (pricing models).


  1. A company adopting Azure wants to ensure its cloud services can adjust resources dynamically to meet demand. Which cloud computing benefit should the IT team highlight to demonstrate this capability?
    Elasticity
    High availability
    Agility
    Multi-tenancy
    Shared responsibility

Correct Answer: Elasticity
Explanation: Elasticity in Azure allows automatic resource adjustment to match demand, ensuring performance without overprovisioning. This aligns with objective “Describe cloud concepts” (cloud benefits).


  1. A company wants to automate workflows in Azure by connecting apps and services. Which Azure service should the developer recommend for this requirement?
    Azure Logic Apps
    Azure Functions
    Azure App Service
    Azure Kubernetes Service
    Azure Event Hubs

Correct Answer: Azure Logic Apps
Explanation: Azure Logic Apps is a serverless service for automating workflows by connecting apps and services with pre-built connectors. This aligns with objective “Describe Azure services” (serverless services).


  1. A company wants to protect Azure resources by restricting access based on user location. Which Azure feature should the IT team enable to enforce this restriction?
    Azure AD Conditional Access
    Azure Network Security Groups
    Azure Key Vault
    Azure Defender for Cloud
    Azure Policy

Correct Answer: Azure AD Conditional Access
Explanation: Azure AD Conditional Access restricts access to Azure resources based on conditions like user location, enhancing security. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (identity services).


  1. A federal agency needs to ensure its Azure environment complies with NIST 800-53 standards. Which Azure tool should the compliance team use to assess compliance?
    Microsoft Purview Compliance Manager
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Compliance Manager
Explanation: Microsoft Purview Compliance Manager provides assessments for NIST 800-53, helping federal agencies verify compliance with this standard. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance offerings).


  1. A company wants to retire an Azure service that is no longer supported. Which Azure lifecycle stage should the IT manager consider when planning this transition?
    Retirement Phase
    Public Preview
    General Availability
    Private Preview
    Development Phase

Correct Answer: Retirement Phase
Explanation: The retirement phase indicates an Azure service is no longer supported, requiring users to transition to alternative services. This aligns with objective “Describe Azure pricing, SLAs, and lifecycles” (service lifecycles).


  1. A company adopting Azure wants to ensure its cloud services support serverless architectures for cost efficiency. Which cloud computing benefit should the IT team highlight to demonstrate this capability?
    Serverless cost optimization
    High availability
    Capital expenditure avoidance
    Elastic resource provisioning
    Manual scaling

Correct Answer: Serverless cost optimization
Explanation: Serverless computing in Azure, like Azure Functions, optimizes costs by charging only for execution time, eliminating idle resource costs. This aligns with objective “Describe cloud concepts” (serverless benefits).


  1. A company wants to store globally distributed, NoSQL data in Azure with low latency. Which Azure service should the database administrator recommend for this requirement?
    Azure Cosmos DB
    Azure SQL Database
    Azure Synapse Analytics
    Azure Data Lake Storage
    Azure HDInsight

Correct Answer: Azure Cosmos DB
Explanation: Azure Cosmos DB is a globally distributed NoSQL database service designed for low-latency access and multi-region replication. This aligns with objective “Describe Azure services” (database services).


  1. A company wants to enable single sign-on for Azure and third-party applications. Which Azure feature should the IT team enable to support this requirement?
    Azure AD Single Sign-On (SSO)
    Azure Key Vault
    Azure Network Security Groups
    Azure Sentinel
    Azure Policy

Correct Answer: Azure AD Single Sign-On (SSO)
Explanation: Azure AD SSO enables users to access Azure and third-party applications with a single set of credentials, improving user experience and security. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (identity services).


  1. A financial organization needs to ensure its Azure environment complies with FISMA standards. Which Azure tool should the compliance team use to assess compliance?
    Microsoft Purview Compliance Manager
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Compliance Manager
Explanation: Microsoft Purview Compliance Manager includes assessments for FISMA, helping organizations verify compliance with federal standards. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance offerings).


  1. A company wants to use discounted Azure virtual machines for non-critical workloads. Which pricing model should the IT consultant recommend to minimize costs?
    Spot Instances
    Pay-as-you-go
    Reserved Instances
    Azure Free Account
    Azure Hybrid Benefit

Correct Answer: Spot Instances
Explanation: Spot Instances offer discounted pricing for non-critical workloads by using spare Azure capacity, ideal for cost-sensitive tasks. This aligns with objective “Describe Azure pricing, SLAs, and lifecycles” (pricing models).


  1. A company adopting Azure wants to differentiate between scaling up and scaling out. Which cloud computing concept should the IT team highlight to explain this capability?
    Scalability
    Elasticity
    High availability
    Multi-tenancy
    Agility

Correct Answer: Scalability
Explanation: Scalability in Azure includes scaling up (adding resources to a single instance) and scaling out (adding more instances), enabling flexible resource management. This aligns with objective “Describe cloud concepts” (cloud benefits).


  1. A data engineer wants to process real-time streaming data in Azure. Which Azure service should the engineer recommend for this requirement?
    Azure Stream Analytics
    Azure Synapse Analytics
    Azure Data Lake Storage
    Azure Cosmos DB
    Azure HDInsight

Correct Answer: Azure Stream Analytics
Explanation: Azure Stream Analytics processes real-time streaming data, providing insights from sources like IoT devices or event hubs. This aligns with objective “Describe Azure services” (analytics services).


  1. A company wants to protect against insider risks in its Azure environment. Which Azure feature should the security team enable to monitor user activities?
    Microsoft Purview Insider Risk Management
    Azure Defender for Cloud
    Azure Key Vault
    Azure Network Security Groups
    Azure Policy

Correct Answer: Microsoft Purview Insider Risk Management
Explanation: Microsoft Purview Insider Risk Management monitors user activities to detect and mitigate insider threats in Azure, enhancing security. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (security services).


  1. A company wants to access compliance reports for Azure services to meet audit requirements. Which Azure resource should the compliance team use to retrieve these reports?
    Azure Trust Center
    Microsoft Purview Compliance Manager
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Azure Trust Center
Explanation: Azure Trust Center provides compliance reports for Azure services, enabling organizations to meet audit requirements. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance resources).


  1. A company wants to manage Azure resources through a graphical interface. Which Azure tool should the IT manager recommend for this task?
    Azure Portal
    Azure CLI
    Azure PowerShell
    Azure Monitor
    Azure Advisor

Correct Answer: Azure Portal
Explanation: Azure Portal is a web-based graphical interface for managing Azure resources, offering an intuitive user experience. This aligns with objective “Describe Azure services” (management tools).


  1. A company adopting Azure wants to ensure its cloud services support rapid recovery from regional outages. Which Azure architectural feature should the IT team highlight to demonstrate this capability?
    Availability Zones
    Resource Groups
    Regions
    Subscriptions
    Management Groups

Correct Answer: Availability Zones
Explanation: Availability Zones in Azure provide isolated locations within a region, ensuring rapid recovery from outages by distributing resources. This aligns with objective “Describe Azure services” (architectural components).


  1. A data scientist wants to build machine learning models in Azure. Which Azure service should the scientist recommend for this requirement?
    Azure Machine Learning
    Azure Cognitive Services
    Azure Synapse Analytics
    Azure Logic Apps
    Azure Functions

Correct Answer: Azure Machine Learning
Explanation: Azure Machine Learning provides tools for building, training, and deploying machine learning models, ideal for data scientists. This aligns with objective “Describe Azure services” (AI/ML services).


  1. A company wants to enforce security policies for Azure virtual networks. Which Azure feature should the network administrator enable to control traffic?
    Azure Firewall
    Azure VPN Gateway
    Azure Load Balancer
    Azure Traffic Manager
    Azure Application Gateway

Correct Answer: Azure Firewall
Explanation: Azure Firewall enforces security policies for Azure virtual networks, controlling traffic to protect resources. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (security services).


  1. A healthcare organization needs to ensure its Azure environment complies with HITECH Act requirements. Which Azure tool should the compliance team use to assess compliance?
    Microsoft Purview Compliance Manager
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Compliance Manager
Explanation: Microsoft Purview Compliance Manager provides assessments for HITECH Act, ensuring compliance with healthcare data security requirements. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance offerings).


  1. A company wants to use existing on-premises Windows Server licenses in Azure to reduce costs. Which Azure pricing option should the IT consultant recommend?
    Azure Hybrid Benefit
    Spot Instances
    Pay-as-you-go
    Reserved Instances
    Azure Free Account

Correct Answer: Azure Hybrid Benefit
Explanation: Azure Hybrid Benefit allows users to apply existing on-premises Windows Server licenses to Azure virtual machines, reducing costs. This aligns with objective “Describe Azure pricing, SLAs, and lifecycles” (pricing models).


  1. A company adopting Azure wants to organize resources logically for management. Which Azure architectural component should the IT team use to group related resources?
    Resource Groups
    Availability Zones
    Regions
    Subscriptions
    Management Groups

Correct Answer: Resource Groups
Explanation: Resource Groups in Azure organize related resources logically, simplifying management and applying consistent policies. This aligns with objective “Describe Azure services” (architectural components).


  1. A developer wants to process high-volume event data in Azure. Which Azure service should the developer recommend for this requirement?
    Azure Event Hubs
    Azure IoT Hub
    Azure Stream Analytics
    Azure Logic Apps
    Azure Functions

Correct Answer: Azure Event Hubs
Explanation: Azure Event Hubs is designed for processing high-volume event data, supporting large-scale ingestion from multiple sources. This aligns with objective “Describe Azure services” (event services).


  1. A company wants to automate Azure resource management using scripts. Which Azure tool should the IT team recommend for this task?
    Azure PowerShell
    Azure Portal
    Azure CLI
    Azure Monitor
    Azure Advisor

Correct Answer: Azure PowerShell
Explanation: Azure PowerShell provides a scripting environment for automating Azure resource management, ideal for Windows-based administrators. This aligns with objective “Describe Azure services” (management tools).


  1. A company wants to ensure its Azure environment complies with CCPA for consumer privacy. Which Azure tool should the compliance team use to assess compliance?
    Microsoft Purview Compliance Manager
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Compliance Manager
Explanation: Microsoft Purview Compliance Manager offers assessments for CCPA, ensuring compliance with consumer privacy regulations. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance offerings).


  1. A company wants to check the status of Azure services during an outage. Which Azure tool should the IT manager recommend for this task?
    Azure Service Health
    Azure Monitor
    Azure Advisor
    Azure Cost Management
    Azure Pricing Calculator

Correct Answer: Azure Service Health
Explanation: Azure Service Health provides real-time status updates on Azure services, helping users track outages and incidents. This aligns with objective “Describe Azure services” (management tools).


  1. A company adopting Azure wants to ensure its cloud services minimize administrative overhead. Which cloud computing benefit should the IT team highlight to demonstrate this capability?
    Automated management
    High availability
    Elasticity
    Multi-tenancy
    Agility

Correct Answer: Automated management
Explanation: Azure’s cloud model automates tasks like patching and backups, reducing administrative overhead for IT teams. This aligns with objective “Describe cloud concepts” (cloud benefits).


  1. A company wants to manage hybrid cloud resources in Azure and on-premises. Which Azure service should the IT administrator recommend for this requirement?
    Azure Arc
    Azure VPN Gateway
    Azure ExpressRoute
    Azure Load Balancer
    Azure Application Gateway

Correct Answer: Azure Arc
Explanation: Azure Arc extends Azure management to on-premises and multi-cloud resources, enabling consistent hybrid cloud operations. This aligns with objective “Describe Azure services” (hybrid services).


  1. A company wants to encrypt data at rest in Azure storage accounts. Which Azure feature should the security team enable to meet this requirement?
    Azure Storage Service Encryption
    Azure Key Vault
    Azure Firewall
    Azure Defender for Cloud
    Azure Policy

Correct Answer: Azure Storage Service Encryption
Explanation: Azure Storage Service Encryption automatically encrypts data at rest in Azure storage accounts, ensuring data security. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (security services).


  1. A retail company needs to ensure its Azure environment complies with GDPR for customer data. Which Azure tool should the compliance team use to manage data subject requests?
    Microsoft Purview Data Subject Requests
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Data Subject Requests
Explanation: Microsoft Purview Data Subject Requests enables management of GDPR data subject requests, ensuring compliance with customer data privacy. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (privacy management).


  1. A company wants to calculate the combined uptime guarantee for multiple Azure services. Which Azure concept should the IT manager review to understand this?
    Composite SLA
    Service SLA
    Azure Pricing Calculator
    Azure Cost Management
    Azure Service Health

Correct Answer: Composite SLA
Explanation: Composite SLAs calculate the combined uptime guarantee for multiple Azure services, reflecting overall application availability. This aligns with objective “Describe Azure pricing, SLAs, and lifecycles” (SLAs).


  1. A company adopting Azure wants to ensure its cloud services support rapid resource allocation. Which cloud computing benefit should the IT team highlight to demonstrate this capability?
    Rapid provisioning
    High availability
    Elasticity
    Multi-tenancy
    Shared responsibility

Correct Answer: Rapid provisioning
Explanation: Rapid provisioning in Azure enables quick allocation of resources, reducing deployment time for new services. This aligns with objective “Describe cloud concepts” (cloud benefits).


  1. A developer wants to use pre-built AI models in Azure for text analysis. Which Azure service should the developer recommend for this requirement?
    Azure Cognitive Services
    Azure Machine Learning
    Azure Synapse Analytics
    Azure Logic Apps
    Azure Functions

Correct Answer: Azure Cognitive Services
Explanation: Azure Cognitive Services provides pre-built AI models for tasks like text analysis, enabling rapid integration without custom model training. This aligns with objective “Describe Azure services” (AI/ML services).


  1. A company wants to enforce tagging policies for Azure resources. Which Azure feature should the IT team enable to ensure consistent tagging?
    Azure Policy
    Azure RBAC
    Azure Blueprints
    Azure Key Vault
    Azure Sentinel

Correct Answer: Azure Policy
Explanation: Azure Policy enforces tagging policies for Azure resources, ensuring consistent metadata for management and compliance. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (governance).


  1. A company wants to ensure its Azure environment complies with ISO 27018 for cloud privacy. Which Azure tool should the compliance team use to assess compliance?
    Microsoft Purview Compliance Manager
    Azure Trust Center
    Azure Blueprints
    Azure Policy
    Azure Monitor

Correct Answer: Microsoft Purview Compliance Manager
Explanation: Microsoft Purview Compliance Manager includes assessments for ISO 27018, ensuring compliance with cloud privacy standards. This aligns with objective “Describe security, compliance, privacy, and trust in Azure” (compliance offerings).


  1. A company wants to deploy resources in Azure data centers. Which Azure architectural feature should the company use to select a data center?
    Regions
    Correct Answer: Regions
    Explanation: Azure Regions are geographical areas with one or more data centers that allow users to deploy resources in specific locations for low-latency, compliance, and high availability. This aligns with objective “Describe Azure services” (architectural components).