---
title: "Azure: Cloud Services & Architecture Fundamentals"
description: "Master the fundamentals of Microsoft Azure, from core services like VMs and Networking to Azure DevOps and Resource Management."
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/quizzes/post/azure-architecture-essentials-quiz
---

# Azure: Cloud Services & Architecture Fundamentals

Welcome to the Azure Basics Quiz! Azure is one of the most widely used enterprise cloud platforms, so knowing it and its DevOps ecosystem matters for any cloud role. This quiz will test your knowledge of resource hierarchy, core services, and the tools that run CI/CD on Microsoft's cloud. Good luck!

## Questions

### 1. What is the top level of the Azure management hierarchy?

- Azure Resource Groups
- Azure Management Groups
- Azure Regional Centers
- Azure Active Directories

**Hint:** It contains multiple subscriptions.

### 2. True or False: A single Azure Resource can belong to multiple Resource Groups simultaneously.

- True
- False

**Hint:** Think of a folder structure.

### 3. Which Azure service is best suited for storing massive amounts of unstructured data like images and videos?

- Azure SQL Database Instance
- Azure Blob Storage Service
- Azure Files Managed Shares
- Azure Table Storage Store

**Hint:** Binary Large Objects.

### 4. What is the primary purpose of an Azure Virtual Network (VNet)?

- To store virtual machine backups
- Private isolated network environment
- Public global content delivery route
- Direct hardware identity management

**Hint:** Isolated communication.

### 5. In Azure DevOps, which component is used for Agile planning and tracking work items?

- Azure Repos
- Azure Boards
- Azure Pipelines
- Azure Artifacts

**Hint:** Kanban and Sprints.

### 6. What is an "Availability Set" in Azure?

- A catalog of regional service status
- VM high-availability configuration
- A billing tier for discounted nodes
- A backup policy for cloud storage

**Hint:** Protecting against hardware failure.

### 7. Which tool allows you to run "Infrastructure as Code" natively in Azure using JSON or Bicep?

- Azure Resource Manager (ARM)
- Azure Portal GUI Dashboard
- Azure Active Directory Admin
- Azure Cloud Shell Terminal

**Hint:** ARM.

### 8. What does "Azure Repos" provide?

- A repository for Docker container images
- Private Git source control services
- A centralized directory of cloud users
- A workflow for tracking software bugs

**Hint:** Where the code lives.

### 9. What is the "Azure Free Account" limit for 12 months?

- Unlimited access to all Azure services
- Free tier (12 months + initial credit)
- Read-only access to technical documentation
- Educational access for verified students

**Hint:** Standard trial terms.

### 10. What is "Azure App Service"?

- An unmanaged Virtual Machine environment
- PaaS for hosting web apps and APIs
- A marketplace for desktop applications
- A procurement tool for server hardware

**Hint:** PaaS for web apps.

### 11. What is a "Subscription" in Azure used for?

- A mailing list for service updates
- Billing boundary and resource container
- A license key needed to open the web portal
- A dedicated support contract with MS

**Hint:** Billing and quotas.

### 12. Which Azure DevOps service is used to automate the Build and Release process?

- Azure Artifacts Package Manager
- Azure Pipelines CI/CD Service
- Azure Test Plans Quality Tool
- Azure Repos Git Host Service

**Hint:** The engine of CI/CD.

### 13. What is "Azure Active Directory" (now Microsoft Entra ID)?

- A registry of geographic data centers
- Cloud identity and access management
- A configuration for virtual networks
- A recovery vault for secondary files

**Hint:** Identity and Access.

### 14. What is an "Azure Region"?

- A logical tag for portal resources
- Geographic data center location site
- A specific SKU of a virtual machine
- A security role for account admins

**Hint:** Physical location.

### 15. What is "Azure Policy"?

- A financial agreement for enterprise
- Resource governance and compliance tool
- A cleanup script for storage accounts
- A perimeter firewall for network traffic

**Hint:** Governance and standards.

### 16. In Azure networking, what is "Peering"?

- A monitoring tool for user activity
- VNet-to-VNet networking connection
- A diagnostic tool for traffic latency
- A redundancy plan for data recovery

**Hint:** Connecting VNets.

### 17. What is "Azure Monitor"?

- A physical hardware diagnostic display
- Monitoring and logging observability
- An IDE for writing cloud-native code
- A hardware purchasing portal for Azure

**Hint:** Observability.

### 18. What is the "Azure Cloud Shell"?

- A protective casing for portable hardware
- Browser-based management terminal
- A cold-storage tier for archival files
- A dedicated hardware firewall appliance

**Hint:** CLI in the browser.

### 19. What is "Azure Functions"?

- A library of pre-set portal dashboard UI
- Serverless event-driven compute
- A database recovery and backup procedure
- A recruitment platform for IT professionals

**Hint:** Serverless computing.

### 20. What is "Azure Artifacts"?

- A versioning tool for legacy hardware
- Package hosting and sharing service
- An object store for high-res images
- A directory for managing active users

**Hint:** Package management.

### 21. What does "RBAC" stand for in Azure?

- Regional Backup Access Control
- Role-Based Access Control
- Resource Billing and Cost Center
- Real-time Binary Application Code

**Hint:** Permissions based on jobs.

### 22. What is "Azure SQL Database"?

- A cloud-based dynamic spreadsheet
- Managed relational SQL service (PaaS)
- A distributed NoSQL document store
- A secure vault for application secrets

**Hint:** Managed relational DB.

### 23. What is "Azure Key Vault" used for?

- To store physical keys for server racks
- Secure digital secrets and keys vault
- A centralized list of corporate users
- A data recovery tool for failed VMs

**Hint:** Secrets management.

### 24. What is "Azure Cosmos DB"?

- A simulation tool for astronomical data
- Global multi-model NoSQL database
- A system for managing external DNS
- A procedure for deleting large clusters

**Hint:** Multi-model NoSQL.

### 25. What is "Azure Advisor"?

- A dedicated Microsoft support engineer
- AI-driven cloud optimization tool
- A compiler for cloud-native applications
- A procurement site for cloud hardware

**Hint:** Optimization tool.

### 26. What is "Azure Site Recovery" (ASR)?

- A search tool for finding data centers
- Cloud disaster recovery (DR) service
- A utility for tidying up the portal UI
- A staffing agency for Azure developers

**Hint:** Disaster Recovery.

### 27. What is "Azure ExpressRoute"?

- A high-speed portal authentication path
- Private dedicated network connection
- A premium class of virtual machine
- A rapid delivery service for hardware

**Hint:** Dedicated private connection.

### 28. What is "Azure Blueprints"?

- A CAD drawing of the server facilities
- Declarative environment setup templates
- A styling framework for web interfaces
- A comprehensive directory of cloud users

**Hint:** Environment setup.

### 29. What is "Azure Load Balancer"?

- A tool for monitoring physical server mass
- Layer-4 network traffic distributor
- A centralized portal for bill payments
- A debugger for cloud application code

**Hint:** Distributing traffic.

### 30. What is an "Azure Management Group"?

- A collaborative team of cloud architects
- Multi-subscription governance container
- A high-performance virtual machine tier
- A script for automated resource deletion

**Hint:** Governing multiple subscriptions.
