AZ-900 Microsoft Azure Fundamentals

Practice Questions - Part 1 of 3

Cloud Concepts

1
Multiple Choice
What are the three main cloud service models?
  • A) Public, Private, Hybrid
  • B) Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS)
  • C) Compute, Storage, Networking
  • D) Development, Testing, Production
Correct Answer: B) Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS)
The three main cloud service models are IaaS (provides virtualized computing resources), PaaS (provides a platform for developing and deploying applications), and SaaS (provides software applications over the internet).
2
Multiple Choice
Which cloud deployment model allows organizations to keep some resources on-premises while moving others to the cloud?
  • A) Public cloud
  • B) Private cloud
  • C) Hybrid cloud
  • D) Community cloud
Correct Answer: C) Hybrid cloud
Hybrid cloud combines public and private cloud environments, allowing organizations to keep some resources on-premises while leveraging cloud services for others, providing flexibility and gradual migration paths.
3
Multiple Choice
What is the primary benefit of cloud computing's elasticity feature?
  • A) Ability to automatically scale resources up or down based on demand
  • B) Guaranteed 100% uptime
  • C) Fixed monthly costs
  • D) Enhanced security features
Correct Answer: A) Ability to automatically scale resources up or down based on demand
Elasticity allows cloud resources to automatically adjust to workload changes, scaling up during high demand and scaling down during low demand, optimizing both performance and costs.
4
Multiple Choice
Which of the following best describes "high availability" in cloud computing?
  • A) The ability to handle increased workloads
  • B) The system's ability to remain operational with minimal downtime
  • C) The cost-effectiveness of cloud services
  • D) The security of cloud infrastructure
Correct Answer: B) The system's ability to remain operational with minimal downtime
High availability refers to a system's ability to remain operational and accessible with minimal downtime, typically achieved through redundancy, failover mechanisms, and geographic distribution.
5
Multiple Choice
What is the difference between scalability and elasticity in cloud computing?
  • A) There is no difference; they are the same concept
  • B) Scalability is automatic, elasticity is manual
  • C) Scalability is the ability to handle increased load, elasticity is the automatic adjustment of resources
  • D) Scalability is for storage, elasticity is for compute
Correct Answer: C) Scalability is the ability to handle increased load, elasticity is the automatic adjustment of resources
Scalability refers to the system's ability to handle increased workload, while elasticity is the automatic provisioning and deprovisioning of resources in response to demand changes.
6
Multiple Choice
Which cloud service model provides the most control over the underlying infrastructure?
  • A) Infrastructure as a Service (IaaS)
  • B) Platform as a Service (PaaS)
  • C) Software as a Service (SaaS)
  • D) Function as a Service (FaaS)
Correct Answer: A) Infrastructure as a Service (IaaS)
IaaS provides the most control over the underlying infrastructure, including virtual machines, storage, and networking components, while the cloud provider manages the physical hardware.
7
Multiple Choice
What is the primary advantage of using a consumption-based pricing model in cloud computing?
  • A) Predictable monthly costs
  • B) Pay only for resources actually used
  • C) Guaranteed performance levels
  • D) Enhanced security features
Correct Answer: B) Pay only for resources actually used
Consumption-based pricing allows organizations to pay only for the resources they actually consume, eliminating the need for large upfront investments and reducing waste from over-provisioning.
8
Multiple Choice
Which of the following is NOT a benefit of cloud computing?
  • A) Global reach and accessibility
  • B) Automatic software updates
  • C) Reduced capital expenditure
  • D) Complete control over physical hardware
Correct Answer: D) Complete control over physical hardware
In cloud computing, the cloud provider manages the physical hardware. Users do not have complete control over the physical infrastructure, which is actually one of the benefits as it reduces management overhead.

Core Azure Services

1
Multiple Choice
What is an Azure Region?
  • A) A single data center
  • B) A geographical area containing multiple data centers
  • C) A virtual network segment
  • D) A resource group
Correct Answer: B) A geographical area containing multiple data centers
An Azure Region is a geographical area containing multiple data centers that are connected through a dedicated regional low-latency network, providing high availability and disaster recovery capabilities.
2
Multiple Choice
What is the primary purpose of Azure Availability Zones?
  • A) To provide different pricing tiers
  • B) To separate different types of resources
  • C) To provide high availability and protect against data center failures
  • D) To manage network traffic
Correct Answer: C) To provide high availability and protect against data center failures
Azure Availability Zones are physically separated locations within an Azure region that provide high availability and protect applications and data from datacenter failures through redundancy.
3
Multiple Choice
Which Azure service provides scalable virtual machines?
  • A) Azure Virtual Machines
  • B) Azure Storage
  • C) Azure Active Directory
  • D) Azure DNS
Correct Answer: A) Azure Virtual Machines
Azure Virtual Machines provides on-demand, scalable computing resources that can be configured with various operating systems and applications, offering Infrastructure as a Service (IaaS).
4
Multiple Choice
What is Azure App Service primarily used for?
  • A) Managing virtual machines
  • B) Hosting web applications and APIs
  • C) Storing large amounts of data
  • D) Managing user identities
Correct Answer: B) Hosting web applications and APIs
Azure App Service is a Platform as a Service (PaaS) offering that enables developers to build, deploy, and scale web applications and APIs quickly without managing the underlying infrastructure.
5
Multiple Choice
Which Azure storage service is best for storing unstructured data like documents and images?
  • A) Azure SQL Database
  • B) Azure Table Storage
  • C) Azure Blob Storage
  • D) Azure Queue Storage
Correct Answer: C) Azure Blob Storage
Azure Blob Storage is designed for storing unstructured data such as documents, images, videos, and backup files. It provides different access tiers for cost optimization based on usage patterns.
6
Multiple Choice
What is Azure Virtual Network (VNet)?
  • A) A logically isolated network in Azure
  • B) A physical network connection
  • C) A storage service
  • D) A compute service
Correct Answer: A) A logically isolated network in Azure
Azure Virtual Network (VNet) provides a logically isolated network environment in Azure where you can securely communicate between Azure resources, the internet, and on-premises networks.
7
Multiple Choice
Which Azure service provides managed relational database services?
  • A) Azure Cosmos DB
  • B) Azure SQL Database
  • C) Azure Blob Storage
  • D) Azure Table Storage
Correct Answer: B) Azure SQL Database
Azure SQL Database is a fully managed relational database service that provides high availability, security, and performance for SQL Server workloads in the cloud.
8
Multiple Choice
What is Azure Functions primarily used for?
  • A) Managing virtual machines
  • B) Storing data
  • C) Creating virtual networks
  • D) Running event-driven, serverless code
Correct Answer: D) Running event-driven, serverless code
Azure Functions is a serverless compute service that allows you to run event-driven code without managing infrastructure, automatically scaling based on demand and charging only for execution time.
9
Multiple Choice
Which Azure service provides a globally distributed, multi-model database?
  • A) Azure SQL Database
  • B) Azure Database for MySQL
  • C) Azure Cosmos DB
  • D) Azure Synapse Analytics
Correct Answer: C) Azure Cosmos DB
Azure Cosmos DB is a globally distributed, multi-model database service that supports multiple data models including document, key-value, graph, and column-family, with guaranteed low latency and high availability.
10
Multiple Choice
What is Azure Container Instances (ACI) used for?
  • A) Running containers without managing underlying infrastructure
  • B) Managing virtual machines
  • C) Storing container images
  • D) Creating virtual networks
Correct Answer: A) Running containers without managing underlying infrastructure
Azure Container Instances (ACI) provides a fast and simple way to run containers in Azure without managing virtual machines or orchestration services, offering a serverless container experience.
AZ-900 Microsoft Azure Fundamentals - Part 2

AZ-900 Microsoft Azure Fundamentals

Practice Questions - Part 2 of 3

Core Solutions and Management Tools

1
Multiple Choice
What is Azure Resource Manager (ARM)?
  • A) A virtual machine management service
  • B) A storage management service
  • C) The deployment and management service for Azure resources
  • D) A network management service
Correct Answer: C) The deployment and management service for Azure resources
Azure Resource Manager (ARM) is the deployment and management service for Azure that provides a management layer enabling you to create, update, and delete resources in your Azure account.
2
Multiple Choice
What is the primary purpose of Azure Monitor?
  • A) To collect, analyze, and act on telemetry data from Azure resources
  • B) To manage user identities
  • C) To deploy virtual machines
  • D) To configure network settings
Correct Answer: A) To collect, analyze, and act on telemetry data from Azure resources
Azure Monitor maximizes the availability and performance of applications and services by collecting, analyzing, and acting on telemetry data from your cloud and on-premises environments.
3
Multiple Choice
What is Azure Backup used for?
  • A) Creating virtual machines
  • B) Protecting data and applications with backup and restore capabilities
  • C) Managing network traffic
  • D) Monitoring application performance
Correct Answer: B) Protecting data and applications with backup and restore capabilities
Azure Backup is a simple, secure, and cost-effective solution to back up your data and recover it from the Microsoft Azure cloud, protecting against data loss and corruption.
4
Multiple Choice
What is Azure DevOps primarily used for?
  • A) Managing virtual machines
  • B) Storing data
  • C) Network configuration
  • D) Software development lifecycle management and collaboration
Correct Answer: D) Software development lifecycle management and collaboration
Azure DevOps provides developer services for support teams to plan work, collaborate on code development, and build and deploy applications across multiple platforms and clouds.
5
Multiple Choice
What is Azure Site Recovery used for?
  • A) Creating web applications
  • B) Managing databases
  • C) Disaster recovery and business continuity
  • D) Monitoring network performance
Correct Answer: C) Disaster recovery and business continuity
Azure Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages through replication, failover, and failback capabilities.
6
Multiple Choice
What is Azure Advisor?
  • A) A personalized cloud consultant that provides best practice recommendations
  • B) A virtual machine management tool
  • C) A database optimization service
  • D) A network monitoring tool
Correct Answer: A) A personalized cloud consultant that provides best practice recommendations
Azure Advisor is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments, providing recommendations for high availability, security, performance, and cost.
7
Drag and Drop
Match the Azure management tools with their primary purposes:
Azure Portal
Azure CLI
Azure PowerShell
Azure Resource Manager Templates
Web-based management interface
Command-line interface for cross-platform management
PowerShell-based management for Windows environments
Infrastructure as Code for automated deployments
Correct Answers:
• Azure Portal → Web-based management interface
• Azure CLI → Command-line interface for cross-platform management
• Azure PowerShell → PowerShell-based management for Windows environments
• Azure Resource Manager Templates → Infrastructure as Code for automated deployments
8
Multiple Choice
What is Azure Service Health?
  • A) A backup service
  • B) A virtual machine monitoring tool
  • C) A service that provides information about Azure service incidents and planned maintenance
  • D) A cost management tool
Correct Answer: C) A service that provides information about Azure service incidents and planned maintenance
Azure Service Health provides personalized alerts and guidance when Azure service issues affect you, helping you stay informed about service incidents, planned maintenance, and health advisories.

General Security and Network Security Features

1
Multiple Choice
What is Azure Security Center primarily used for?
  • A) Unified security management and threat protection across hybrid cloud workloads
  • B) Managing virtual machines
  • C) Creating storage accounts
  • D) Configuring network settings
Correct Answer: A) Unified security management and threat protection across hybrid cloud workloads
Azure Security Center (now Microsoft Defender for Cloud) provides unified security management and threat protection across hybrid cloud workloads, helping strengthen security posture and protect against threats.
2
Multiple Choice
What is Azure Key Vault used for?
  • A) Storing virtual machines
  • B) Securely storing and managing cryptographic keys, secrets, and certificates
  • C) Managing network traffic
  • D) Creating databases
Correct Answer: B) Securely storing and managing cryptographic keys, secrets, and certificates
Azure Key Vault helps safeguard cryptographic keys and secrets used by cloud applications and services, providing centralized management and enhanced security for sensitive information.
3
Multiple Choice
What is Azure DDoS Protection?
  • A) A backup service
  • B) A database security feature
  • C) A service that protects against distributed denial of service attacks
  • D) A virtual machine monitoring tool
Correct Answer: C) A service that protects against distributed denial of service attacks
Azure DDoS Protection provides countermeasures against the most sophisticated DDoS threats, helping protect Azure applications from distributed denial of service attacks.
4
Multiple Choice
What is a Network Security Group (NSG) in Azure?
  • A) A virtual firewall that controls inbound and outbound traffic
  • B) A storage security feature
  • C) A database access control mechanism
  • D) A virtual machine management tool
Correct Answer: A) A virtual firewall that controls inbound and outbound traffic
A Network Security Group (NSG) acts as a virtual firewall that controls inbound and outbound traffic to network interfaces, VMs, and subnets based on security rules.
5
Multiple Choice
What is Azure Firewall?
  • A) A physical security device
  • B) A managed, cloud-based network security service
  • C) A storage encryption service
  • D) A database security feature
Correct Answer: B) A managed, cloud-based network security service
Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources with built-in high availability and unrestricted cloud scalability.
6
Multiple Choice
What is Azure Sentinel?
  • A) A backup service
  • B) A virtual machine management tool
  • C) A cloud-native security information and event management (SIEM) solution
  • D) A network configuration service
Correct Answer: C) A cloud-native security information and event management (SIEM) solution
Azure Sentinel is a cloud-native SIEM and security orchestration automated response (SOAR) solution that provides intelligent security analytics and threat intelligence across the enterprise.
7
Multiple Choice
What is Azure Information Protection used for?
  • A) Classifying, labeling, and protecting sensitive data
  • B) Managing virtual machines
  • C) Creating storage accounts
  • D) Configuring networks
Correct Answer: A) Classifying, labeling, and protecting sensitive data
Azure Information Protection helps organizations classify, label, and protect sensitive data whether it's stored on-premises or in the cloud, providing persistent protection that follows data wherever it goes.
8
Multiple Choice
What is the principle of "Defense in Depth" in Azure security?
  • A) Using only one strong security measure
  • B) Implementing multiple layers of security controls
  • C) Focusing only on network security
  • D) Relying only on user authentication
Correct Answer: B) Implementing multiple layers of security controls
Defense in Depth is a security strategy that employs multiple layers of security controls throughout an IT system, so if one layer fails, another layer provides protection.
9
Multiple Choice
What is Azure Application Gateway?
  • A) A database service
  • B) A storage service
  • C) A web traffic load balancer with application-level routing
  • D) A virtual machine management tool
Correct Answer: C) A web traffic load balancer with application-level routing
Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications, providing application-level routing and load balancing services.
10
Multiple Choice
Scenario:
Your company wants to ensure that all data stored in Azure is encrypted both at rest and in transit. You need to implement a solution that provides centralized key management and meets compliance requirements.
Which Azure service would be most appropriate for this scenario?
  • A) Azure Key Vault
  • B) Azure Storage
  • C) Azure Monitor
  • D) Azure Backup
Correct Answer: A) Azure Key Vault
Azure Key Vault provides centralized key management for encryption keys, secrets, and certificates, helping organizations meet compliance requirements while ensuring data is encrypted at rest and in transit.
11
Multiple Choice
What is Azure Bastion?
  • A) A storage service
  • B) A secure RDP/SSH connectivity service to virtual machines
  • C) A database management tool
  • D) A network monitoring service
Correct Answer: B) A secure RDP/SSH connectivity service to virtual machines
Azure Bastion provides secure and seamless RDP/SSH connectivity to your virtual machines directly through the Azure portal over TLS, without exposing VMs to the public internet.
12
Multiple Choice
What is the purpose of Azure Private Link?
  • A) To create public IP addresses
  • B) To manage DNS settings
  • C) To access Azure services privately from a virtual network
  • D) To create load balancers
Correct Answer: C) To access Azure services privately from a virtual network
Azure Private Link enables you to access Azure services privately from your virtual network, keeping traffic within the Microsoft network and eliminating exposure to the public internet.
AZ-900 Microsoft Azure Fundamentals - Part 3

AZ-900 Microsoft Azure Fundamentals

Practice Questions - Part 3 of 3

Identity, Governance, Privacy, and Compliance Features

1
Multiple Choice
What is Microsoft Entra ID (formerly Azure Active Directory)?
  • A) A cloud-based identity and access management service
  • B) A virtual machine management service
  • C) A storage service
  • D) A networking service
Correct Answer: A) A cloud-based identity and access management service
Microsoft Entra ID (formerly Azure Active Directory) is Microsoft's cloud-based identity and access management service that helps employees sign in and access resources in external and internal applications.
2
Multiple Choice
What is Multi-Factor Authentication (MFA)?
  • A) Using multiple passwords
  • B) A security method that requires two or more verification factors
  • C) Creating multiple user accounts
  • D) Having multiple administrators
Correct Answer: B) A security method that requires two or more verification factors
Multi-Factor Authentication (MFA) is a security enhancement that requires users to provide two or more verification factors to gain access to a resource, making it harder for unauthorized users to gain access.
3
Multiple Choice
What is Single Sign-On (SSO)?
  • A) Using one password for everything
  • B) Having one user account per application
  • C) The ability to access multiple applications with one set of credentials
  • D) Creating a single administrator account
Correct Answer: C) The ability to access multiple applications with one set of credentials
Single Sign-On (SSO) allows users to log in once and access multiple applications without having to authenticate again, improving user experience and reducing password fatigue.
4
Multiple Choice
What is Azure Policy used for?
  • A) Creating and managing policies to enforce organizational standards
  • B) Managing virtual machines
  • C) Storing data
  • D) Creating networks
Correct Answer: A) Creating and managing policies to enforce organizational standards
Azure Policy helps to enforce organizational standards and assess compliance at scale by creating, assigning, and managing policies that run different rules and actions over resources.
5
Multiple Choice
What is Role-Based Access Control (RBAC)?
  • A) A backup system
  • B) A method of restricting access based on user roles
  • C) A storage encryption method
  • D) A network security protocol
Correct Answer: B) A method of restricting access based on user roles
Role-Based Access Control (RBAC) helps manage who has access to Azure resources, what they can do with those resources, and what areas they have access to based on their role in the organization.
6
Multiple Choice
What is Azure Blueprints?
  • A) A virtual machine template
  • B) A storage solution
  • C) A service for defining repeatable sets of Azure resources
  • D) A network configuration tool
Correct Answer: C) A service for defining repeatable sets of Azure resources
Azure Blueprints enables cloud architects to define a repeatable set of Azure resources that implements and adheres to an organization's standards, patterns, and requirements.
7
Multiple Choice
What is the Azure compliance documentation?
  • A) Detailed information about Azure's compliance with various standards and regulations
  • B) A backup service documentation
  • C) Virtual machine setup guides
  • D) Network configuration manuals
Correct Answer: A) Detailed information about Azure's compliance with various standards and regulations
Azure compliance documentation provides detailed information about how Azure services comply with various industry standards, regulations, and certifications such as ISO, SOC, HIPAA, and GDPR.
8
Multiple Choice
What is Azure Resource Manager (ARM) locks?
  • A) A security feature for user accounts
  • B) A feature to prevent accidental deletion or modification of resources
  • C) A network security tool
  • D) A storage encryption method
Correct Answer: B) A feature to prevent accidental deletion or modification of resources
ARM locks help prevent accidental deletion or modification of critical resources by applying locks at the subscription, resource group, or resource level.
9
Multiple Choice
What is Azure Arc?
  • A) A storage service
  • B) A virtual machine service
  • C) A service that extends Azure management to on-premises and multi-cloud environments
  • D) A network monitoring tool
Correct Answer: C) A service that extends Azure management to on-premises and multi-cloud environments
Azure Arc extends Azure management and services to any infrastructure, enabling you to manage servers, Kubernetes clusters, and data services across on-premises, multi-cloud, and edge environments.
10
Multiple Select
Which of the following are benefits of Microsoft Entra ID (formerly Azure Active Directory)? (Select all that apply)
  • A) Single Sign-On (SSO) capabilities
  • B) Physical server management
  • C) Multi-Factor Authentication (MFA)
  • D) Virtual machine provisioning
Correct Answers: A) Single Sign-On (SSO) capabilities and C) Multi-Factor Authentication (MFA)
Microsoft Entra ID (formerly Azure Active Directory) provides SSO capabilities allowing users to access multiple applications with one set of credentials, and MFA for enhanced security. It does not manage physical servers or provision virtual machines.

Azure Cost Management and Service Level Agreements

1
Multiple Choice
What is the Azure pricing calculator used for?
  • A) Managing existing Azure resources
  • B) Estimating costs for planned Azure deployments
  • C) Monitoring current resource usage
  • D) Creating virtual machines
Correct Answer: B) Estimating costs for planned Azure deployments
The Azure pricing calculator helps you estimate the costs for your planned Azure deployments before you create resources, allowing you to make informed decisions about service configurations and regions.
2
Multiple Choice
What is the Total Cost of Ownership (TCO) calculator?
  • A) A tool for managing Azure subscriptions
  • B) A virtual machine configuration tool
  • C) A tool to estimate cost savings by migrating to Azure
  • D) A network monitoring tool
Correct Answer: C) A tool to estimate cost savings by migrating to Azure
The TCO calculator helps you estimate the potential cost savings by migrating your on-premises workloads to Azure, comparing the costs of running infrastructure on-premises versus in Azure.
3
Multiple Choice
What is Azure Cost Management?
  • A) A service for monitoring, analyzing, and optimizing Azure costs
  • B) A virtual machine management service
  • C) A backup service
  • D) A network configuration tool
Correct Answer: A) A service for monitoring, analyzing, and optimizing Azure costs
Azure Cost Management provides tools to monitor, analyze, and optimize your Azure spending, helping you understand where your money is going and how to reduce costs.
4
Multiple Choice
What factors affect Azure costs?
  • A) Only the number of virtual machines
  • B) Resource type, consumption, maintenance, geography, subscription type, and Azure Marketplace
  • C) Only the Azure region selected
  • D) Only the subscription type
Correct Answer: B) Resource type, consumption, maintenance, geography, subscription type, and Azure Marketplace
Azure costs are affected by multiple factors including the type of resources used, how much you consume, maintenance requirements, geographical location, subscription type, and any Azure Marketplace services.
5
Multiple Choice
What is a Service Level Agreement (SLA)?
  • A) A pricing model for Azure services
  • B) A security protocol
  • C) A formal agreement that defines performance standards and uptime guarantees
  • D) A backup procedure
Correct Answer: C) A formal agreement that defines performance standards and uptime guarantees
An SLA is a formal agreement between a service provider and customer that defines the level of service expected, including performance standards, uptime guarantees, and remedies for non-compliance.
6
Multiple Choice
Scenario:
Your company is planning to migrate several applications to Azure. You need to calculate the potential cost savings compared to your current on-premises infrastructure that includes 10 physical servers, networking equipment, and datacenter facilities.
Which tool would be most appropriate for this scenario?
  • A) Total Cost of Ownership (TCO) calculator
  • B) Azure pricing calculator
  • C) Azure Cost Management
  • D) Azure Monitor
Correct Answer: A) Total Cost of Ownership (TCO) calculator
The TCO calculator is specifically designed to help organizations estimate the cost savings of migrating from on-premises infrastructure to Azure by comparing the total costs of ownership.
7
Multiple Choice
What is typically included in an Azure SLA?
  • A) Detailed pricing information
  • B) Uptime percentage guarantees and service credits
  • C) Security configurations
  • D) Application deployment procedures
Correct Answer: B) Uptime percentage guarantees and service credits
Azure SLAs typically include uptime percentage guarantees (e.g., 99.9%) and service credits that customers can claim if the service doesn't meet the guaranteed uptime levels.
8
Multiple Choice
Which Azure service provides spending limits and budgets?
  • A) Azure Monitor
  • B) Azure Advisor
  • C) Azure Cost Management and Billing
  • D) Azure Security Center
Correct Answer: C) Azure Cost Management and Billing
Azure Cost Management and Billing provides features to set spending limits, create budgets, and receive alerts when spending approaches or exceeds defined thresholds.
9
Multiple Choice
What happens if an Azure service doesn't meet its SLA?
  • A) Customers may be eligible for service credits
  • B) The service is automatically terminated
  • C) All data is immediately backed up
  • D) The service is moved to a different region
Correct Answer: A) Customers may be eligible for service credits
If an Azure service doesn't meet its SLA commitments, customers may be eligible for service credits, which are typically applied as credits to future Azure bills based on the severity and duration of the outage.
10
Multiple Choice
What is the Azure Free Account?
  • A) A completely free Azure account with no limitations
  • B) An account that includes free services for 12 months and a credit for the first 30 days
  • C) A trial account for Microsoft employees only
  • D) A backup account for existing Azure customers
Correct Answer: B) An account that includes free services for 12 months and a credit for the first 30 days
The Azure Free Account includes a $200 credit to use within the first 30 days, free access to popular services for 12 months, and access to always-free services with monthly limits.
11
Multiple Choice
The following table shows the SLA for different Azure services. Based on this information, what would be the composite SLA for a solution that uses both Azure SQL Database and Azure App Service?
Service SLA
Azure SQL Database 99.99%
Azure App Service 99.95%
Azure Storage 99.9%
  • A) 99.99% (highest individual SLA)
  • B) 99.95% (lowest individual SLA)
  • C) 99.94% (99.99% × 99.95%)
  • D) 199.94% (99.99% + 99.95%)
Correct Answer: C) 99.94% (99.99% × 99.95%)
When multiple services are used together, the composite SLA is calculated by multiplying the individual SLAs: 99.99% × 99.95% = 99.94%. This is because both services need to be available for the solution to work properly.