MCP Cloud Computing & Azure Services 1 — Questions and Answers
Question 1: Which Azure service provides a fully managed relational database with built-in high availability and automatic backups?
- Azure Cosmos DB
- Azure SQL Database (Correct answer)
- Azure Table Storage
- Azure Data Factory
Correct answer: Azure SQL Database
Azure SQL Database is a fully managed PaaS relational database service with built-in high availability, automated backups, and intelligent performance features.
Question 2: What is the primary purpose of Azure Resource Manager (ARM)?
- To monitor application performance
- To provide a deployment and management layer for Azure resources (Correct answer)
- To create virtual networks
- To manage DNS records
Correct answer: To provide a deployment and management layer for Azure resources
Azure Resource Manager is the deployment and management service for Azure that provides a consistent management layer to create, update, and delete resources in your Azure account.
Question 3: Which Azure storage service is best suited for storing massive amounts of unstructured data such as images and videos?
- Azure Queue Storage
- Azure Table Storage
- Azure Blob Storage (Correct answer)
- Azure File Storage
Correct answer: Azure Blob Storage
Azure Blob Storage is optimized for storing massive amounts of unstructured data like text, binary data, images, and videos.
Question 4: What does an Azure Availability Zone provide?
- A logical grouping of subscriptions
- Physically separate locations within an Azure region for fault tolerance (Correct answer)
- A global content delivery network
- A dedicated virtual private network
Correct answer: Physically separate locations within an Azure region for fault tolerance
Azure Availability Zones are physically separate datacenters within an Azure region, each with independent power, cooling, and networking to protect applications from datacenter failures.
Question 5: Which Azure pricing model allows customers to commit to a one- or three-year plan for significant cost savings on virtual machines?
- Pay-As-You-Go
- Azure Reserved Instances (Correct answer)
- Spot Pricing
- Dev/Test Pricing
Correct answer: Azure Reserved Instances
Azure Reserved Virtual Machine Instances allow customers to prepay for one or three years of VM usage, offering savings of up to 72% compared to pay-as-you-go pricing.
Question 6: What is the function of Azure Active Directory (Azure AD) in a cloud environment?
- It manages physical network switches
- It provides cloud-based identity and access management (Correct answer)
- It stores relational data
- It monitors CPU usage of virtual machines
Correct answer: It provides cloud-based identity and access management
Azure Active Directory is Microsoft's cloud-based identity and access management service that enables users to sign in and access resources in external and internal resources.
Question 7: Which Azure service enables you to run containerized applications without managing the underlying infrastructure?
- Azure Virtual Machines
- Azure Kubernetes Service (AKS)
- Azure Container Instances (ACI) (Correct answer)
- Azure App Configuration
Correct answer: Azure Container Instances (ACI)
Azure Container Instances (ACI) is the fastest and simplest way to run a container in Azure without managing any VMs or adopting a higher-level service.
Which Azure service provides a fully managed relational database with built-in high availability and automatic backups?